COLOR #554E1D

HEX: #554E1D
RGB: (85,78,29)

Color info

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

RGB color model

#554E1D color RGB value is (85,78,29).

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

RGB channels and saturation

R 85 of 255 = 33%
G 78 of 255 = 31%
B 29 of 255 = 11%

85
78
29

R + G + B ~ 25%. #554E1D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 78 + 29 = 192 (100%)
R 85 of 192 ~ 44.27%
G 78 of 192 ~ 40.63%
B 29 of 192 ~ 15.1%

%44.27
%40.63
%15.1

CMYK color model

#554E1D color CMYK value is (0,8,66,67).

  • cyan value is 0.00%
  • magenta value is 8.24%
  • yellow value is 65.88%
  • key color value is 66.67%
CMYK:
(0,8,66,67)
C0M8Y66K67 
(0%,8%,66%,67%)
(0.00/0.08/0.66/0.67)	

CMYK percentages

%0
%8.24
%65.88
%66.67

Codes

Color #554E1D in popluar color models

554E1D
RGB857829
HSL53°49.12%22.35%
HSB/HSV53°65.88%33.33%
CMYK0.00%8.24%65.88%
66.67%

Color #554E1D in popluar number systems.

HEX554E1D
Decimal857829
Binary1010101100111011101
Octal12511635

Shades and tints

Shades of #554E1D

#554E1D
(85,78,29)
#4E471B
(78,71,27)
#474019
(71,64,25)
#403917
(64,57,23)
#393215
(57,50,21)
#322B13
(50,43,19)
#2B2411
(43,36,17)
#241D0F
(36,29,15)
#1D160D
(29,22,13)
#160F0B
(22,15,11)
#0F0809
(15,8,9)
#000000
(0,0,0)

Tints of #554E1D

#554E1D
(85,78,29)
#645E31
(100,94,49)
#736E45
(115,110,69)
#827E59
(130,126,89)
#918E6D
(145,142,109)
#A09E81
(160,158,129)
#AFAE95
(175,174,149)
#BEBEA9
(190,190,169)
#CDCEBD
(205,206,189)
#DCDED1
(220,222,209)
#EBEEE5
(235,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554E1D; }

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

This text font color is #554E1D.


Background Color

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

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

This div background color is #554E1D.


Border color

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

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

This div border color is #554E1D.


Opacity

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

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

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

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

This text has shadow with #554E1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554E1D on black background.


Color preview on white background

This text has color #554E1D on white background.



Black color preview on #554E1D background

This text has black color on #554E1D background.


White color preview on #554E1D background

This text has white color on #554E1D background.