COLOR #556141

HEX: #556141
RGB: (85,97,65)

Color info

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

RGB color model

#556141 color RGB value is (85,97,65).

  • red value is 85;
  • green value is 97;
  • blue value is 65.
RGB: (85,97,65) (33%,38%,25%)

RGB channels and saturation

R 85 of 255 = 33%
G 97 of 255 = 38%
B 65 of 255 = 25%

85
97
65

R + G + B ~ 32%. #556141 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 97 + 65 = 247 (100%)
R 85 of 247 ~ 34.41%
G 97 of 247 ~ 39.27%
B 65 of 247 ~ 26.32%

%34.41
%39.27
%26.32

CMYK color model

#556141 color CMYK value is (12,0,33,62).

  • cyan value is 12.37%
  • magenta value is 0.00%
  • yellow value is 32.99%
  • key color value is 61.96%
CMYK: (12,0,33,62) C12M0Y33K62 (12%,0%,33%,62%) (0.12/0.00/0.33/0.62)

CMYK percentages

%12.37
%0
%32.99
%61.96

Codes

Color #556141 in popluar color models

556141
RGB859765
HSL83°19.75%31.76%
HSB/HSV83°32.99%38.04%
CMYK12.37%0.00%32.99%
61.96%

Color #556141 in popluar number systems.

HEX556141
Decimal859765
Binary101010111000011000001
Octal125141101

Shades and tints

Shades of #556141

#556141
(85,97,65)
#4E593C
(78,89,60)
#475137
(71,81,55)
#404932
(64,73,50)
#39412D
(57,65,45)
#323928
(50,57,40)
#2B3123
(43,49,35)
#24291E
(36,41,30)
#1D2119
(29,33,25)
#161914
(22,25,20)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #556141

#556141
(85,97,65)
#646F52
(100,111,82)
#737D63
(115,125,99)
#828B74
(130,139,116)
#919985
(145,153,133)
#A0A796
(160,167,150)
#AFB5A7
(175,181,167)
#BEC3B8
(190,195,184)
#CDD1C9
(205,209,201)
#DCDFDA
(220,223,218)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #556141 color. Also use rgb(85,97,65) instead hex code.

Text Font Color

.myTextColor { color: #556141; }

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

This text font color is #556141.


Background Color

.myBgColor { background-color: #556141; }

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

This div background color is #556141.


Border color

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

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

This div border color is #556141.


Opacity

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

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

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

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

This text has shadow with #556141 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #556141 on black background.


Color preview on white background

This text has color #556141 on white background.



Black color preview on #556141 background

This text has black color on #556141 background.


White color preview on #556141 background

This text has white color on #556141 background.