COLOR #58802B

HEX: #58802B
RGB: (88,128,43)

Color info

#58802B contains mainly red and green colors. Web safe color of #58802B is #666633 (or #663).

RGB color model

#58802B color RGB value is (88,128,43).

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

RGB channels and saturation

R 88 of 255 = 35%
G 128 of 255 = 50%
B 43 of 255 = 17%

88
128
43

R + G + B ~ 34%. #58802B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 128 + 43 = 259 (100%)
R 88 of 259 ~ 33.98%
G 128 of 259 ~ 49.42%
B 43 of 259 ~ 16.6%

%33.98
%49.42
%16.6

CMYK color model

#58802B color CMYK value is (31,0,66,50).

  • cyan value is 31.25%
  • magenta value is 0.00%
  • yellow value is 66.41%
  • key color value is 49.80%
CMYK:
(31,0,66,50)
C31M0Y66K50 
(31%,0%,66%,50%)
(0.31/0.00/0.66/0.50)	

CMYK percentages

%31.25
%0
%66.41
%49.8

Codes

Color #58802B in popluar color models

58802B
RGB8812843
HSL88°49.71%33.53%
HSB/HSV88°66.41%50.20%
CMYK31.25%0.00%66.41%
49.80%

Color #58802B in popluar number systems.

HEX58802B
Decimal8812843
Binary101100010000000101011
Octal13020053

Shades and tints

Shades of #58802B

#58802B
(88,128,43)
#507528
(80,117,40)
#486A25
(72,106,37)
#405F22
(64,95,34)
#38541F
(56,84,31)
#30491C
(48,73,28)
#283E19
(40,62,25)
#203316
(32,51,22)
#182813
(24,40,19)
#101D10
(16,29,16)
#08120D
(8,18,13)
#000000
(0,0,0)

Tints of #58802B

#58802B
(88,128,43)
#678B3E
(103,139,62)
#769651
(118,150,81)
#85A164
(133,161,100)
#94AC77
(148,172,119)
#A3B78A
(163,183,138)
#B2C29D
(178,194,157)
#C1CDB0
(193,205,176)
#D0D8C3
(208,216,195)
#DFE3D6
(223,227,214)
#EEEEE9
(238,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58802B; }

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

This text font color is #58802B.


Background Color

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

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

This div background color is #58802B.


Border color

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

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

This div border color is #58802B.


Opacity

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

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

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

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

This text has shadow with #58802B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58802B on black background.


Color preview on white background

This text has color #58802B on white background.



Black color preview on #58802B background

This text has black color on #58802B background.


White color preview on #58802B background

This text has white color on #58802B background.