COLOR #557D08

HEX: #557D08 RGB: (85,125,8)

Color info

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

RGB color model

#557D08 color RGB value is (85,125,8).

RGB: (85,125,8) (33%, 49%, 3%)

RGB channels and saturation

R 85 of 255 = 33%
G 125 of 255 = 49%
B 8 of 255 = 3%

85
125
8

R + G + B ~ 28%. #557D08 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 125 + 8 = 218 (100%)
R 85 of 218 ~ 38.99%
G 125 of 218 ~ 57.34%
B 8 of 218 ~ 3.67'%

%38.99
%57.34

CMYK color model

#557D08 color CMYK value is (32,0,94,51).

  • cyan value is 32.00%
  • magenta value is 0.00%
  • yellow value is 93.60%
  • key color value is 50.98%

CMYK: (32,0,94,51)
C32M0Y94K51 (32%, 0%, 94%, 51%)
(0.32 / 0.00 / 0.94 / 0.51)

CMYK percentages

%32
%0
%93.6
%50.98

Codes

Color #557D08 in popluar color models

55 7D 08
RGB 85 125 8
HSL 81° 87.97% 26.08%
HSB/HSV 81° 93.60% 49.02%
CMYK 32.00% 0.00% 93.60%
50.98%

Color #557D08 in popluar number systems.

HEX 55 7D 08
Decimal 85 125 8
Binary 1010101 1111101 1000
Octal 125 175 10

Shades and tints

Shades of #557D08

#557D08
(85,125,8)
#4E7208
(78,114,8)
#476708
(71,103,8)
#405C08
(64,92,8)
#395108
(57,81,8)
#324608
(50,70,8)
#2B3B08
(43,59,8)
#243008
(36,48,8)
#1D2508
(29,37,8)
#161A08
(22,26,8)
#0F0F08
(15,15,8)
#000000
(0,0,0)

Tints of #557D08

#557D08
(85,125,8)
#64881E
(100,136,30)
#739334
(115,147,52)
#829E4A
(130,158,74)
#91A960
(145,169,96)
#A0B476
(160,180,118)
#AFBF8C
(175,191,140)
#BECAA2
(190,202,162)
#CDD5B8
(205,213,184)
#DCE0CE
(220,224,206)
#EBEBE4
(235,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #557D08 color. Also use rgb(85,125,8) instead hex code.

Text Font Color

.myTextColor { color: #557D08; }

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

This text font color is #557D08.

Background Color

.myBgColor { background-color: #557D08; }

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

This div background color is #557D08.

Border color

.myBorderColor { border: 1px solid #557D08; }

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

This div border color is #557D08.

Opacity

.myOpacity80 { color: #557D08; opacity: 0.8; }

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

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

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

This text has shadow with #557D08 color.


.textShadow {text-shadow: 3px 3px 1px #557D08', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #557D08; -webkit-box-shadow: 1px 1px 3px 2px #557D08; box-shadow:1px 1px 3px 2px #557D08;">
Div content here
</div>

This div box has shadow with color #557D08.

Preview

Color preview on black background

This text has color #557D08 on black background.


Color preview on white background

This text has color #557D08 on white background.


Black color preview on #557D08 background

This text has black color on #557D08 background.


White color preview on #557D08 background

This text has white color on #557D08 background.


Related colors

Complementary color

Complementary color for #hex is #AA82F7.


I love getcolorcode.com

Triadic colors

1 #08557D and #7D0855 with #557D08 are triadic colors.

2 #087D55 and #7D5508 with #557D08 are triadic colors.