COLOR #555040

HEX: #555040
RGB: (85,80,64)

Color info

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

RGB color model

#555040 color RGB value is (85,80,64).

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

RGB channels and saturation

R 85 of 255 = 33%
G 80 of 255 = 31%
B 64 of 255 = 25%

85
80
64

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

Portions of RGB colors in percentages

R + G + B =
85 + 80 + 64 = 229 (100%)
R 85 of 229 ~ 37.12%
G 80 of 229 ~ 34.93%
B 64 of 229 ~ 27.95%

%37.12
%34.93
%27.95

CMYK color model

#555040 color CMYK value is (0,6,25,67).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 24.71%
  • key color value is 66.67%
CMYK:
(0,6,25,67)
C0M6Y25K67 
(0%,6%,25%,67%)
(0.00/0.06/0.25/0.67)	

CMYK percentages

%0
%5.88
%24.71
%66.67

Codes

Color #555040 in popluar color models

555040
RGB858064
HSL46°14.09%29.22%
HSB/HSV46°24.71%33.33%
CMYK0.00%5.88%24.71%
66.67%

Color #555040 in popluar number systems.

HEX555040
Decimal858064
Binary101010110100001000000
Octal125120100

Shades and tints

Shades of #555040

#555040
(85,80,64)
#4E493B
(78,73,59)
#474236
(71,66,54)
#403B31
(64,59,49)
#39342C
(57,52,44)
#322D27
(50,45,39)
#2B2622
(43,38,34)
#241F1D
(36,31,29)
#1D1818
(29,24,24)
#161113
(22,17,19)
#0F0A0E
(15,10,14)
#000000
(0,0,0)

Tints of #555040

#555040
(85,80,64)
#645F51
(100,95,81)
#736E62
(115,110,98)
#827D73
(130,125,115)
#918C84
(145,140,132)
#A09B95
(160,155,149)
#AFAAA6
(175,170,166)
#BEB9B7
(190,185,183)
#CDC8C8
(205,200,200)
#DCD7D9
(220,215,217)
#EBE6EA
(235,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555040; }

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

This text font color is #555040.


Background Color

.myBgColor { background-color: #555040; }

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

This div background color is #555040.


Border color

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

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

This div border color is #555040.


Opacity

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

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

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

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

This text has shadow with #555040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555040 on black background.


Color preview on white background

This text has color #555040 on white background.



Black color preview on #555040 background

This text has black color on #555040 background.


White color preview on #555040 background

This text has white color on #555040 background.