COLOR #556933

HEX: #556933 RGB: (85,105,51)

Color info

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

RGB color model

#556933 color RGB value is (85,105,51).

RGB: (85,105,51) (33%, 41%, 20%)

RGB channels and saturation

R 85 of 255 = 33%
G 105 of 255 = 41%
B 51 of 255 = 20%

85
105
51

R + G + B ~ 31%. #556933 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 105 + 51 = 241 (100%)
R 85 of 241 ~ 35.27%
G 105 of 241 ~ 43.57%
B 51 of 241 ~ 21.16'%

%35.27
%43.57
%21.16

CMYK color model

#556933 color CMYK value is (19,0,51,59).

  • cyan value is 19.05%
  • magenta value is 0.00%
  • yellow value is 51.43%
  • key color value is 58.82%

CMYK: (19,0,51,59)
C19M0Y51K59 (19%, 0%, 51%, 59%)
(0.19 / 0.00 / 0.51 / 0.59)

CMYK percentages

%19.05
%0
%51.43
%58.82

Codes

Color #556933 in popluar color models

55 69 33
RGB 85 105 51
HSL 82° 34.62% 30.59%
HSB/HSV 82° 51.43% 41.18%
CMYK 19.05% 0.00% 51.43%
58.82%

Color #556933 in popluar number systems.

HEX 55 69 33
Decimal 85 105 51
Binary 1010101 1101001 110011
Octal 125 151 63

Shades and tints

Shades of #556933

#556933
(85,105,51)
#4E602F
(78,96,47)
#47572B
(71,87,43)
#404E27
(64,78,39)
#394523
(57,69,35)
#323C1F
(50,60,31)
#2B331B
(43,51,27)
#242A17
(36,42,23)
#1D2113
(29,33,19)
#16180F
(22,24,15)
#0F0F0B
(15,15,11)
#000000
(0,0,0)

Tints of #556933

#556933
(85,105,51)
#647645
(100,118,69)
#738357
(115,131,87)
#829069
(130,144,105)
#919D7B
(145,157,123)
#A0AA8D
(160,170,141)
#AFB79F
(175,183,159)
#BEC4B1
(190,196,177)
#CDD1C3
(205,209,195)
#DCDED5
(220,222,213)
#EBEBE7
(235,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #556933 color. Also use rgb(85,105,51) instead hex code.

Text Font Color

.myTextColor { color: #556933; }

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

This text font color is #556933.

Background Color

.myBgColor { background-color: #556933; }

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

This div background color is #556933.

Border color

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

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

This div border color is #556933.

Opacity

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

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

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

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

This text has shadow with #556933 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #556933.

Preview

Color preview on black background

This text has color #556933 on black background.


Color preview on white background

This text has color #556933 on white background.


Black color preview on #556933 background

This text has black color on #556933 background.


White color preview on #556933 background

This text has white color on #556933 background.


Related colors

Complementary color

Complementary color for #hex is #AA96CC.


I love getcolorcode.com

Triadic colors

1 #335569 and #693355 with #556933 are triadic colors.

2 #336955 and #695533 with #556933 are triadic colors.