COLOR #555F3C

HEX: #555F3C
RGB: (85,95,60)

Color info

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

RGB color model

#555F3C color RGB value is (85,95,60).

  • red value is 85;
  • green value is 95;
  • blue value is 60.
RGB:
(85,95,60)
(33%,37%,24%)

RGB channels and saturation

R 85 of 255 = 33%
G 95 of 255 = 37%
B 60 of 255 = 24%

85
95
60

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

Portions of RGB colors in percentages

R + G + B =
85 + 95 + 60 = 240 (100%)
R 85 of 240 ~ 35.42%
G 95 of 240 ~ 39.58%
B 60 of 240 ~ 25%

%35.42
%39.58
%25

CMYK color model

#555F3C color CMYK value is (11,0,37,63).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 36.84%
  • key color value is 62.75%
CMYK:
(11,0,37,63)
C11M0Y37K63 
(11%,0%,37%,63%)
(0.11/0.00/0.37/0.63)	

CMYK percentages

%10.53
%0
%36.84
%62.75

Codes

Color #555F3C in popluar color models

555F3C
RGB859560
HSL77°22.58%30.39%
HSB/HSV77°36.84%37.25%
CMYK10.53%0.00%36.84%
62.75%

Color #555F3C in popluar number systems.

HEX555F3C
Decimal859560
Binary10101011011111111100
Octal12513774

Shades and tints

Shades of #555F3C

#555F3C
(85,95,60)
#4E5737
(78,87,55)
#474F32
(71,79,50)
#40472D
(64,71,45)
#393F28
(57,63,40)
#323723
(50,55,35)
#2B2F1E
(43,47,30)
#242719
(36,39,25)
#1D1F14
(29,31,20)
#16170F
(22,23,15)
#0F0F0A
(15,15,10)
#000000
(0,0,0)

Tints of #555F3C

#555F3C
(85,95,60)
#646D4D
(100,109,77)
#737B5E
(115,123,94)
#82896F
(130,137,111)
#919780
(145,151,128)
#A0A591
(160,165,145)
#AFB3A2
(175,179,162)
#BEC1B3
(190,193,179)
#CDCFC4
(205,207,196)
#DCDDD5
(220,221,213)
#EBEBE6
(235,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555F3C color. Also use rgb(85,95,60) instead hex code.

Text Font Color

.myTextColor { color: #555F3C; }

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

This text font color is #555F3C.


Background Color

.myBgColor { background-color: #555F3C; }

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

This div background color is #555F3C.


Border color

.myBorderColor { border: 1px solid #555F3C; }

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

This div border color is #555F3C.


Opacity

.myOpacity80 { color: #555F3C; opacity: 0.8; }

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

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

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

This text has shadow with #555F3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555F3C on black background.


Color preview on white background

This text has color #555F3C on white background.



Black color preview on #555F3C background

This text has black color on #555F3C background.


White color preview on #555F3C background

This text has white color on #555F3C background.