COLOR #083A20

HEX: #083A20
RGB: (8,58,32)

Color info

#083A20 contains red, green and blue colors in about the same proportion. Web safe color of #083A20 is #003333 (or #033).

RGB color model

#083A20 color RGB value is (8,58,32).

  • red value is 8;
  • green value is 58;
  • blue value is 32.
RGB:
(8,58,32)
(3%,23%,13%)

RGB channels and saturation

R 8 of 255 = 3%
G 58 of 255 = 23%
B 32 of 255 = 13%

8
58
32

R + G + B ~ 13%. #083A20 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 58 + 32 = 98 (100%)
R 8 of 98 ~ 8.16%
G 58 of 98 ~ 59.18%
B 32 of 98 ~ 32.65%

%59.18
%32.65

CMYK color model

#083A20 color CMYK value is (86,0,45,77).

  • cyan value is 86.21%
  • magenta value is 0.00%
  • yellow value is 44.83%
  • key color value is 77.25%
CMYK:
(86,0,45,77)
C86M0Y45K77 
(86%,0%,45%,77%)
(0.86/0.00/0.45/0.77)	

CMYK percentages

%86.21
%0
%44.83
%77.25

Codes

Color #083A20 in popluar color models

083A20
RGB85832
HSL149°75.76%12.94%
HSB/HSV149°86.21%22.75%
CMYK86.21%0.00%44.83%
77.25%

Color #083A20 in popluar number systems.

HEX083A20
Decimal85832
Binary1000111010100000
Octal107240

Shades and tints

Shades of #083A20

#083A20
(8,58,32)
#08351E
(8,53,30)
#08301C
(8,48,28)
#082B1A
(8,43,26)
#082618
(8,38,24)
#082116
(8,33,22)
#081C14
(8,28,20)
#081712
(8,23,18)
#081210
(8,18,16)
#080D0E
(8,13,14)
#08080C
(8,8,12)
#000000
(0,0,0)

Tints of #083A20

#083A20
(8,58,32)
#1E4B34
(30,75,52)
#345C48
(52,92,72)
#4A6D5C
(74,109,92)
#607E70
(96,126,112)
#768F84
(118,143,132)
#8CA098
(140,160,152)
#A2B1AC
(162,177,172)
#B8C2C0
(184,194,192)
#CED3D4
(206,211,212)
#E4E4E8
(228,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #083A20 color. Also use rgb(8,58,32) instead hex code.

Text Font Color

.myTextColor { color: #083A20; }

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

This text font color is #083A20.


Background Color

.myBgColor { background-color: #083A20; }

<div style="background-color:#083A20">Inner text</div>

This div background color is #083A20.


Border color

.myBorderColor { border: 1px solid #083A20; }

<div style="border:3px solid #083A20">Div</div>

This div border color is #083A20.


Opacity

.myOpacity80 { color: #083A20; opacity: 0.8; }

<p style="color:#083A20;opacity:0.8;">80%</p>

Text with #083A20 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 #083A20;}

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

This text has shadow with #083A20 color.

.textShadow {text-shadow: 3px 3px 1px #083A20, 3px 3px 1px red;}

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

This text has shadow with #083A20 primary color and red secondary color.


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

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

This text has shadow with #083A20 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #083A20 on black background.


Color preview on white background

This text has color #083A20 on white background.



Black color preview on #083A20 background

This text has black color on #083A20 background.


White color preview on #083A20 background

This text has white color on #083A20 background.