COLOR #555712

HEX: #555712
RGB: (85,87,18)

Color info

#555712 contains mainly red and green colors. Web safe color of #555712 is #666600 (or #660).

RGB color model

#555712 color RGB value is (85,87,18).

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

RGB channels and saturation

R 85 of 255 = 33%
G 87 of 255 = 34%
B 18 of 255 = 7%

85
87
18

R + G + B ~ 25%. #555712 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 87 + 18 = 190 (100%)
R 85 of 190 ~ 44.74%
G 87 of 190 ~ 45.79%
B 18 of 190 ~ 9.47%

%44.74
%45.79

CMYK color model

#555712 color CMYK value is (2,0,79,66).

  • cyan value is 2.30%
  • magenta value is 0.00%
  • yellow value is 79.31%
  • key color value is 65.88%
CMYK:
(2,0,79,66)
C2M0Y79K66 
(2%,0%,79%,66%)
(0.02/0.00/0.79/0.66)	

CMYK percentages

%2.3
%0
%79.31
%65.88

Codes

Color #555712 in popluar color models

555712
RGB858718
HSL62°65.71%20.59%
HSB/HSV62°79.31%34.12%
CMYK2.30%0.00%79.31%
65.88%

Color #555712 in popluar number systems.

HEX555712
Decimal858718
Binary1010101101011110010
Octal12512722

Shades and tints

Shades of #555712

#555712
(85,87,18)
#4E5011
(78,80,17)
#474910
(71,73,16)
#40420F
(64,66,15)
#393B0E
(57,59,14)
#32340D
(50,52,13)
#2B2D0C
(43,45,12)
#24260B
(36,38,11)
#1D1F0A
(29,31,10)
#161809
(22,24,9)
#0F1108
(15,17,8)
#000000
(0,0,0)

Tints of #555712

#555712
(85,87,18)
#646627
(100,102,39)
#73753C
(115,117,60)
#828451
(130,132,81)
#919366
(145,147,102)
#A0A27B
(160,162,123)
#AFB190
(175,177,144)
#BEC0A5
(190,192,165)
#CDCFBA
(205,207,186)
#DCDECF
(220,222,207)
#EBEDE4
(235,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555712; }

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

This text font color is #555712.


Background Color

.myBgColor { background-color: #555712; }

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

This div background color is #555712.


Border color

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

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

This div border color is #555712.


Opacity

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

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

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

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

This text has shadow with #555712 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555712 on black background.


Color preview on white background

This text has color #555712 on white background.



Black color preview on #555712 background

This text has black color on #555712 background.


White color preview on #555712 background

This text has white color on #555712 background.