COLOR #558464

HEX: #558464
RGB: (85,132,100)

Color info

#558464 contains red, green and blue colors in about the same proportion. Web safe color of #558464 is #669966 (or #696).

RGB color model

#558464 color RGB value is (85,132,100).

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

RGB channels and saturation

R 85 of 255 = 33%
G 132 of 255 = 52%
B 100 of 255 = 39%

85
132
100

R + G + B ~ 41%. #558464 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 132 + 100 = 317 (100%)
R 85 of 317 ~ 26.81%
G 132 of 317 ~ 41.64%
B 100 of 317 ~ 31.55%

%26.81
%41.64
%31.55

CMYK color model

#558464 color CMYK value is (36,0,24,48).

  • cyan value is 35.61%
  • magenta value is 0.00%
  • yellow value is 24.24%
  • key color value is 48.24%
CMYK:
(36,0,24,48)
C36M0Y24K48 
(36%,0%,24%,48%)
(0.36/0.00/0.24/0.48)	

CMYK percentages

%35.61
%0
%24.24
%48.24

Codes

Color #558464 in popluar color models

558464
RGB85132100
HSL139°21.66%42.55%
HSB/HSV139°35.61%51.76%
CMYK35.61%0.00%24.24%
48.24%

Color #558464 in popluar number systems.

HEX558464
Decimal85132100
Binary1010101100001001100100
Octal125204144

Shades and tints

Shades of #558464

#558464
(85,132,100)
#4E785B
(78,120,91)
#476C52
(71,108,82)
#406049
(64,96,73)
#395440
(57,84,64)
#324837
(50,72,55)
#2B3C2E
(43,60,46)
#243025
(36,48,37)
#1D241C
(29,36,28)
#161813
(22,24,19)
#0F0C0A
(15,12,10)
#000000
(0,0,0)

Tints of #558464

#558464
(85,132,100)
#648F72
(100,143,114)
#739A80
(115,154,128)
#82A58E
(130,165,142)
#91B09C
(145,176,156)
#A0BBAA
(160,187,170)
#AFC6B8
(175,198,184)
#BED1C6
(190,209,198)
#CDDCD4
(205,220,212)
#DCE7E2
(220,231,226)
#EBF2F0
(235,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #558464; }

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

This text font color is #558464.


Background Color

.myBgColor { background-color: #558464; }

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

This div background color is #558464.


Border color

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

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

This div border color is #558464.


Opacity

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

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

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

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

This text has shadow with #558464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #558464 on black background.


Color preview on white background

This text has color #558464 on white background.



Black color preview on #558464 background

This text has black color on #558464 background.


White color preview on #558464 background

This text has white color on #558464 background.