COLOR #58845C

HEX: #58845C
RGB: (88,132,92)

Color info

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

RGB color model

#58845C color RGB value is (88,132,92).

  • red value is 88;
  • green value is 132;
  • blue value is 92.
RGB:
(88,132,92)
(35%,52%,36%)

RGB channels and saturation

R 88 of 255 = 35%
G 132 of 255 = 52%
B 92 of 255 = 36%

88
132
92

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

Portions of RGB colors in percentages

R + G + B =
88 + 132 + 92 = 312 (100%)
R 88 of 312 ~ 28.21%
G 132 of 312 ~ 42.31%
B 92 of 312 ~ 29.49%

%28.21
%42.31
%29.49

CMYK color model

#58845C color CMYK value is (33,0,30,48).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 30.30%
  • key color value is 48.24%
CMYK:
(33,0,30,48)
C33M0Y30K48 
(33%,0%,30%,48%)
(0.33/0.00/0.30/0.48)	

CMYK percentages

%33.33
%0
%30.3
%48.24

Codes

Color #58845C in popluar color models

58845C
RGB8813292
HSL125°20.00%43.14%
HSB/HSV125°33.33%51.76%
CMYK33.33%0.00%30.30%
48.24%

Color #58845C in popluar number systems.

HEX58845C
Decimal8813292
Binary1011000100001001011100
Octal130204134

Shades and tints

Shades of #58845C

#58845C
(88,132,92)
#507854
(80,120,84)
#486C4C
(72,108,76)
#406044
(64,96,68)
#38543C
(56,84,60)
#304834
(48,72,52)
#283C2C
(40,60,44)
#203024
(32,48,36)
#18241C
(24,36,28)
#101814
(16,24,20)
#080C0C
(8,12,12)
#000000
(0,0,0)

Tints of #58845C

#58845C
(88,132,92)
#678F6A
(103,143,106)
#769A78
(118,154,120)
#85A586
(133,165,134)
#94B094
(148,176,148)
#A3BBA2
(163,187,162)
#B2C6B0
(178,198,176)
#C1D1BE
(193,209,190)
#D0DCCC
(208,220,204)
#DFE7DA
(223,231,218)
#EEF2E8
(238,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58845C color. Also use rgb(88,132,92) instead hex code.

Text Font Color

.myTextColor { color: #58845C; }

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

This text font color is #58845C.


Background Color

.myBgColor { background-color: #58845C; }

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

This div background color is #58845C.


Border color

.myBorderColor { border: 1px solid #58845C; }

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

This div border color is #58845C.


Opacity

.myOpacity80 { color: #58845C; opacity: 0.8; }

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

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

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

This text has shadow with #58845C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58845C on black background.


Color preview on white background

This text has color #58845C on white background.



Black color preview on #58845C background

This text has black color on #58845C background.


White color preview on #58845C background

This text has white color on #58845C background.