COLOR #0A5229

HEX: #0A5229
RGB: (10,82,41)

Color info

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

RGB color model

#0A5229 color RGB value is (10,82,41).

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

RGB channels and saturation

R 10 of 255 = 4%
G 82 of 255 = 32%
B 41 of 255 = 16%

10
82
41

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

Portions of RGB colors in percentages

R + G + B =
10 + 82 + 41 = 133 (100%)
R 10 of 133 ~ 7.52%
G 82 of 133 ~ 61.65%
B 41 of 133 ~ 30.83%

%61.65
%30.83

CMYK color model

#0A5229 color CMYK value is (88,0,50,68).

  • cyan value is 87.80%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 67.84%
CMYK:
(88,0,50,68)
C88M0Y50K68 
(88%,0%,50%,68%)
(0.88/0.00/0.50/0.68)	

CMYK percentages

%87.8
%0
%50
%67.84

Codes

Color #0A5229 in popluar color models

0A5229
RGB108241
HSL146°78.26%18.04%
HSB/HSV146°87.80%32.16%
CMYK87.80%0.00%50.00%
67.84%

Color #0A5229 in popluar number systems.

HEX0A5229
Decimal108241
Binary10101010010101001
Octal1212251

Shades and tints

Shades of #0A5229

#0A5229
(10,82,41)
#0A4B26
(10,75,38)
#0A4423
(10,68,35)
#0A3D20
(10,61,32)
#0A361D
(10,54,29)
#0A2F1A
(10,47,26)
#0A2817
(10,40,23)
#0A2114
(10,33,20)
#0A1A11
(10,26,17)
#0A130E
(10,19,14)
#0A0C0B
(10,12,11)
#000000
(0,0,0)

Tints of #0A5229

#0A5229
(10,82,41)
#20613C
(32,97,60)
#36704F
(54,112,79)
#4C7F62
(76,127,98)
#628E75
(98,142,117)
#789D88
(120,157,136)
#8EAC9B
(142,172,155)
#A4BBAE
(164,187,174)
#BACAC1
(186,202,193)
#D0D9D4
(208,217,212)
#E6E8E7
(230,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A5229; }

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

This text font color is #0A5229.


Background Color

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

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

This div background color is #0A5229.


Border color

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

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

This div border color is #0A5229.


Opacity

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

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

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

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

This text has shadow with #0A5229 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A5229 on black background.


Color preview on white background

This text has color #0A5229 on white background.



Black color preview on #0A5229 background

This text has black color on #0A5229 background.


White color preview on #0A5229 background

This text has white color on #0A5229 background.