COLOR #554F42

HEX: #554F42
RGB: (85,79,66)

Color info

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

RGB color model

#554F42 color RGB value is (85,79,66).

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

RGB channels and saturation

R 85 of 255 = 33%
G 79 of 255 = 31%
B 66 of 255 = 26%

85
79
66

R + G + B ~ 30%. #554F42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 79 + 66 = 230 (100%)
R 85 of 230 ~ 36.96%
G 79 of 230 ~ 34.35%
B 66 of 230 ~ 28.7%

%36.96
%34.35
%28.7

CMYK color model

#554F42 color CMYK value is (0,7,22,67).

  • cyan value is 0.00%
  • magenta value is 7.06%
  • yellow value is 22.35%
  • key color value is 66.67%
CMYK:
(0,7,22,67)
C0M7Y22K67 
(0%,7%,22%,67%)
(0.00/0.07/0.22/0.67)	

CMYK percentages

%0
%7.06
%22.35
%66.67

Codes

Color #554F42 in popluar color models

554F42
RGB857966
HSL41°12.58%29.61%
HSB/HSV41°22.35%33.33%
CMYK0.00%7.06%22.35%
66.67%

Color #554F42 in popluar number systems.

HEX554F42
Decimal857966
Binary101010110011111000010
Octal125117102

Shades and tints

Shades of #554F42

#554F42
(85,79,66)
#4E483C
(78,72,60)
#474136
(71,65,54)
#403A30
(64,58,48)
#39332A
(57,51,42)
#322C24
(50,44,36)
#2B251E
(43,37,30)
#241E18
(36,30,24)
#1D1712
(29,23,18)
#16100C
(22,16,12)
#0F0906
(15,9,6)
#000000
(0,0,0)

Tints of #554F42

#554F42
(85,79,66)
#645F53
(100,95,83)
#736F64
(115,111,100)
#827F75
(130,127,117)
#918F86
(145,143,134)
#A09F97
(160,159,151)
#AFAFA8
(175,175,168)
#BEBFB9
(190,191,185)
#CDCFCA
(205,207,202)
#DCDFDB
(220,223,219)
#EBEFEC
(235,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554F42; }

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

This text font color is #554F42.


Background Color

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

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

This div background color is #554F42.


Border color

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

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

This div border color is #554F42.


Opacity

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

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

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

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

This text has shadow with #554F42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554F42 on black background.


Color preview on white background

This text has color #554F42 on white background.



Black color preview on #554F42 background

This text has black color on #554F42 background.


White color preview on #554F42 background

This text has white color on #554F42 background.