COLOR #555140

HEX: #555140
RGB: (85,81,64)

Color info

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

RGB color model

#555140 color RGB value is (85,81,64).

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

RGB channels and saturation

R 85 of 255 = 33%
G 81 of 255 = 32%
B 64 of 255 = 25%

85
81
64

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

Portions of RGB colors in percentages

R + G + B =
85 + 81 + 64 = 230 (100%)
R 85 of 230 ~ 36.96%
G 81 of 230 ~ 35.22%
B 64 of 230 ~ 27.83%

%36.96
%35.22
%27.83

CMYK color model

#555140 color CMYK value is (0,5,25,67).

  • cyan value is 0.00%
  • magenta value is 4.71%
  • yellow value is 24.71%
  • key color value is 66.67%
CMYK:
(0,5,25,67)
C0M5Y25K67 
(0%,5%,25%,67%)
(0.00/0.05/0.25/0.67)	

CMYK percentages

%0
%4.71
%24.71
%66.67

Codes

Color #555140 in popluar color models

555140
RGB858164
HSL49°14.09%29.22%
HSB/HSV49°24.71%33.33%
CMYK0.00%4.71%24.71%
66.67%

Color #555140 in popluar number systems.

HEX555140
Decimal858164
Binary101010110100011000000
Octal125121100

Shades and tints

Shades of #555140

#555140
(85,81,64)
#4E4A3B
(78,74,59)
#474336
(71,67,54)
#403C31
(64,60,49)
#39352C
(57,53,44)
#322E27
(50,46,39)
#2B2722
(43,39,34)
#24201D
(36,32,29)
#1D1918
(29,25,24)
#161213
(22,18,19)
#0F0B0E
(15,11,14)
#000000
(0,0,0)

Tints of #555140

#555140
(85,81,64)
#646051
(100,96,81)
#736F62
(115,111,98)
#827E73
(130,126,115)
#918D84
(145,141,132)
#A09C95
(160,156,149)
#AFABA6
(175,171,166)
#BEBAB7
(190,186,183)
#CDC9C8
(205,201,200)
#DCD8D9
(220,216,217)
#EBE7EA
(235,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555140; }

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

This text font color is #555140.


Background Color

.myBgColor { background-color: #555140; }

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

This div background color is #555140.


Border color

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

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

This div border color is #555140.


Opacity

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

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

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

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

This text has shadow with #555140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555140 on black background.


Color preview on white background

This text has color #555140 on white background.



Black color preview on #555140 background

This text has black color on #555140 background.


White color preview on #555140 background

This text has white color on #555140 background.