COLOR #0A6035

HEX: #0A6035
RGB: (10,96,53)

Color info

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

RGB color model

#0A6035 color RGB value is (10,96,53).

  • red value is 10;
  • green value is 96;
  • blue value is 53.
RGB:
(10,96,53)
(4%,38%,21%)

RGB channels and saturation

R 10 of 255 = 4%
G 96 of 255 = 38%
B 53 of 255 = 21%

10
96
53

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

Portions of RGB colors in percentages

R + G + B =
10 + 96 + 53 = 159 (100%)
R 10 of 159 ~ 6.29%
G 96 of 159 ~ 60.38%
B 53 of 159 ~ 33.33%

%60.38
%33.33

CMYK color model

#0A6035 color CMYK value is (90,0,45,62).

  • cyan value is 89.58%
  • magenta value is 0.00%
  • yellow value is 44.79%
  • key color value is 62.35%
CMYK:
(90,0,45,62)
C90M0Y45K62 
(90%,0%,45%,62%)
(0.90/0.00/0.45/0.62)	

CMYK percentages

%89.58
%0
%44.79
%62.35

Codes

Color #0A6035 in popluar color models

0A6035
RGB109653
HSL150°81.13%20.78%
HSB/HSV150°89.58%37.65%
CMYK89.58%0.00%44.79%
62.35%

Color #0A6035 in popluar number systems.

HEX0A6035
Decimal109653
Binary10101100000110101
Octal1214065

Shades and tints

Shades of #0A6035

#0A6035
(10,96,53)
#0A5831
(10,88,49)
#0A502D
(10,80,45)
#0A4829
(10,72,41)
#0A4025
(10,64,37)
#0A3821
(10,56,33)
#0A301D
(10,48,29)
#0A2819
(10,40,25)
#0A2015
(10,32,21)
#0A1811
(10,24,17)
#0A100D
(10,16,13)
#000000
(0,0,0)

Tints of #0A6035

#0A6035
(10,96,53)
#206E47
(32,110,71)
#367C59
(54,124,89)
#4C8A6B
(76,138,107)
#62987D
(98,152,125)
#78A68F
(120,166,143)
#8EB4A1
(142,180,161)
#A4C2B3
(164,194,179)
#BAD0C5
(186,208,197)
#D0DED7
(208,222,215)
#E6ECE9
(230,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A6035 color. Also use rgb(10,96,53) instead hex code.

Text Font Color

.myTextColor { color: #0A6035; }

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

This text font color is #0A6035.


Background Color

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

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

This div background color is #0A6035.


Border color

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

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

This div border color is #0A6035.


Opacity

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

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

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

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

This text has shadow with #0A6035 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A6035 on black background.


Color preview on white background

This text has color #0A6035 on white background.



Black color preview on #0A6035 background

This text has black color on #0A6035 background.


White color preview on #0A6035 background

This text has white color on #0A6035 background.