COLOR #556654

HEX: #556654 RGB: (85,102,84)

Color info

#556654 contains red, green and blue colors in about the same proportion. Web safe color of #556654 is #666666 (or #666).

RGB color model

#556654 color RGB value is (85,102,84).

RGB: (85,102,84) (33%, 40%, 33%)

RGB channels and saturation

R 85 of 255 = 33%
G 102 of 255 = 40%
B 84 of 255 = 33%

85
102
84

R + G + B ~ 35%. #556654 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 102 + 84 = 271 (100%)
R 85 of 271 ~ 31.37%
G 102 of 271 ~ 37.64%
B 84 of 271 ~ 31'%

%31.37
%37.64
%31

CMYK color model

#556654 color CMYK value is (17,0,18,60).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 60.00%

CMYK: (17,0,18,60)
C17M0Y18K60 (17%, 0%, 18%, 60%)
(0.17 / 0.00 / 0.18 / 0.60)

CMYK percentages

%16.67
%0
%17.65
%60

Codes

Color #556654 in popluar color models

55 66 54
RGB 85 102 84
HSL 117° 9.68% 36.47%
HSB/HSV 117° 17.65% 40.00%
CMYK 16.67% 0.00% 17.65%
60.00%

Color #556654 in popluar number systems.

HEX 55 66 54
Decimal 85 102 84
Binary 1010101 1100110 1010100
Octal 125 146 124

Shades and tints

Shades of #556654

#556654
(85,102,84)
#4E5D4D
(78,93,77)
#475446
(71,84,70)
#404B3F
(64,75,63)
#394238
(57,66,56)
#323931
(50,57,49)
#2B302A
(43,48,42)
#242723
(36,39,35)
#1D1E1C
(29,30,28)
#161515
(22,21,21)
#0F0C0E
(15,12,14)
#000000
(0,0,0)

Tints of #556654

#556654
(85,102,84)
#647363
(100,115,99)
#738072
(115,128,114)
#828D81
(130,141,129)
#919A90
(145,154,144)
#A0A79F
(160,167,159)
#AFB4AE
(175,180,174)
#BEC1BD
(190,193,189)
#CDCECC
(205,206,204)
#DCDBDB
(220,219,219)
#EBE8EA
(235,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #556654 color. Also use rgb(85,102,84) instead hex code.

Text Font Color

.myTextColor { color: #556654; }

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

This text font color is #556654.

Background Color

.myBgColor { background-color: #556654; }

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

This div background color is #556654.

Border color

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

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

This div border color is #556654.

Opacity

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

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

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

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

This text has shadow with #556654 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #556654.

Preview

Color preview on black background

This text has color #556654 on black background.


Color preview on white background

This text has color #556654 on white background.


Black color preview on #556654 background

This text has black color on #556654 background.


White color preview on #556654 background

This text has white color on #556654 background.


Related colors

Complementary color

Complementary color for #hex is #AA99AB.


I love getcolorcode.com

Triadic colors

1 #545566 and #665455 with #556654 are triadic colors.

2 #546655 and #665554 with #556654 are triadic colors.