COLOR #555144

HEX: #555144
RGB: (85,81,68)

Color info

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

RGB color model

#555144 color RGB value is (85,81,68).

  • red value is 85;
  • green value is 81;
  • blue value is 68.
RGB:
(85,81,68)
(33%,32%,27%)

RGB channels and saturation

R 85 of 255 = 33%
G 81 of 255 = 32%
B 68 of 255 = 27%

85
81
68

R + G + B ~ 31%. #555144 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 81 + 68 = 234 (100%)
R 85 of 234 ~ 36.32%
G 81 of 234 ~ 34.62%
B 68 of 234 ~ 29.06%

%36.32
%34.62
%29.06

CMYK color model

#555144 color CMYK value is (0,5,20,67).

  • cyan value is 0.00%
  • magenta value is 4.71%
  • yellow value is 20.00%
  • key color value is 66.67%
CMYK:
(0,5,20,67)
C0M5Y20K67 
(0%,5%,20%,67%)
(0.00/0.05/0.20/0.67)	

CMYK percentages

%0
%4.71
%20
%66.67

Codes

Color #555144 in popluar color models

555144
RGB858168
HSL46°11.11%30.00%
HSB/HSV46°20.00%33.33%
CMYK0.00%4.71%20.00%
66.67%

Color #555144 in popluar number systems.

HEX555144
Decimal858168
Binary101010110100011000100
Octal125121104

Shades and tints

Shades of #555144

#555144
(85,81,68)
#4E4A3E
(78,74,62)
#474338
(71,67,56)
#403C32
(64,60,50)
#39352C
(57,53,44)
#322E26
(50,46,38)
#2B2720
(43,39,32)
#24201A
(36,32,26)
#1D1914
(29,25,20)
#16120E
(22,18,14)
#0F0B08
(15,11,8)
#000000
(0,0,0)

Tints of #555144

#555144
(85,81,68)
#646055
(100,96,85)
#736F66
(115,111,102)
#827E77
(130,126,119)
#918D88
(145,141,136)
#A09C99
(160,156,153)
#AFABAA
(175,171,170)
#BEBABB
(190,186,187)
#CDC9CC
(205,201,204)
#DCD8DD
(220,216,221)
#EBE7EE
(235,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555144 color. Also use rgb(85,81,68) instead hex code.

Text Font Color

.myTextColor { color: #555144; }

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

This text font color is #555144.


Background Color

.myBgColor { background-color: #555144; }

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

This div background color is #555144.


Border color

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

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

This div border color is #555144.


Opacity

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

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

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

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

This text has shadow with #555144 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555144 on black background.


Color preview on white background

This text has color #555144 on white background.



Black color preview on #555144 background

This text has black color on #555144 background.


White color preview on #555144 background

This text has white color on #555144 background.