COLOR #58815D

HEX: #58815D
RGB: (88,129,93)

Color info

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

RGB color model

#58815D color RGB value is (88,129,93).

  • red value is 88;
  • green value is 129;
  • blue value is 93.
RGB:
(88,129,93)
(35%,51%,36%)

RGB channels and saturation

R 88 of 255 = 35%
G 129 of 255 = 51%
B 93 of 255 = 36%

88
129
93

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

Portions of RGB colors in percentages

R + G + B =
88 + 129 + 93 = 310 (100%)
R 88 of 310 ~ 28.39%
G 129 of 310 ~ 41.61%
B 93 of 310 ~ 30%

%28.39
%41.61
%30

CMYK color model

#58815D color CMYK value is (32,0,28,49).

  • cyan value is 31.78%
  • magenta value is 0.00%
  • yellow value is 27.91%
  • key color value is 49.41%
CMYK:
(32,0,28,49)
C32M0Y28K49 
(32%,0%,28%,49%)
(0.32/0.00/0.28/0.49)	

CMYK percentages

%31.78
%0
%27.91
%49.41

Codes

Color #58815D in popluar color models

58815D
RGB8812993
HSL127°18.89%42.55%
HSB/HSV127°31.78%50.59%
CMYK31.78%0.00%27.91%
49.41%

Color #58815D in popluar number systems.

HEX58815D
Decimal8812993
Binary1011000100000011011101
Octal130201135

Shades and tints

Shades of #58815D

#58815D
(88,129,93)
#507655
(80,118,85)
#486B4D
(72,107,77)
#406045
(64,96,69)
#38553D
(56,85,61)
#304A35
(48,74,53)
#283F2D
(40,63,45)
#203425
(32,52,37)
#18291D
(24,41,29)
#101E15
(16,30,21)
#08130D
(8,19,13)
#000000
(0,0,0)

Tints of #58815D

#58815D
(88,129,93)
#678C6B
(103,140,107)
#769779
(118,151,121)
#85A287
(133,162,135)
#94AD95
(148,173,149)
#A3B8A3
(163,184,163)
#B2C3B1
(178,195,177)
#C1CEBF
(193,206,191)
#D0D9CD
(208,217,205)
#DFE4DB
(223,228,219)
#EEEFE9
(238,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58815D color. Also use rgb(88,129,93) instead hex code.

Text Font Color

.myTextColor { color: #58815D; }

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

This text font color is #58815D.


Background Color

.myBgColor { background-color: #58815D; }

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

This div background color is #58815D.


Border color

.myBorderColor { border: 1px solid #58815D; }

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

This div border color is #58815D.


Opacity

.myOpacity80 { color: #58815D; opacity: 0.8; }

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

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

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

This text has shadow with #58815D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58815D on black background.


Color preview on white background

This text has color #58815D on white background.



Black color preview on #58815D background

This text has black color on #58815D background.


White color preview on #58815D background

This text has white color on #58815D background.