COLOR #555F36

HEX: #555F36
RGB: (85,95,54)

Color info

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

RGB color model

#555F36 color RGB value is (85,95,54).

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

RGB channels and saturation

R 85 of 255 = 33%
G 95 of 255 = 37%
B 54 of 255 = 21%

85
95
54

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

Portions of RGB colors in percentages

R + G + B =
85 + 95 + 54 = 234 (100%)
R 85 of 234 ~ 36.32%
G 95 of 234 ~ 40.6%
B 54 of 234 ~ 23.08%

%36.32
%40.6
%23.08

CMYK color model

#555F36 color CMYK value is (11,0,43,63).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 43.16%
  • key color value is 62.75%
CMYK:
(11,0,43,63)
C11M0Y43K63 
(11%,0%,43%,63%)
(0.11/0.00/0.43/0.63)	

CMYK percentages

%10.53
%0
%43.16
%62.75

Codes

Color #555F36 in popluar color models

555F36
RGB859554
HSL75°27.52%29.22%
HSB/HSV75°43.16%37.25%
CMYK10.53%0.00%43.16%
62.75%

Color #555F36 in popluar number systems.

HEX555F36
Decimal859554
Binary10101011011111110110
Octal12513766

Shades and tints

Shades of #555F36

#555F36
(85,95,54)
#4E5732
(78,87,50)
#474F2E
(71,79,46)
#40472A
(64,71,42)
#393F26
(57,63,38)
#323722
(50,55,34)
#2B2F1E
(43,47,30)
#24271A
(36,39,26)
#1D1F16
(29,31,22)
#161712
(22,23,18)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #555F36

#555F36
(85,95,54)
#646D48
(100,109,72)
#737B5A
(115,123,90)
#82896C
(130,137,108)
#91977E
(145,151,126)
#A0A590
(160,165,144)
#AFB3A2
(175,179,162)
#BEC1B4
(190,193,180)
#CDCFC6
(205,207,198)
#DCDDD8
(220,221,216)
#EBEBEA
(235,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555F36; }

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

This text font color is #555F36.


Background Color

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

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

This div background color is #555F36.


Border color

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

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

This div border color is #555F36.


Opacity

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

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

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

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

This text has shadow with #555F36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555F36 on black background.


Color preview on white background

This text has color #555F36 on white background.



Black color preview on #555F36 background

This text has black color on #555F36 background.


White color preview on #555F36 background

This text has white color on #555F36 background.