COLOR #0A6236

HEX: #0A6236
RGB: (10,98,54)

Color info

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

RGB color model

#0A6236 color RGB value is (10,98,54).

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

RGB channels and saturation

R 10 of 255 = 4%
G 98 of 255 = 38%
B 54 of 255 = 21%

10
98
54

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

Portions of RGB colors in percentages

R + G + B =
10 + 98 + 54 = 162 (100%)
R 10 of 162 ~ 6.17%
G 98 of 162 ~ 60.49%
B 54 of 162 ~ 33.33%

%60.49
%33.33

CMYK color model

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

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

CMYK percentages

%89.8
%0
%44.9
%61.57

Codes

Color #0A6236 in popluar color models

0A6236
RGB109854
HSL150°81.48%21.18%
HSB/HSV150°89.80%38.43%
CMYK89.80%0.00%44.90%
61.57%

Color #0A6236 in popluar number systems.

HEX0A6236
Decimal109854
Binary10101100010110110
Octal1214266

Shades and tints

Shades of #0A6236

#0A6236
(10,98,54)
#0A5A32
(10,90,50)
#0A522E
(10,82,46)
#0A4A2A
(10,74,42)
#0A4226
(10,66,38)
#0A3A22
(10,58,34)
#0A321E
(10,50,30)
#0A2A1A
(10,42,26)
#0A2216
(10,34,22)
#0A1A12
(10,26,18)
#0A120E
(10,18,14)
#000000
(0,0,0)

Tints of #0A6236

#0A6236
(10,98,54)
#207048
(32,112,72)
#367E5A
(54,126,90)
#4C8C6C
(76,140,108)
#629A7E
(98,154,126)
#78A890
(120,168,144)
#8EB6A2
(142,182,162)
#A4C4B4
(164,196,180)
#BAD2C6
(186,210,198)
#D0E0D8
(208,224,216)
#E6EEEA
(230,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A6236 color. Also use rgb(10,98,54) instead hex code.

Text Font Color

.myTextColor { color: #0A6236; }

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

This text font color is #0A6236.


Background Color

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

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

This div background color is #0A6236.


Border color

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

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

This div border color is #0A6236.


Opacity

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

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

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

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

This text has shadow with #0A6236 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A6236 on black background.


Color preview on white background

This text has color #0A6236 on white background.



Black color preview on #0A6236 background

This text has black color on #0A6236 background.


White color preview on #0A6236 background

This text has white color on #0A6236 background.