COLOR #58804B

HEX: #58804B
RGB: (88,128,75)

Color info

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

RGB color model

#58804B color RGB value is (88,128,75).

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

RGB channels and saturation

R 88 of 255 = 35%
G 128 of 255 = 50%
B 75 of 255 = 29%

88
128
75

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

Portions of RGB colors in percentages

R + G + B =
88 + 128 + 75 = 291 (100%)
R 88 of 291 ~ 30.24%
G 128 of 291 ~ 43.99%
B 75 of 291 ~ 25.77%

%30.24
%43.99
%25.77

CMYK color model

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

  • cyan value is 31.25%
  • magenta value is 0.00%
  • yellow value is 41.41%
  • 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
%41.41
%49.8

Codes

Color #58804B in popluar color models

58804B
RGB8812875
HSL105°26.11%39.80%
HSB/HSV105°41.41%50.20%
CMYK31.25%0.00%41.41%
49.80%

Color #58804B in popluar number systems.

HEX58804B
Decimal8812875
Binary1011000100000001001011
Octal130200113

Shades and tints

Shades of #58804B

#58804B
(88,128,75)
#507545
(80,117,69)
#486A3F
(72,106,63)
#405F39
(64,95,57)
#385433
(56,84,51)
#30492D
(48,73,45)
#283E27
(40,62,39)
#203321
(32,51,33)
#18281B
(24,40,27)
#101D15
(16,29,21)
#08120F
(8,18,15)
#000000
(0,0,0)

Tints of #58804B

#58804B
(88,128,75)
#678B5B
(103,139,91)
#76966B
(118,150,107)
#85A17B
(133,161,123)
#94AC8B
(148,172,139)
#A3B79B
(163,183,155)
#B2C2AB
(178,194,171)
#C1CDBB
(193,205,187)
#D0D8CB
(208,216,203)
#DFE3DB
(223,227,219)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58804B; }

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

This text font color is #58804B.


Background Color

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

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

This div background color is #58804B.


Border color

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

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

This div border color is #58804B.


Opacity

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

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

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

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

This text has shadow with #58804B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58804B on black background.


Color preview on white background

This text has color #58804B on white background.



Black color preview on #58804B background

This text has black color on #58804B background.


White color preview on #58804B background

This text has white color on #58804B background.