COLOR #554F39

HEX: #554F39
RGB: (85,79,57)

Color info

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

RGB color model

#554F39 color RGB value is (85,79,57).

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

RGB channels and saturation

R 85 of 255 = 33%
G 79 of 255 = 31%
B 57 of 255 = 22%

85
79
57

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

Portions of RGB colors in percentages

R + G + B =
85 + 79 + 57 = 221 (100%)
R 85 of 221 ~ 38.46%
G 79 of 221 ~ 35.75%
B 57 of 221 ~ 25.79%

%38.46
%35.75
%25.79

CMYK color model

#554F39 color CMYK value is (0,7,33,67).

  • cyan value is 0.00%
  • magenta value is 7.06%
  • yellow value is 32.94%
  • key color value is 66.67%
CMYK:
(0,7,33,67)
C0M7Y33K67 
(0%,7%,33%,67%)
(0.00/0.07/0.33/0.67)	

CMYK percentages

%0
%7.06
%32.94
%66.67

Codes

Color #554F39 in popluar color models

554F39
RGB857957
HSL47°19.72%27.84%
HSB/HSV47°32.94%33.33%
CMYK0.00%7.06%32.94%
66.67%

Color #554F39 in popluar number systems.

HEX554F39
Decimal857957
Binary10101011001111111001
Octal12511771

Shades and tints

Shades of #554F39

#554F39
(85,79,57)
#4E4834
(78,72,52)
#47412F
(71,65,47)
#403A2A
(64,58,42)
#393325
(57,51,37)
#322C20
(50,44,32)
#2B251B
(43,37,27)
#241E16
(36,30,22)
#1D1711
(29,23,17)
#16100C
(22,16,12)
#0F0907
(15,9,7)
#000000
(0,0,0)

Tints of #554F39

#554F39
(85,79,57)
#645F4B
(100,95,75)
#736F5D
(115,111,93)
#827F6F
(130,127,111)
#918F81
(145,143,129)
#A09F93
(160,159,147)
#AFAFA5
(175,175,165)
#BEBFB7
(190,191,183)
#CDCFC9
(205,207,201)
#DCDFDB
(220,223,219)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554F39; }

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

This text font color is #554F39.


Background Color

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

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

This div background color is #554F39.


Border color

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

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

This div border color is #554F39.


Opacity

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

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

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

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

This text has shadow with #554F39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554F39 on black background.


Color preview on white background

This text has color #554F39 on white background.



Black color preview on #554F39 background

This text has black color on #554F39 background.


White color preview on #554F39 background

This text has white color on #554F39 background.