COLOR #554B39

HEX: #554B39
RGB: (85,75,57)

Color info

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

RGB color model

#554B39 color RGB value is (85,75,57).

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

RGB channels and saturation

R 85 of 255 = 33%
G 75 of 255 = 29%
B 57 of 255 = 22%

85
75
57

R + G + B ~ 28%. #554B39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 75 + 57 = 217 (100%)
R 85 of 217 ~ 39.17%
G 75 of 217 ~ 34.56%
B 57 of 217 ~ 26.27%

%39.17
%34.56
%26.27

CMYK color model

#554B39 color CMYK value is (0,12,33,67).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 32.94%
  • key color value is 66.67%
CMYK:
(0,12,33,67)
C0M12Y33K67 
(0%,12%,33%,67%)
(0.00/0.12/0.33/0.67)	

CMYK percentages

%0
%11.76
%32.94
%66.67

Codes

Color #554B39 in popluar color models

554B39
RGB857557
HSL39°19.72%27.84%
HSB/HSV39°32.94%33.33%
CMYK0.00%11.76%32.94%
66.67%

Color #554B39 in popluar number systems.

HEX554B39
Decimal857557
Binary10101011001011111001
Octal12511371

Shades and tints

Shades of #554B39

#554B39
(85,75,57)
#4E4534
(78,69,52)
#473F2F
(71,63,47)
#40392A
(64,57,42)
#393325
(57,51,37)
#322D20
(50,45,32)
#2B271B
(43,39,27)
#242116
(36,33,22)
#1D1B11
(29,27,17)
#16150C
(22,21,12)
#0F0F07
(15,15,7)
#000000
(0,0,0)

Tints of #554B39

#554B39
(85,75,57)
#645B4B
(100,91,75)
#736B5D
(115,107,93)
#827B6F
(130,123,111)
#918B81
(145,139,129)
#A09B93
(160,155,147)
#AFABA5
(175,171,165)
#BEBBB7
(190,187,183)
#CDCBC9
(205,203,201)
#DCDBDB
(220,219,219)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554B39; }

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

This text font color is #554B39.


Background Color

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

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

This div background color is #554B39.


Border color

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

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

This div border color is #554B39.


Opacity

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

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

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

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

This text has shadow with #554B39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554B39 on black background.


Color preview on white background

This text has color #554B39 on white background.



Black color preview on #554B39 background

This text has black color on #554B39 background.


White color preview on #554B39 background

This text has white color on #554B39 background.