COLOR #58820D

HEX: #58820D
RGB: (88,130,13)

Color info

#58820D contains mainly red and green colors. Web safe color of #58820D is #669900 (or #690).

RGB color model

#58820D color RGB value is (88,130,13).

  • red value is 88;
  • green value is 130;
  • blue value is 13.
RGB:
(88,130,13)
(35%,51%,5%)

RGB channels and saturation

R 88 of 255 = 35%
G 130 of 255 = 51%
B 13 of 255 = 5%

88
130
13

R + G + B ~ 30%. #58820D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 130 + 13 = 231 (100%)
R 88 of 231 ~ 38.1%
G 130 of 231 ~ 56.28%
B 13 of 231 ~ 5.63%

%38.1
%56.28

CMYK color model

#58820D color CMYK value is (32,0,90,49).

  • cyan value is 32.31%
  • magenta value is 0.00%
  • yellow value is 90.00%
  • key color value is 49.02%
CMYK:
(32,0,90,49)
C32M0Y90K49 
(32%,0%,90%,49%)
(0.32/0.00/0.90/0.49)	

CMYK percentages

%32.31
%0
%90
%49.02

Codes

Color #58820D in popluar color models

58820D
RGB8813013
HSL82°81.82%28.04%
HSB/HSV82°90.00%50.98%
CMYK32.31%0.00%90.00%
49.02%

Color #58820D in popluar number systems.

HEX58820D
Decimal8813013
Binary1011000100000101101
Octal13020215

Shades and tints

Shades of #58820D

#58820D
(88,130,13)
#50770C
(80,119,12)
#486C0B
(72,108,11)
#40610A
(64,97,10)
#385609
(56,86,9)
#304B08
(48,75,8)
#284007
(40,64,7)
#203506
(32,53,6)
#182A05
(24,42,5)
#101F04
(16,31,4)
#081403
(8,20,3)
#000000
(0,0,0)

Tints of #58820D

#58820D
(88,130,13)
#678D23
(103,141,35)
#769839
(118,152,57)
#85A34F
(133,163,79)
#94AE65
(148,174,101)
#A3B97B
(163,185,123)
#B2C491
(178,196,145)
#C1CFA7
(193,207,167)
#D0DABD
(208,218,189)
#DFE5D3
(223,229,211)
#EEF0E9
(238,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58820D color. Also use rgb(88,130,13) instead hex code.

Text Font Color

.myTextColor { color: #58820D; }

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

This text font color is #58820D.


Background Color

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

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

This div background color is #58820D.


Border color

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

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

This div border color is #58820D.


Opacity

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

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

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

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

This text has shadow with #58820D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58820D on black background.


Color preview on white background

This text has color #58820D on white background.



Black color preview on #58820D background

This text has black color on #58820D background.


White color preview on #58820D background

This text has white color on #58820D background.