COLOR #58804C

HEX: #58804C
RGB: (88,128,76)

Color info

#58804C contains red, green and blue colors in about the same proportion. Web safe color of #58804C is #666633 (or #663).

RGB color model

#58804C color RGB value is (88,128,76).

  • red value is 88;
  • green value is 128;
  • blue value is 76.
RGB: (88,128,76) (35%,50%,30%)

RGB channels and saturation

R 88 of 255 = 35%
G 128 of 255 = 50%
B 76 of 255 = 30%

88
128
76

R + G + B ~ 38%. #58804C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 128 + 76 = 292 (100%)
R 88 of 292 ~ 30.14%
G 128 of 292 ~ 43.84%
B 76 of 292 ~ 26.03%

%30.14
%43.84
%26.03

CMYK color model

#58804C color CMYK value is (31,0,41,50).

  • cyan value is 31.25%
  • magenta value is 0.00%
  • yellow value is 40.63%
  • key color value is 49.80%
CMYK: (31,0,41,50) C31M0Y41K50 (31%,0%,41%,50%) (0.31/0.00/0.41/0.50)

CMYK percentages

%31.25
%0
%40.63
%49.8

Codes

Color #58804C in popluar color models

58804C
RGB8812876
HSL106°25.49%40.00%
HSB/HSV106°40.63%50.20%
CMYK31.25%0.00%40.63%
49.80%

Color #58804C in popluar number systems.

HEX58804C
Decimal8812876
Binary1011000100000001001100
Octal130200114

Shades and tints

Shades of #58804C

#58804C
(88,128,76)
#507546
(80,117,70)
#486A40
(72,106,64)
#405F3A
(64,95,58)
#385434
(56,84,52)
#30492E
(48,73,46)
#283E28
(40,62,40)
#203322
(32,51,34)
#18281C
(24,40,28)
#101D16
(16,29,22)
#081210
(8,18,16)
#000000
(0,0,0)

Tints of #58804C

#58804C
(88,128,76)
#678B5C
(103,139,92)
#76966C
(118,150,108)
#85A17C
(133,161,124)
#94AC8C
(148,172,140)
#A3B79C
(163,183,156)
#B2C2AC
(178,194,172)
#C1CDBC
(193,205,188)
#D0D8CC
(208,216,204)
#DFE3DC
(223,227,220)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58804C color. Also use rgb(88,128,76) instead hex code.

Text Font Color

.myTextColor { color: #58804C; }

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

This text font color is #58804C.


Background Color

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

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

This div background color is #58804C.


Border color

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

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

This div border color is #58804C.


Opacity

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

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

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

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

This text has shadow with #58804C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #58804C on black background.


Color preview on white background

This text has color #58804C on white background.



Black color preview on #58804C background

This text has black color on #58804C background.


White color preview on #58804C background

This text has white color on #58804C background.