COLOR #54775F

HEX: #54775F
RGB: (84,119,95)

Color info

#54775F contains red, green and blue colors in about the same proportion. Web safe color of #54775F is #666666 (or #666).

RGB color model

#54775F color RGB value is (84,119,95).

  • red value is 84;
  • green value is 119;
  • blue value is 95.
RGB:
(84,119,95)
(33%,47%,37%)

RGB channels and saturation

R 84 of 255 = 33%
G 119 of 255 = 47%
B 95 of 255 = 37%

84
119
95

R + G + B ~ 39%. #54775F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 119 + 95 = 298 (100%)
R 84 of 298 ~ 28.19%
G 119 of 298 ~ 39.93%
B 95 of 298 ~ 31.88%

%28.19
%39.93
%31.88

CMYK color model

#54775F color CMYK value is (29,0,20,53).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 20.17%
  • key color value is 53.33%
CMYK:
(29,0,20,53)
C29M0Y20K53 
(29%,0%,20%,53%)
(0.29/0.00/0.20/0.53)	

CMYK percentages

%29.41
%0
%20.17
%53.33

Codes

Color #54775F in popluar color models

54775F
RGB8411995
HSL139°17.24%39.80%
HSB/HSV139°29.41%46.67%
CMYK29.41%0.00%20.17%
53.33%

Color #54775F in popluar number systems.

HEX54775F
Decimal8411995
Binary101010011101111011111
Octal124167137

Shades and tints

Shades of #54775F

#54775F
(84,119,95)
#4D6D57
(77,109,87)
#46634F
(70,99,79)
#3F5947
(63,89,71)
#384F3F
(56,79,63)
#314537
(49,69,55)
#2A3B2F
(42,59,47)
#233127
(35,49,39)
#1C271F
(28,39,31)
#151D17
(21,29,23)
#0E130F
(14,19,15)
#000000
(0,0,0)

Tints of #54775F

#54775F
(84,119,95)
#63836D
(99,131,109)
#728F7B
(114,143,123)
#819B89
(129,155,137)
#90A797
(144,167,151)
#9FB3A5
(159,179,165)
#AEBFB3
(174,191,179)
#BDCBC1
(189,203,193)
#CCD7CF
(204,215,207)
#DBE3DD
(219,227,221)
#EAEFEB
(234,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54775F color. Also use rgb(84,119,95) instead hex code.

Text Font Color

.myTextColor { color: #54775F; }

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

This text font color is #54775F.


Background Color

.myBgColor { background-color: #54775F; }

<div style="background-color:#54775F">Inner text</div>

This div background color is #54775F.


Border color

.myBorderColor { border: 1px solid #54775F; }

<div style="border:3px solid #54775F">Div</div>

This div border color is #54775F.


Opacity

.myOpacity80 { color: #54775F; opacity: 0.8; }

<p style="color:#54775F;opacity:0.8;">80%</p>

Text with #54775F 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 #54775F;}

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

This text has shadow with #54775F color.

.textShadow {text-shadow: 3px 3px 1px #54775F, 3px 3px 1px red;}

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

This text has shadow with #54775F primary color and red secondary color.


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

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

This text has shadow with #54775F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54775F on black background.


Color preview on white background

This text has color #54775F on white background.



Black color preview on #54775F background

This text has black color on #54775F background.


White color preview on #54775F background

This text has white color on #54775F background.