COLOR #554842

HEX: #554842
RGB: (85,72,66)

Color info

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

RGB color model

#554842 color RGB value is (85,72,66).

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

RGB channels and saturation

R 85 of 255 = 33%
G 72 of 255 = 28%
B 66 of 255 = 26%

85
72
66

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

Portions of RGB colors in percentages

R + G + B =
85 + 72 + 66 = 223 (100%)
R 85 of 223 ~ 38.12%
G 72 of 223 ~ 32.29%
B 66 of 223 ~ 29.6%

%38.12
%32.29
%29.6

CMYK color model

#554842 color CMYK value is (0,15,22,67).

  • cyan value is 0.00%
  • magenta value is 15.29%
  • yellow value is 22.35%
  • key color value is 66.67%
CMYK:
(0,15,22,67)
C0M15Y22K67 
(0%,15%,22%,67%)
(0.00/0.15/0.22/0.67)	

CMYK percentages

%0
%15.29
%22.35
%66.67

Codes

Color #554842 in popluar color models

554842
RGB857266
HSL19°12.58%29.61%
HSB/HSV19°22.35%33.33%
CMYK0.00%15.29%22.35%
66.67%

Color #554842 in popluar number systems.

HEX554842
Decimal857266
Binary101010110010001000010
Octal125110102

Shades and tints

Shades of #554842

#554842
(85,72,66)
#4E423C
(78,66,60)
#473C36
(71,60,54)
#403630
(64,54,48)
#39302A
(57,48,42)
#322A24
(50,42,36)
#2B241E
(43,36,30)
#241E18
(36,30,24)
#1D1812
(29,24,18)
#16120C
(22,18,12)
#0F0C06
(15,12,6)
#000000
(0,0,0)

Tints of #554842

#554842
(85,72,66)
#645853
(100,88,83)
#736864
(115,104,100)
#827875
(130,120,117)
#918886
(145,136,134)
#A09897
(160,152,151)
#AFA8A8
(175,168,168)
#BEB8B9
(190,184,185)
#CDC8CA
(205,200,202)
#DCD8DB
(220,216,219)
#EBE8EC
(235,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554842; }

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

This text font color is #554842.


Background Color

.myBgColor { background-color: #554842; }

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

This div background color is #554842.


Border color

.myBorderColor { border: 1px solid #554842; }

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

This div border color is #554842.


Opacity

.myOpacity80 { color: #554842; opacity: 0.8; }

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

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

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

This text has shadow with #554842 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554842 on black background.


Color preview on white background

This text has color #554842 on white background.



Black color preview on #554842 background

This text has black color on #554842 background.


White color preview on #554842 background

This text has white color on #554842 background.