COLOR #554B2E

HEX: #554B2E
RGB: (85,75,46)

Color info

#554B2E contains red, green and blue colors in about the same proportion. Web safe color of #554B2E is #663333 (or #633).

RGB color model

#554B2E color RGB value is (85,75,46).

  • red value is 85;
  • green value is 75;
  • blue value is 46.
RGB:
(85,75,46)
(33%,29%,18%)

RGB channels and saturation

R 85 of 255 = 33%
G 75 of 255 = 29%
B 46 of 255 = 18%

85
75
46

R + G + B ~ 27%. #554B2E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 75 + 46 = 206 (100%)
R 85 of 206 ~ 41.26%
G 75 of 206 ~ 36.41%
B 46 of 206 ~ 22.33%

%41.26
%36.41
%22.33

CMYK color model

#554B2E color CMYK value is (0,12,46,67).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 45.88%
  • key color value is 66.67%
CMYK:
(0,12,46,67)
C0M12Y46K67 
(0%,12%,46%,67%)
(0.00/0.12/0.46/0.67)	

CMYK percentages

%0
%11.76
%45.88
%66.67

Codes

Color #554B2E in popluar color models

554B2E
RGB857546
HSL45°29.77%25.69%
HSB/HSV45°45.88%33.33%
CMYK0.00%11.76%45.88%
66.67%

Color #554B2E in popluar number systems.

HEX554B2E
Decimal857546
Binary10101011001011101110
Octal12511356

Shades and tints

Shades of #554B2E

#554B2E
(85,75,46)
#4E452A
(78,69,42)
#473F26
(71,63,38)
#403922
(64,57,34)
#39331E
(57,51,30)
#322D1A
(50,45,26)
#2B2716
(43,39,22)
#242112
(36,33,18)
#1D1B0E
(29,27,14)
#16150A
(22,21,10)
#0F0F06
(15,15,6)
#000000
(0,0,0)

Tints of #554B2E

#554B2E
(85,75,46)
#645B41
(100,91,65)
#736B54
(115,107,84)
#827B67
(130,123,103)
#918B7A
(145,139,122)
#A09B8D
(160,155,141)
#AFABA0
(175,171,160)
#BEBBB3
(190,187,179)
#CDCBC6
(205,203,198)
#DCDBD9
(220,219,217)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554B2E color. Also use rgb(85,75,46) instead hex code.

Text Font Color

.myTextColor { color: #554B2E; }

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

This text font color is #554B2E.


Background Color

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

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

This div background color is #554B2E.


Border color

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

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

This div border color is #554B2E.


Opacity

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

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

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

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

This text has shadow with #554B2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554B2E on black background.


Color preview on white background

This text has color #554B2E on white background.



Black color preview on #554B2E background

This text has black color on #554B2E background.


White color preview on #554B2E background

This text has white color on #554B2E background.