COLOR #58976D

HEX: #58976D
RGB: (88,151,109)

Color info

#58976D contains mainly green and blue colors. Web safe color of #58976D is #669966 (or #696).

RGB color model

#58976D color RGB value is (88,151,109).

  • red value is 88;
  • green value is 151;
  • blue value is 109.
RGB:
(88,151,109)
(35%,59%,43%)

RGB channels and saturation

R 88 of 255 = 35%
G 151 of 255 = 59%
B 109 of 255 = 43%

88
151
109

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

Portions of RGB colors in percentages

R + G + B =
88 + 151 + 109 = 348 (100%)
R 88 of 348 ~ 25.29%
G 151 of 348 ~ 43.39%
B 109 of 348 ~ 31.32%

%25.29
%43.39
%31.32

CMYK color model

#58976D color CMYK value is (42,0,28,41).

  • cyan value is 41.72%
  • magenta value is 0.00%
  • yellow value is 27.81%
  • key color value is 40.78%
CMYK:
(42,0,28,41)
C42M0Y28K41 
(42%,0%,28%,41%)
(0.42/0.00/0.28/0.41)	

CMYK percentages

%41.72
%0
%27.81
%40.78

Codes

Color #58976D in popluar color models

58976D
RGB88151109
HSL140°26.36%46.86%
HSB/HSV140°41.72%59.22%
CMYK41.72%0.00%27.81%
40.78%

Color #58976D in popluar number systems.

HEX58976D
Decimal88151109
Binary1011000100101111101101
Octal130227155

Shades and tints

Shades of #58976D

#58976D
(88,151,109)
#508A64
(80,138,100)
#487D5B
(72,125,91)
#407052
(64,112,82)
#386349
(56,99,73)
#305640
(48,86,64)
#284937
(40,73,55)
#203C2E
(32,60,46)
#182F25
(24,47,37)
#10221C
(16,34,28)
#081513
(8,21,19)
#000000
(0,0,0)

Tints of #58976D

#58976D
(88,151,109)
#67A07A
(103,160,122)
#76A987
(118,169,135)
#85B294
(133,178,148)
#94BBA1
(148,187,161)
#A3C4AE
(163,196,174)
#B2CDBB
(178,205,187)
#C1D6C8
(193,214,200)
#D0DFD5
(208,223,213)
#DFE8E2
(223,232,226)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58976D color. Also use rgb(88,151,109) instead hex code.

Text Font Color

.myTextColor { color: #58976D; }

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

This text font color is #58976D.


Background Color

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

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

This div background color is #58976D.


Border color

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

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

This div border color is #58976D.


Opacity

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

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

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

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

This text has shadow with #58976D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58976D on black background.


Color preview on white background

This text has color #58976D on white background.



Black color preview on #58976D background

This text has black color on #58976D background.


White color preview on #58976D background

This text has white color on #58976D background.