COLOR #555736

HEX: #555736
RGB: (85,87,54)

Color info

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

RGB color model

#555736 color RGB value is (85,87,54).

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

RGB channels and saturation

R 85 of 255 = 33%
G 87 of 255 = 34%
B 54 of 255 = 21%

85
87
54

R + G + B ~ 29%. #555736 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 87 + 54 = 226 (100%)
R 85 of 226 ~ 37.61%
G 87 of 226 ~ 38.5%
B 54 of 226 ~ 23.89%

%37.61
%38.5
%23.89

CMYK color model

#555736 color CMYK value is (2,0,38,66).

  • cyan value is 2.30%
  • magenta value is 0.00%
  • yellow value is 37.93%
  • key color value is 65.88%
CMYK:
(2,0,38,66)
C2M0Y38K66 
(2%,0%,38%,66%)
(0.02/0.00/0.38/0.66)	

CMYK percentages

%2.3
%0
%37.93
%65.88

Codes

Color #555736 in popluar color models

555736
RGB858754
HSL64°23.40%27.65%
HSB/HSV64°37.93%34.12%
CMYK2.30%0.00%37.93%
65.88%

Color #555736 in popluar number systems.

HEX555736
Decimal858754
Binary10101011010111110110
Octal12512766

Shades and tints

Shades of #555736

#555736
(85,87,54)
#4E5032
(78,80,50)
#47492E
(71,73,46)
#40422A
(64,66,42)
#393B26
(57,59,38)
#323422
(50,52,34)
#2B2D1E
(43,45,30)
#24261A
(36,38,26)
#1D1F16
(29,31,22)
#161812
(22,24,18)
#0F110E
(15,17,14)
#000000
(0,0,0)

Tints of #555736

#555736
(85,87,54)
#646648
(100,102,72)
#73755A
(115,117,90)
#82846C
(130,132,108)
#91937E
(145,147,126)
#A0A290
(160,162,144)
#AFB1A2
(175,177,162)
#BEC0B4
(190,192,180)
#CDCFC6
(205,207,198)
#DCDED8
(220,222,216)
#EBEDEA
(235,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555736; }

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

This text font color is #555736.


Background Color

.myBgColor { background-color: #555736; }

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

This div background color is #555736.


Border color

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

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

This div border color is #555736.


Opacity

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

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

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

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

This text has shadow with #555736 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555736 on black background.


Color preview on white background

This text has color #555736 on white background.



Black color preview on #555736 background

This text has black color on #555736 background.


White color preview on #555736 background

This text has white color on #555736 background.