COLOR #58995B

HEX: #58995B
RGB: (88,153,91)

Color info

#58995B contains mainly green color. Web safe color of #58995B is #669966 (or #696).

RGB color model

#58995B color RGB value is (88,153,91).

  • red value is 88;
  • green value is 153;
  • blue value is 91.
RGB:
(88,153,91)
(35%,60%,36%)

RGB channels and saturation

R 88 of 255 = 35%
G 153 of 255 = 60%
B 91 of 255 = 36%

88
153
91

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

Portions of RGB colors in percentages

R + G + B =
88 + 153 + 91 = 332 (100%)
R 88 of 332 ~ 26.51%
G 153 of 332 ~ 46.08%
B 91 of 332 ~ 27.41%

%26.51
%46.08
%27.41

CMYK color model

#58995B color CMYK value is (42,0,41,40).

  • cyan value is 42.48%
  • magenta value is 0.00%
  • yellow value is 40.52%
  • key color value is 40.00%
CMYK:
(42,0,41,40)
C42M0Y41K40 
(42%,0%,41%,40%)
(0.42/0.00/0.41/0.40)	

CMYK percentages

%42.48
%0
%40.52
%40

Codes

Color #58995B in popluar color models

58995B
RGB8815391
HSL123°26.97%47.25%
HSB/HSV123°42.48%60.00%
CMYK42.48%0.00%40.52%
40.00%

Color #58995B in popluar number systems.

HEX58995B
Decimal8815391
Binary1011000100110011011011
Octal130231133

Shades and tints

Shades of #58995B

#58995B
(88,153,91)
#508C53
(80,140,83)
#487F4B
(72,127,75)
#407243
(64,114,67)
#38653B
(56,101,59)
#305833
(48,88,51)
#284B2B
(40,75,43)
#203E23
(32,62,35)
#18311B
(24,49,27)
#102413
(16,36,19)
#08170B
(8,23,11)
#000000
(0,0,0)

Tints of #58995B

#58995B
(88,153,91)
#67A269
(103,162,105)
#76AB77
(118,171,119)
#85B485
(133,180,133)
#94BD93
(148,189,147)
#A3C6A1
(163,198,161)
#B2CFAF
(178,207,175)
#C1D8BD
(193,216,189)
#D0E1CB
(208,225,203)
#DFEAD9
(223,234,217)
#EEF3E7
(238,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58995B color. Also use rgb(88,153,91) instead hex code.

Text Font Color

.myTextColor { color: #58995B; }

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

This text font color is #58995B.


Background Color

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

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

This div background color is #58995B.


Border color

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

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

This div border color is #58995B.


Opacity

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

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

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

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

This text has shadow with #58995B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58995B on black background.


Color preview on white background

This text has color #58995B on white background.



Black color preview on #58995B background

This text has black color on #58995B background.


White color preview on #58995B background

This text has white color on #58995B background.