COLOR #556429

HEX: #556429
RGB: (85,100,41)

Color info

#556429 contains red, green and blue colors in about the same proportion. Web safe color of #556429 is #666633 (or #663).

RGB color model

#556429 color RGB value is (85,100,41).

  • red value is 85;
  • green value is 100;
  • blue value is 41.
RGB:
(85,100,41)
(33%,39%,16%)

RGB channels and saturation

R 85 of 255 = 33%
G 100 of 255 = 39%
B 41 of 255 = 16%

85
100
41

R + G + B ~ 29%. #556429 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 100 + 41 = 226 (100%)
R 85 of 226 ~ 37.61%
G 100 of 226 ~ 44.25%
B 41 of 226 ~ 18.14%

%37.61
%44.25
%18.14

CMYK color model

#556429 color CMYK value is (15,0,59,61).

  • cyan value is 15.00%
  • magenta value is 0.00%
  • yellow value is 59.00%
  • key color value is 60.78%
CMYK:
(15,0,59,61)
C15M0Y59K61 
(15%,0%,59%,61%)
(0.15/0.00/0.59/0.61)	

CMYK percentages

%15
%0
%59
%60.78

Codes

Color #556429 in popluar color models

556429
RGB8510041
HSL75°41.84%27.65%
HSB/HSV75°59.00%39.22%
CMYK15.00%0.00%59.00%
60.78%

Color #556429 in popluar number systems.

HEX556429
Decimal8510041
Binary10101011100100101001
Octal12514451

Shades and tints

Shades of #556429

#556429
(85,100,41)
#4E5B26
(78,91,38)
#475223
(71,82,35)
#404920
(64,73,32)
#39401D
(57,64,29)
#32371A
(50,55,26)
#2B2E17
(43,46,23)
#242514
(36,37,20)
#1D1C11
(29,28,17)
#16130E
(22,19,14)
#0F0A0B
(15,10,11)
#000000
(0,0,0)

Tints of #556429

#556429
(85,100,41)
#64723C
(100,114,60)
#73804F
(115,128,79)
#828E62
(130,142,98)
#919C75
(145,156,117)
#A0AA88
(160,170,136)
#AFB89B
(175,184,155)
#BEC6AE
(190,198,174)
#CDD4C1
(205,212,193)
#DCE2D4
(220,226,212)
#EBF0E7
(235,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #556429 color. Also use rgb(85,100,41) instead hex code.

Text Font Color

.myTextColor { color: #556429; }

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

This text font color is #556429.


Background Color

.myBgColor { background-color: #556429; }

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

This div background color is #556429.


Border color

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

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

This div border color is #556429.


Opacity

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

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

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

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

This text has shadow with #556429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556429 on black background.


Color preview on white background

This text has color #556429 on white background.



Black color preview on #556429 background

This text has black color on #556429 background.


White color preview on #556429 background

This text has white color on #556429 background.