COLOR #556258

HEX: #556258
RGB: (85,98,88)

Color info

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

RGB color model

#556258 color RGB value is (85,98,88).

  • red value is 85;
  • green value is 98;
  • blue value is 88.
RGB:
(85,98,88)
(33%,38%,35%)

RGB channels and saturation

R 85 of 255 = 33%
G 98 of 255 = 38%
B 88 of 255 = 35%

85
98
88

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

Portions of RGB colors in percentages

R + G + B =
85 + 98 + 88 = 271 (100%)
R 85 of 271 ~ 31.37%
G 98 of 271 ~ 36.16%
B 88 of 271 ~ 32.47%

%31.37
%36.16
%32.47

CMYK color model

#556258 color CMYK value is (13,0,10,62).

  • cyan value is 13.27%
  • magenta value is 0.00%
  • yellow value is 10.20%
  • key color value is 61.57%
CMYK:
(13,0,10,62)
C13M0Y10K62 
(13%,0%,10%,62%)
(0.13/0.00/0.10/0.62)	

CMYK percentages

%13.27
%0
%10.2
%61.57

Codes

Color #556258 in popluar color models

556258
RGB859888
HSL134°7.10%35.88%
HSB/HSV134°13.27%38.43%
CMYK13.27%0.00%10.20%
61.57%

Color #556258 in popluar number systems.

HEX556258
Decimal859888
Binary101010111000101011000
Octal125142130

Shades and tints

Shades of #556258

#556258
(85,98,88)
#4E5A50
(78,90,80)
#475248
(71,82,72)
#404A40
(64,74,64)
#394238
(57,66,56)
#323A30
(50,58,48)
#2B3228
(43,50,40)
#242A20
(36,42,32)
#1D2218
(29,34,24)
#161A10
(22,26,16)
#0F1208
(15,18,8)
#000000
(0,0,0)

Tints of #556258

#556258
(85,98,88)
#647067
(100,112,103)
#737E76
(115,126,118)
#828C85
(130,140,133)
#919A94
(145,154,148)
#A0A8A3
(160,168,163)
#AFB6B2
(175,182,178)
#BEC4C1
(190,196,193)
#CDD2D0
(205,210,208)
#DCE0DF
(220,224,223)
#EBEEEE
(235,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #556258 color. Also use rgb(85,98,88) instead hex code.

Text Font Color

.myTextColor { color: #556258; }

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

This text font color is #556258.


Background Color

.myBgColor { background-color: #556258; }

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

This div background color is #556258.


Border color

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

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

This div border color is #556258.


Opacity

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

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

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

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

This text has shadow with #556258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556258 on black background.


Color preview on white background

This text has color #556258 on white background.



Black color preview on #556258 background

This text has black color on #556258 background.


White color preview on #556258 background

This text has white color on #556258 background.