COLOR #554E3B

HEX: #554E3B
RGB: (85,78,59)

Color info

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

RGB color model

#554E3B color RGB value is (85,78,59).

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

RGB channels and saturation

R 85 of 255 = 33%
G 78 of 255 = 31%
B 59 of 255 = 23%

85
78
59

R + G + B ~ 29%. #554E3B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 78 + 59 = 222 (100%)
R 85 of 222 ~ 38.29%
G 78 of 222 ~ 35.14%
B 59 of 222 ~ 26.58%

%38.29
%35.14
%26.58

CMYK color model

#554E3B color CMYK value is (0,8,31,67).

  • cyan value is 0.00%
  • magenta value is 8.24%
  • yellow value is 30.59%
  • key color value is 66.67%
CMYK:
(0,8,31,67)
C0M8Y31K67 
(0%,8%,31%,67%)
(0.00/0.08/0.31/0.67)	

CMYK percentages

%0
%8.24
%30.59
%66.67

Codes

Color #554E3B in popluar color models

554E3B
RGB857859
HSL44°18.06%28.24%
HSB/HSV44°30.59%33.33%
CMYK0.00%8.24%30.59%
66.67%

Color #554E3B in popluar number systems.

HEX554E3B
Decimal857859
Binary10101011001110111011
Octal12511673

Shades and tints

Shades of #554E3B

#554E3B
(85,78,59)
#4E4736
(78,71,54)
#474031
(71,64,49)
#40392C
(64,57,44)
#393227
(57,50,39)
#322B22
(50,43,34)
#2B241D
(43,36,29)
#241D18
(36,29,24)
#1D1613
(29,22,19)
#160F0E
(22,15,14)
#0F0809
(15,8,9)
#000000
(0,0,0)

Tints of #554E3B

#554E3B
(85,78,59)
#645E4C
(100,94,76)
#736E5D
(115,110,93)
#827E6E
(130,126,110)
#918E7F
(145,142,127)
#A09E90
(160,158,144)
#AFAEA1
(175,174,161)
#BEBEB2
(190,190,178)
#CDCEC3
(205,206,195)
#DCDED4
(220,222,212)
#EBEEE5
(235,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554E3B; }

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

This text font color is #554E3B.


Background Color

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

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

This div background color is #554E3B.


Border color

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

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

This div border color is #554E3B.


Opacity

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

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

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

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

This text has shadow with #554E3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554E3B on black background.


Color preview on white background

This text has color #554E3B on white background.



Black color preview on #554E3B background

This text has black color on #554E3B background.


White color preview on #554E3B background

This text has white color on #554E3B background.