COLOR #555C05

HEX: #555C05
RGB: (85,92,5)

Color info

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

RGB color model

#555C05 color RGB value is (85,92,5).

  • red value is 85;
  • green value is 92;
  • blue value is 5.
RGB:
(85,92,5)
(33%,36%,2%)

RGB channels and saturation

R 85 of 255 = 33%
G 92 of 255 = 36%
B 5 of 255 = 2%

85
92
5

R + G + B ~ 24%. #555C05 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 92 + 5 = 182 (100%)
R 85 of 182 ~ 46.7%
G 92 of 182 ~ 50.55%
B 5 of 182 ~ 2.75%

%46.7
%50.55

CMYK color model

#555C05 color CMYK value is (8,0,95,64).

  • cyan value is 7.61%
  • magenta value is 0.00%
  • yellow value is 94.57%
  • key color value is 63.92%
CMYK:
(8,0,95,64)
C8M0Y95K64 
(8%,0%,95%,64%)
(0.08/0.00/0.95/0.64)	

CMYK percentages

%7.61
%0
%94.57
%63.92

Codes

Color #555C05 in popluar color models

555C05
RGB85925
HSL65°89.69%19.02%
HSB/HSV65°94.57%36.08%
CMYK7.61%0.00%94.57%
63.92%

Color #555C05 in popluar number systems.

HEX555C05
Decimal85925
Binary10101011011100101
Octal1251345

Shades and tints

Shades of #555C05

#555C05
(85,92,5)
#4E5405
(78,84,5)
#474C05
(71,76,5)
#404405
(64,68,5)
#393C05
(57,60,5)
#323405
(50,52,5)
#2B2C05
(43,44,5)
#242405
(36,36,5)
#1D1C05
(29,28,5)
#161405
(22,20,5)
#0F0C05
(15,12,5)
#000000
(0,0,0)

Tints of #555C05

#555C05
(85,92,5)
#646A1B
(100,106,27)
#737831
(115,120,49)
#828647
(130,134,71)
#91945D
(145,148,93)
#A0A273
(160,162,115)
#AFB089
(175,176,137)
#BEBE9F
(190,190,159)
#CDCCB5
(205,204,181)
#DCDACB
(220,218,203)
#EBE8E1
(235,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555C05 color. Also use rgb(85,92,5) instead hex code.

Text Font Color

.myTextColor { color: #555C05; }

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

This text font color is #555C05.


Background Color

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

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

This div background color is #555C05.


Border color

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

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

This div border color is #555C05.


Opacity

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

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

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

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

This text has shadow with #555C05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555C05 on black background.


Color preview on white background

This text has color #555C05 on white background.



Black color preview on #555C05 background

This text has black color on #555C05 background.


White color preview on #555C05 background

This text has white color on #555C05 background.