COLOR #54762B

HEX: #54762B
RGB: (84,118,43)

Color info

#54762B contains mainly red and green colors. Web safe color of #54762B is #666633 (or #663).

RGB color model

#54762B color RGB value is (84,118,43).

  • red value is 84;
  • green value is 118;
  • blue value is 43.
RGB:
(84,118,43)
(33%,46%,17%)

RGB channels and saturation

R 84 of 255 = 33%
G 118 of 255 = 46%
B 43 of 255 = 17%

84
118
43

R + G + B ~ 32%. #54762B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 118 + 43 = 245 (100%)
R 84 of 245 ~ 34.29%
G 118 of 245 ~ 48.16%
B 43 of 245 ~ 17.55%

%34.29
%48.16
%17.55

CMYK color model

#54762B color CMYK value is (29,0,64,54).

  • cyan value is 28.81%
  • magenta value is 0.00%
  • yellow value is 63.56%
  • key color value is 53.73%
CMYK:
(29,0,64,54)
C29M0Y64K54 
(29%,0%,64%,54%)
(0.29/0.00/0.64/0.54)	

CMYK percentages

%28.81
%0
%63.56
%53.73

Codes

Color #54762B in popluar color models

54762B
RGB8411843
HSL87°46.58%31.57%
HSB/HSV87°63.56%46.27%
CMYK28.81%0.00%63.56%
53.73%

Color #54762B in popluar number systems.

HEX54762B
Decimal8411843
Binary10101001110110101011
Octal12416653

Shades and tints

Shades of #54762B

#54762B
(84,118,43)
#4D6C28
(77,108,40)
#466225
(70,98,37)
#3F5822
(63,88,34)
#384E1F
(56,78,31)
#31441C
(49,68,28)
#2A3A19
(42,58,25)
#233016
(35,48,22)
#1C2613
(28,38,19)
#151C10
(21,28,16)
#0E120D
(14,18,13)
#000000
(0,0,0)

Tints of #54762B

#54762B
(84,118,43)
#63823E
(99,130,62)
#728E51
(114,142,81)
#819A64
(129,154,100)
#90A677
(144,166,119)
#9FB28A
(159,178,138)
#AEBE9D
(174,190,157)
#BDCAB0
(189,202,176)
#CCD6C3
(204,214,195)
#DBE2D6
(219,226,214)
#EAEEE9
(234,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54762B color. Also use rgb(84,118,43) instead hex code.

Text Font Color

.myTextColor { color: #54762B; }

<p style="color:#54762B">This sample text font color is #54762B.</p>

This text font color is #54762B.


Background Color

.myBgColor { background-color: #54762B; }

<div style="background-color:#54762B">Inner text</div>

This div background color is #54762B.


Border color

.myBorderColor { border: 1px solid #54762B; }

<div style="border:3px solid #54762B">Div</div>

This div border color is #54762B.


Opacity

.myOpacity80 { color: #54762B; opacity: 0.8; }

<p style="color:#54762B;opacity:0.8;">80%</p>

Text with #54762B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #54762B;}

<p style="text-shadow: 3px 3px 1px #54762B">Text here.</p>

This text has shadow with #54762B color.

.textShadow {text-shadow: 3px 3px 1px #54762B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #54762B, 5px 5px 20px red">Text here.</p>

This text has shadow with #54762B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#54762B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#54762B, Direction=45, Strength=4)">Text</p>

This text has shadow with #54762B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #54762B;
  -webkit-box-shadow:	1px 1px 3px 2px #54762B;
  box-shadow:		1px 1px 3px 2px #54762B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #54762B;
-webkit-box-shadow: 1px 1px 3px 2px #54762B;
box-shadow:1px 1px 3px 2px #54762B;">
Div content here</div>
This div box has shadow with color #54762B.

Preview

Color preview on black background

This text has color #54762B on black background.


Color preview on white background

This text has color #54762B on white background.



Black color preview on #54762B background

This text has black color on #54762B background.


White color preview on #54762B background

This text has white color on #54762B background.