COLOR #558365

HEX: #558365
RGB: (85,131,101)

Color info

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

RGB color model

#558365 color RGB value is (85,131,101).

  • red value is 85;
  • green value is 131;
  • blue value is 101.
RGB:
(85,131,101)
(33%,51%,40%)

RGB channels and saturation

R 85 of 255 = 33%
G 131 of 255 = 51%
B 101 of 255 = 40%

85
131
101

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

Portions of RGB colors in percentages

R + G + B =
85 + 131 + 101 = 317 (100%)
R 85 of 317 ~ 26.81%
G 131 of 317 ~ 41.32%
B 101 of 317 ~ 31.86%

%26.81
%41.32
%31.86

CMYK color model

#558365 color CMYK value is (35,0,23,49).

  • cyan value is 35.11%
  • magenta value is 0.00%
  • yellow value is 22.90%
  • key color value is 48.63%
CMYK:
(35,0,23,49)
C35M0Y23K49 
(35%,0%,23%,49%)
(0.35/0.00/0.23/0.49)	

CMYK percentages

%35.11
%0
%22.9
%48.63

Codes

Color #558365 in popluar color models

558365
RGB85131101
HSL141°21.30%42.35%
HSB/HSV141°35.11%51.37%
CMYK35.11%0.00%22.90%
48.63%

Color #558365 in popluar number systems.

HEX558365
Decimal85131101
Binary1010101100000111100101
Octal125203145

Shades and tints

Shades of #558365

#558365
(85,131,101)
#4E785C
(78,120,92)
#476D53
(71,109,83)
#40624A
(64,98,74)
#395741
(57,87,65)
#324C38
(50,76,56)
#2B412F
(43,65,47)
#243626
(36,54,38)
#1D2B1D
(29,43,29)
#162014
(22,32,20)
#0F150B
(15,21,11)
#000000
(0,0,0)

Tints of #558365

#558365
(85,131,101)
#648E73
(100,142,115)
#739981
(115,153,129)
#82A48F
(130,164,143)
#91AF9D
(145,175,157)
#A0BAAB
(160,186,171)
#AFC5B9
(175,197,185)
#BED0C7
(190,208,199)
#CDDBD5
(205,219,213)
#DCE6E3
(220,230,227)
#EBF1F1
(235,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #558365 color. Also use rgb(85,131,101) instead hex code.

Text Font Color

.myTextColor { color: #558365; }

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

This text font color is #558365.


Background Color

.myBgColor { background-color: #558365; }

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

This div background color is #558365.


Border color

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

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

This div border color is #558365.


Opacity

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

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

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

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

This text has shadow with #558365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #558365 on black background.


Color preview on white background

This text has color #558365 on white background.



Black color preview on #558365 background

This text has black color on #558365 background.


White color preview on #558365 background

This text has white color on #558365 background.