COLOR #58816B

HEX: #58816B
RGB: (88,129,107)

Color info

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

RGB color model

#58816B color RGB value is (88,129,107).

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

RGB channels and saturation

R 88 of 255 = 35%
G 129 of 255 = 51%
B 107 of 255 = 42%

88
129
107

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

Portions of RGB colors in percentages

R + G + B =
88 + 129 + 107 = 324 (100%)
R 88 of 324 ~ 27.16%
G 129 of 324 ~ 39.81%
B 107 of 324 ~ 33.02%

%27.16
%39.81
%33.02

CMYK color model

#58816B color CMYK value is (32,0,17,49).

  • cyan value is 31.78%
  • magenta value is 0.00%
  • yellow value is 17.05%
  • key color value is 49.41%
CMYK:
(32,0,17,49)
C32M0Y17K49 
(32%,0%,17%,49%)
(0.32/0.00/0.17/0.49)	

CMYK percentages

%31.78
%0
%17.05
%49.41

Codes

Color #58816B in popluar color models

58816B
RGB88129107
HSL148°18.89%42.55%
HSB/HSV148°31.78%50.59%
CMYK31.78%0.00%17.05%
49.41%

Color #58816B in popluar number systems.

HEX58816B
Decimal88129107
Binary1011000100000011101011
Octal130201153

Shades and tints

Shades of #58816B

#58816B
(88,129,107)
#507662
(80,118,98)
#486B59
(72,107,89)
#406050
(64,96,80)
#385547
(56,85,71)
#304A3E
(48,74,62)
#283F35
(40,63,53)
#20342C
(32,52,44)
#182923
(24,41,35)
#101E1A
(16,30,26)
#081311
(8,19,17)
#000000
(0,0,0)

Tints of #58816B

#58816B
(88,129,107)
#678C78
(103,140,120)
#769785
(118,151,133)
#85A292
(133,162,146)
#94AD9F
(148,173,159)
#A3B8AC
(163,184,172)
#B2C3B9
(178,195,185)
#C1CEC6
(193,206,198)
#D0D9D3
(208,217,211)
#DFE4E0
(223,228,224)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58816B color. Also use rgb(88,129,107) instead hex code.

Text Font Color

.myTextColor { color: #58816B; }

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

This text font color is #58816B.


Background Color

.myBgColor { background-color: #58816B; }

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

This div background color is #58816B.


Border color

.myBorderColor { border: 1px solid #58816B; }

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

This div border color is #58816B.


Opacity

.myOpacity80 { color: #58816B; opacity: 0.8; }

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

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

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

This text has shadow with #58816B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58816B on black background.


Color preview on white background

This text has color #58816B on white background.



Black color preview on #58816B background

This text has black color on #58816B background.


White color preview on #58816B background

This text has white color on #58816B background.