COLOR #555E0C

HEX: #555E0C
RGB: (85,94,12)

Color info

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

RGB color model

#555E0C color RGB value is (85,94,12).

  • red value is 85;
  • green value is 94;
  • blue value is 12.
RGB:
(85,94,12)
(33%,37%,5%)

RGB channels and saturation

R 85 of 255 = 33%
G 94 of 255 = 37%
B 12 of 255 = 5%

85
94
12

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

Portions of RGB colors in percentages

R + G + B =
85 + 94 + 12 = 191 (100%)
R 85 of 191 ~ 44.5%
G 94 of 191 ~ 49.21%
B 12 of 191 ~ 6.28%

%44.5
%49.21

CMYK color model

#555E0C color CMYK value is (10,0,87,63).

  • cyan value is 9.57%
  • magenta value is 0.00%
  • yellow value is 87.23%
  • key color value is 63.14%
CMYK:
(10,0,87,63)
C10M0Y87K63 
(10%,0%,87%,63%)
(0.10/0.00/0.87/0.63)	

CMYK percentages

%9.57
%0
%87.23
%63.14

Codes

Color #555E0C in popluar color models

555E0C
RGB859412
HSL67°77.36%20.78%
HSB/HSV67°87.23%36.86%
CMYK9.57%0.00%87.23%
63.14%

Color #555E0C in popluar number systems.

HEX555E0C
Decimal859412
Binary101010110111101100
Octal12513614

Shades and tints

Shades of #555E0C

#555E0C
(85,94,12)
#4E560B
(78,86,11)
#474E0A
(71,78,10)
#404609
(64,70,9)
#393E08
(57,62,8)
#323607
(50,54,7)
#2B2E06
(43,46,6)
#242605
(36,38,5)
#1D1E04
(29,30,4)
#161603
(22,22,3)
#0F0E02
(15,14,2)
#000000
(0,0,0)

Tints of #555E0C

#555E0C
(85,94,12)
#646C22
(100,108,34)
#737A38
(115,122,56)
#82884E
(130,136,78)
#919664
(145,150,100)
#A0A47A
(160,164,122)
#AFB290
(175,178,144)
#BEC0A6
(190,192,166)
#CDCEBC
(205,206,188)
#DCDCD2
(220,220,210)
#EBEAE8
(235,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555E0C color. Also use rgb(85,94,12) instead hex code.

Text Font Color

.myTextColor { color: #555E0C; }

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

This text font color is #555E0C.


Background Color

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

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

This div background color is #555E0C.


Border color

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

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

This div border color is #555E0C.


Opacity

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

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

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

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

This text has shadow with #555E0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555E0C on black background.


Color preview on white background

This text has color #555E0C on white background.



Black color preview on #555E0C background

This text has black color on #555E0C background.


White color preview on #555E0C background

This text has white color on #555E0C background.