COLOR #55774A

HEX: #55774A
RGB: (85,119,74)

Color info

#55774A contains red, green and blue colors in about the same proportion. Web safe color of #55774A is #666633 (or #663).

RGB color model

#55774A color RGB value is (85,119,74).

  • red value is 85;
  • green value is 119;
  • blue value is 74.
RGB:
(85,119,74)
(33%,47%,29%)

RGB channels and saturation

R 85 of 255 = 33%
G 119 of 255 = 47%
B 74 of 255 = 29%

85
119
74

R + G + B ~ 36%. #55774A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 119 + 74 = 278 (100%)
R 85 of 278 ~ 30.58%
G 119 of 278 ~ 42.81%
B 74 of 278 ~ 26.62%

%30.58
%42.81
%26.62

CMYK color model

#55774A color CMYK value is (29,0,38,53).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 37.82%
  • key color value is 53.33%
CMYK:
(29,0,38,53)
C29M0Y38K53 
(29%,0%,38%,53%)
(0.29/0.00/0.38/0.53)	

CMYK percentages

%28.57
%0
%37.82
%53.33

Codes

Color #55774A in popluar color models

55774A
RGB8511974
HSL105°23.32%37.84%
HSB/HSV105°37.82%46.67%
CMYK28.57%0.00%37.82%
53.33%

Color #55774A in popluar number systems.

HEX55774A
Decimal8511974
Binary101010111101111001010
Octal125167112

Shades and tints

Shades of #55774A

#55774A
(85,119,74)
#4E6D44
(78,109,68)
#47633E
(71,99,62)
#405938
(64,89,56)
#394F32
(57,79,50)
#32452C
(50,69,44)
#2B3B26
(43,59,38)
#243120
(36,49,32)
#1D271A
(29,39,26)
#161D14
(22,29,20)
#0F130E
(15,19,14)
#000000
(0,0,0)

Tints of #55774A

#55774A
(85,119,74)
#64835A
(100,131,90)
#738F6A
(115,143,106)
#829B7A
(130,155,122)
#91A78A
(145,167,138)
#A0B39A
(160,179,154)
#AFBFAA
(175,191,170)
#BECBBA
(190,203,186)
#CDD7CA
(205,215,202)
#DCE3DA
(220,227,218)
#EBEFEA
(235,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55774A color. Also use rgb(85,119,74) instead hex code.

Text Font Color

.myTextColor { color: #55774A; }

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

This text font color is #55774A.


Background Color

.myBgColor { background-color: #55774A; }

<div style="background-color:#55774A">Inner text</div>

This div background color is #55774A.


Border color

.myBorderColor { border: 1px solid #55774A; }

<div style="border:3px solid #55774A">Div</div>

This div border color is #55774A.


Opacity

.myOpacity80 { color: #55774A; opacity: 0.8; }

<p style="color:#55774A;opacity:0.8;">80%</p>

Text with #55774A 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 #55774A;}

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

This text has shadow with #55774A color.

.textShadow {text-shadow: 3px 3px 1px #55774A, 3px 3px 1px red;}

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

This text has shadow with #55774A primary color and red secondary color.


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

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

This text has shadow with #55774A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55774A on black background.


Color preview on white background

This text has color #55774A on white background.



Black color preview on #55774A background

This text has black color on #55774A background.


White color preview on #55774A background

This text has white color on #55774A background.