COLOR #0A5029

HEX: #0A5029
RGB: (10,80,41)

Color info

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

RGB color model

#0A5029 color RGB value is (10,80,41).

  • red value is 10;
  • green value is 80;
  • blue value is 41.
RGB:
(10,80,41)
(4%,31%,16%)

RGB channels and saturation

R 10 of 255 = 4%
G 80 of 255 = 31%
B 41 of 255 = 16%

10
80
41

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

Portions of RGB colors in percentages

R + G + B =
10 + 80 + 41 = 131 (100%)
R 10 of 131 ~ 7.63%
G 80 of 131 ~ 61.07%
B 41 of 131 ~ 31.3%

%61.07
%31.3

CMYK color model

#0A5029 color CMYK value is (88,0,49,69).

  • cyan value is 87.50%
  • magenta value is 0.00%
  • yellow value is 48.75%
  • key color value is 68.63%
CMYK:
(88,0,49,69)
C88M0Y49K69 
(88%,0%,49%,69%)
(0.88/0.00/0.49/0.69)	

CMYK percentages

%87.5
%0
%48.75
%68.63

Codes

Color #0A5029 in popluar color models

0A5029
RGB108041
HSL147°77.78%17.65%
HSB/HSV147°87.50%31.37%
CMYK87.50%0.00%48.75%
68.63%

Color #0A5029 in popluar number systems.

HEX0A5029
Decimal108041
Binary10101010000101001
Octal1212051

Shades and tints

Shades of #0A5029

#0A5029
(10,80,41)
#0A4926
(10,73,38)
#0A4223
(10,66,35)
#0A3B20
(10,59,32)
#0A341D
(10,52,29)
#0A2D1A
(10,45,26)
#0A2617
(10,38,23)
#0A1F14
(10,31,20)
#0A1811
(10,24,17)
#0A110E
(10,17,14)
#0A0A0B
(10,10,11)
#000000
(0,0,0)

Tints of #0A5029

#0A5029
(10,80,41)
#205F3C
(32,95,60)
#366E4F
(54,110,79)
#4C7D62
(76,125,98)
#628C75
(98,140,117)
#789B88
(120,155,136)
#8EAA9B
(142,170,155)
#A4B9AE
(164,185,174)
#BAC8C1
(186,200,193)
#D0D7D4
(208,215,212)
#E6E6E7
(230,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A5029 color. Also use rgb(10,80,41) instead hex code.

Text Font Color

.myTextColor { color: #0A5029; }

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

This text font color is #0A5029.


Background Color

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

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

This div background color is #0A5029.


Border color

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

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

This div border color is #0A5029.


Opacity

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

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

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

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

This text has shadow with #0A5029 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A5029 on black background.


Color preview on white background

This text has color #0A5029 on white background.



Black color preview on #0A5029 background

This text has black color on #0A5029 background.


White color preview on #0A5029 background

This text has white color on #0A5029 background.