COLOR #0A6E20

HEX: #0A6E20
RGB: (10,110,32)

Color info

#0A6E20 contains mainly green color. Web safe color of #0A6E20 is #006633 (or #063).

RGB color model

#0A6E20 color RGB value is (10,110,32).

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

RGB channels and saturation

R 10 of 255 = 4%
G 110 of 255 = 43%
B 32 of 255 = 13%

10
110
32

R + G + B ~ 20%. #0A6E20 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 110 + 32 = 152 (100%)
R 10 of 152 ~ 6.58%
G 110 of 152 ~ 72.37%
B 32 of 152 ~ 21.05%

%72.37
%21.05

CMYK color model

#0A6E20 color CMYK value is (91,0,71,57).

  • cyan value is 90.91%
  • magenta value is 0.00%
  • yellow value is 70.91%
  • key color value is 56.86%
CMYK:
(91,0,71,57)
C91M0Y71K57 
(91%,0%,71%,57%)
(0.91/0.00/0.71/0.57)	

CMYK percentages

%90.91
%0
%70.91
%56.86

Codes

Color #0A6E20 in popluar color models

0A6E20
RGB1011032
HSL133°83.33%23.53%
HSB/HSV133°90.91%43.14%
CMYK90.91%0.00%70.91%
56.86%

Color #0A6E20 in popluar number systems.

HEX0A6E20
Decimal1011032
Binary10101101110100000
Octal1215640

Shades and tints

Shades of #0A6E20

#0A6E20
(10,110,32)
#0A641E
(10,100,30)
#0A5A1C
(10,90,28)
#0A501A
(10,80,26)
#0A4618
(10,70,24)
#0A3C16
(10,60,22)
#0A3214
(10,50,20)
#0A2812
(10,40,18)
#0A1E10
(10,30,16)
#0A140E
(10,20,14)
#0A0A0C
(10,10,12)
#000000
(0,0,0)

Tints of #0A6E20

#0A6E20
(10,110,32)
#207B34
(32,123,52)
#368848
(54,136,72)
#4C955C
(76,149,92)
#62A270
(98,162,112)
#78AF84
(120,175,132)
#8EBC98
(142,188,152)
#A4C9AC
(164,201,172)
#BAD6C0
(186,214,192)
#D0E3D4
(208,227,212)
#E6F0E8
(230,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A6E20; }

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

This text font color is #0A6E20.


Background Color

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

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

This div background color is #0A6E20.


Border color

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

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

This div border color is #0A6E20.


Opacity

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

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

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

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

This text has shadow with #0A6E20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A6E20 on black background.


Color preview on white background

This text has color #0A6E20 on white background.



Black color preview on #0A6E20 background

This text has black color on #0A6E20 background.


White color preview on #0A6E20 background

This text has white color on #0A6E20 background.