COLOR #556E04

HEX: #556E04 RGB: (85,110,4)

Color info

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

RGB color model

#556E04 color RGB value is (85,110,4).

RGB: (85,110,4) (33%, 43%, 2%)

RGB channels and saturation

R 85 of 255 = 33%
G 110 of 255 = 43%
B 4 of 255 = 2%

85
110
4

R + G + B ~ 26%. #556E04 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 110 + 4 = 199 (100%)
R 85 of 199 ~ 42.71%
G 110 of 199 ~ 55.28%
B 4 of 199 ~ 2.01'%

%42.71
%55.28

CMYK color model

#556E04 color CMYK value is (23,0,96,57).

  • cyan value is 22.73%
  • magenta value is 0.00%
  • yellow value is 96.36%
  • key color value is 56.86%
CMYK: (23,0,96,57) C23M0Y96K57 (23%,0%,96%,57%) (0.23/0.00/0.96/0.57) 

CMYK percentages

%22.73
%0
%96.36
%56.86

Codes

Color #556E04 in popluar color models

55 6E 04
RGB 85 110 4
HSL 74° 92.98% 22.35%
HSB/HSV 74° 96.36% 43.14%
CMYK 22.73% 0.00% 96.36%
56.86%

Color #556E04 in popluar number systems.

HEX 55 6E 04
Decimal 85 110 4
Binary 1010101 1101110 100
Octal 125 156 4

Shades and tints

Shades of #556E04

#556E04
(85,110,4)
#4E6404
(78,100,4)
#475A04
(71,90,4)
#405004
(64,80,4)
#394604
(57,70,4)
#323C04
(50,60,4)
#2B3204
(43,50,4)
#242804
(36,40,4)
#1D1E04
(29,30,4)
#161404
(22,20,4)
#0F0A04
(15,10,4)
#000000
(0,0,0)

Tints of #556E04

#556E04
(85,110,4)
#647B1A
(100,123,26)
#738830
(115,136,48)
#829546
(130,149,70)
#91A25C
(145,162,92)
#A0AF72
(160,175,114)
#AFBC88
(175,188,136)
#BEC99E
(190,201,158)
#CDD6B4
(205,214,180)
#DCE3CA
(220,227,202)
#EBF0E0
(235,240,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #556E04 color. Also use rgb(85,110,4) instead hex code.

Text Font Color

.myTextColor { color: #556E04; }

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

This text font color is #556E04.

Background Color

.myBgColor { background-color: #556E04; }

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

This div background color is #556E04.

Border color

.myBorderColor { border: 1px solid #556E04; }

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

This div border color is #556E04.

Opacity

.myOpacity80 { color: #556E04; opacity: 0.8; }

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

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

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

This text has shadow with #556E04 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #556E04.

Preview

Color preview on black background

This text has color #556E04 on black background.


Color preview on white background

This text has color #556E04 on white background.


Black color preview on #556E04 background

This text has black color on #556E04 background.


White color preview on #556E04 background

This text has white color on #556E04 background.


Related colors

Complementary color

Complementary color for #hex is #AA91FB.


I love getcolorcode.com

Triadic colors

1 #04556E and #6E0455 with #556E04 are triadic colors.

2 #046E55 and #6E5504 with #556E04 are triadic colors.