COLOR #554E15

HEX: #554E15
RGB: (85,78,21)

Color info

#554E15 contains mainly red and green colors. Web safe color of #554E15 is #666600 (or #660).

RGB color model

#554E15 color RGB value is (85,78,21).

  • red value is 85;
  • green value is 78;
  • blue value is 21.
RGB:
(85,78,21)
(33%,31%,8%)

RGB channels and saturation

R 85 of 255 = 33%
G 78 of 255 = 31%
B 21 of 255 = 8%

85
78
21

R + G + B ~ 24%. #554E15 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 78 + 21 = 184 (100%)
R 85 of 184 ~ 46.2%
G 78 of 184 ~ 42.39%
B 21 of 184 ~ 11.41%

%46.2
%42.39
%11.41

CMYK color model

#554E15 color CMYK value is (0,8,75,67).

  • cyan value is 0.00%
  • magenta value is 8.24%
  • yellow value is 75.29%
  • key color value is 66.67%
CMYK:
(0,8,75,67)
C0M8Y75K67 
(0%,8%,75%,67%)
(0.00/0.08/0.75/0.67)	

CMYK percentages

%0
%8.24
%75.29
%66.67

Codes

Color #554E15 in popluar color models

554E15
RGB857821
HSL53°60.38%20.78%
HSB/HSV53°75.29%33.33%
CMYK0.00%8.24%75.29%
66.67%

Color #554E15 in popluar number systems.

HEX554E15
Decimal857821
Binary1010101100111010101
Octal12511625

Shades and tints

Shades of #554E15

#554E15
(85,78,21)
#4E4714
(78,71,20)
#474013
(71,64,19)
#403912
(64,57,18)
#393211
(57,50,17)
#322B10
(50,43,16)
#2B240F
(43,36,15)
#241D0E
(36,29,14)
#1D160D
(29,22,13)
#160F0C
(22,15,12)
#0F080B
(15,8,11)
#000000
(0,0,0)

Tints of #554E15

#554E15
(85,78,21)
#645E2A
(100,94,42)
#736E3F
(115,110,63)
#827E54
(130,126,84)
#918E69
(145,142,105)
#A09E7E
(160,158,126)
#AFAE93
(175,174,147)
#BEBEA8
(190,190,168)
#CDCEBD
(205,206,189)
#DCDED2
(220,222,210)
#EBEEE7
(235,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554E15 color. Also use rgb(85,78,21) instead hex code.

Text Font Color

.myTextColor { color: #554E15; }

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

This text font color is #554E15.


Background Color

.myBgColor { background-color: #554E15; }

<div style="background-color:#554E15">Inner text</div>

This div background color is #554E15.


Border color

.myBorderColor { border: 1px solid #554E15; }

<div style="border:3px solid #554E15">Div</div>

This div border color is #554E15.


Opacity

.myOpacity80 { color: #554E15; opacity: 0.8; }

<p style="color:#554E15;opacity:0.8;">80%</p>

Text with #554E15 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 #554E15;}

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

This text has shadow with #554E15 color.

.textShadow {text-shadow: 3px 3px 1px #554E15, 3px 3px 1px red;}

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

This text has shadow with #554E15 primary color and red secondary color.


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

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

This text has shadow with #554E15 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554E15 on black background.


Color preview on white background

This text has color #554E15 on white background.



Black color preview on #554E15 background

This text has black color on #554E15 background.


White color preview on #554E15 background

This text has white color on #554E15 background.