COLOR #558768

HEX: #558768
RGB: (85,135,104)

Color info

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

RGB color model

#558768 color RGB value is (85,135,104).

  • red value is 85;
  • green value is 135;
  • blue value is 104.
RGB:
(85,135,104)
(33%,53%,41%)

RGB channels and saturation

R 85 of 255 = 33%
G 135 of 255 = 53%
B 104 of 255 = 41%

85
135
104

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

Portions of RGB colors in percentages

R + G + B =
85 + 135 + 104 = 324 (100%)
R 85 of 324 ~ 26.23%
G 135 of 324 ~ 41.67%
B 104 of 324 ~ 32.1%

%26.23
%41.67
%32.1

CMYK color model

#558768 color CMYK value is (37,0,23,47).

  • cyan value is 37.04%
  • magenta value is 0.00%
  • yellow value is 22.96%
  • key color value is 47.06%
CMYK:
(37,0,23,47)
C37M0Y23K47 
(37%,0%,23%,47%)
(0.37/0.00/0.23/0.47)	

CMYK percentages

%37.04
%0
%22.96
%47.06

Codes

Color #558768 in popluar color models

558768
RGB85135104
HSL143°22.73%43.14%
HSB/HSV143°37.04%52.94%
CMYK37.04%0.00%22.96%
47.06%

Color #558768 in popluar number systems.

HEX558768
Decimal85135104
Binary1010101100001111101000
Octal125207150

Shades and tints

Shades of #558768

#558768
(85,135,104)
#4E7B5F
(78,123,95)
#476F56
(71,111,86)
#40634D
(64,99,77)
#395744
(57,87,68)
#324B3B
(50,75,59)
#2B3F32
(43,63,50)
#243329
(36,51,41)
#1D2720
(29,39,32)
#161B17
(22,27,23)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #558768

#558768
(85,135,104)
#649175
(100,145,117)
#739B82
(115,155,130)
#82A58F
(130,165,143)
#91AF9C
(145,175,156)
#A0B9A9
(160,185,169)
#AFC3B6
(175,195,182)
#BECDC3
(190,205,195)
#CDD7D0
(205,215,208)
#DCE1DD
(220,225,221)
#EBEBEA
(235,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #558768 color. Also use rgb(85,135,104) instead hex code.

Text Font Color

.myTextColor { color: #558768; }

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

This text font color is #558768.


Background Color

.myBgColor { background-color: #558768; }

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

This div background color is #558768.


Border color

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

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

This div border color is #558768.


Opacity

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

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

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

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

This text has shadow with #558768 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #558768 on black background.


Color preview on white background

This text has color #558768 on white background.



Black color preview on #558768 background

This text has black color on #558768 background.


White color preview on #558768 background

This text has white color on #558768 background.