COLOR #0A5320

HEX: #0A5320
RGB: (10,83,32)

Color info

#0A5320 contains mainly green and blue colors. Web safe color of #0A5320 is #006633 (or #063).

RGB color model

#0A5320 color RGB value is (10,83,32).

  • red value is 10;
  • green value is 83;
  • blue value is 32.
RGB:
(10,83,32)
(4%,33%,13%)

RGB channels and saturation

R 10 of 255 = 4%
G 83 of 255 = 33%
B 32 of 255 = 13%

10
83
32

R + G + B ~ 17%. #0A5320 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 83 + 32 = 125 (100%)
R 10 of 125 ~ 8%
G 83 of 125 ~ 66.4%
B 32 of 125 ~ 25.6%

%66.4
%25.6

CMYK color model

#0A5320 color CMYK value is (88,0,61,67).

  • cyan value is 87.95%
  • magenta value is 0.00%
  • yellow value is 61.45%
  • key color value is 67.45%
CMYK:
(88,0,61,67)
C88M0Y61K67 
(88%,0%,61%,67%)
(0.88/0.00/0.61/0.67)	

CMYK percentages

%87.95
%0
%61.45
%67.45

Codes

Color #0A5320 in popluar color models

0A5320
RGB108332
HSL138°78.49%18.24%
HSB/HSV138°87.95%32.55%
CMYK87.95%0.00%61.45%
67.45%

Color #0A5320 in popluar number systems.

HEX0A5320
Decimal108332
Binary10101010011100000
Octal1212340

Shades and tints

Shades of #0A5320

#0A5320
(10,83,32)
#0A4C1E
(10,76,30)
#0A451C
(10,69,28)
#0A3E1A
(10,62,26)
#0A3718
(10,55,24)
#0A3016
(10,48,22)
#0A2914
(10,41,20)
#0A2212
(10,34,18)
#0A1B10
(10,27,16)
#0A140E
(10,20,14)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #0A5320

#0A5320
(10,83,32)
#206234
(32,98,52)
#367148
(54,113,72)
#4C805C
(76,128,92)
#628F70
(98,143,112)
#789E84
(120,158,132)
#8EAD98
(142,173,152)
#A4BCAC
(164,188,172)
#BACBC0
(186,203,192)
#D0DAD4
(208,218,212)
#E6E9E8
(230,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A5320 color. Also use rgb(10,83,32) instead hex code.

Text Font Color

.myTextColor { color: #0A5320; }

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

This text font color is #0A5320.


Background Color

.myBgColor { background-color: #0A5320; }

<div style="background-color:#0A5320">Inner text</div>

This div background color is #0A5320.


Border color

.myBorderColor { border: 1px solid #0A5320; }

<div style="border:3px solid #0A5320">Div</div>

This div border color is #0A5320.


Opacity

.myOpacity80 { color: #0A5320; opacity: 0.8; }

<p style="color:#0A5320;opacity:0.8;">80%</p>

Text with #0A5320 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 #0A5320;}

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

This text has shadow with #0A5320 color.

.textShadow {text-shadow: 3px 3px 1px #0A5320, 3px 3px 1px red;}

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

This text has shadow with #0A5320 primary color and red secondary color.


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

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

This text has shadow with #0A5320 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A5320 on black background.


Color preview on white background

This text has color #0A5320 on white background.



Black color preview on #0A5320 background

This text has black color on #0A5320 background.


White color preview on #0A5320 background

This text has white color on #0A5320 background.