COLOR #0A7024

HEX: #0A7024
RGB: (10,112,36)

Color info

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

RGB color model

#0A7024 color RGB value is (10,112,36).

  • red value is 10;
  • green value is 112;
  • blue value is 36.
RGB:
(10,112,36)
(4%,44%,14%)

RGB channels and saturation

R 10 of 255 = 4%
G 112 of 255 = 44%
B 36 of 255 = 14%

10
112
36

R + G + B ~ 21%. #0A7024 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 112 + 36 = 158 (100%)
R 10 of 158 ~ 6.33%
G 112 of 158 ~ 70.89%
B 36 of 158 ~ 22.78%

%70.89
%22.78

CMYK color model

#0A7024 color CMYK value is (91,0,68,56).

  • cyan value is 91.07%
  • magenta value is 0.00%
  • yellow value is 67.86%
  • key color value is 56.08%
CMYK:
(91,0,68,56)
C91M0Y68K56 
(91%,0%,68%,56%)
(0.91/0.00/0.68/0.56)	

CMYK percentages

%91.07
%0
%67.86
%56.08

Codes

Color #0A7024 in popluar color models

0A7024
RGB1011236
HSL135°83.61%23.92%
HSB/HSV135°91.07%43.92%
CMYK91.07%0.00%67.86%
56.08%

Color #0A7024 in popluar number systems.

HEX0A7024
Decimal1011236
Binary10101110000100100
Octal1216044

Shades and tints

Shades of #0A7024

#0A7024
(10,112,36)
#0A6621
(10,102,33)
#0A5C1E
(10,92,30)
#0A521B
(10,82,27)
#0A4818
(10,72,24)
#0A3E15
(10,62,21)
#0A3412
(10,52,18)
#0A2A0F
(10,42,15)
#0A200C
(10,32,12)
#0A1609
(10,22,9)
#0A0C06
(10,12,6)
#000000
(0,0,0)

Tints of #0A7024

#0A7024
(10,112,36)
#207D37
(32,125,55)
#368A4A
(54,138,74)
#4C975D
(76,151,93)
#62A470
(98,164,112)
#78B183
(120,177,131)
#8EBE96
(142,190,150)
#A4CBA9
(164,203,169)
#BAD8BC
(186,216,188)
#D0E5CF
(208,229,207)
#E6F2E2
(230,242,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A7024 color. Also use rgb(10,112,36) instead hex code.

Text Font Color

.myTextColor { color: #0A7024; }

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

This text font color is #0A7024.


Background Color

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

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

This div background color is #0A7024.


Border color

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

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

This div border color is #0A7024.


Opacity

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

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

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

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

This text has shadow with #0A7024 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A7024 on black background.


Color preview on white background

This text has color #0A7024 on white background.



Black color preview on #0A7024 background

This text has black color on #0A7024 background.


White color preview on #0A7024 background

This text has white color on #0A7024 background.