COLOR #0A482A

HEX: #0A482A
RGB: (10,72,42)

Color info

#0A482A contains mainly green and blue colors. Web safe color of #0A482A is #003333 (or #033).

RGB color model

#0A482A color RGB value is (10,72,42).

  • red value is 10;
  • green value is 72;
  • blue value is 42.
RGB:
(10,72,42)
(4%,28%,16%)

RGB channels and saturation

R 10 of 255 = 4%
G 72 of 255 = 28%
B 42 of 255 = 16%

10
72
42

R + G + B ~ 16%. #0A482A is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 72 + 42 = 124 (100%)
R 10 of 124 ~ 8.06%
G 72 of 124 ~ 58.06%
B 42 of 124 ~ 33.87%

%58.06
%33.87

CMYK color model

#0A482A color CMYK value is (86,0,42,72).

  • cyan value is 86.11%
  • magenta value is 0.00%
  • yellow value is 41.67%
  • key color value is 71.76%
CMYK:
(86,0,42,72)
C86M0Y42K72 
(86%,0%,42%,72%)
(0.86/0.00/0.42/0.72)	

CMYK percentages

%86.11
%0
%41.67
%71.76

Codes

Color #0A482A in popluar color models

0A482A
RGB107242
HSL151°75.61%16.08%
HSB/HSV151°86.11%28.24%
CMYK86.11%0.00%41.67%
71.76%

Color #0A482A in popluar number systems.

HEX0A482A
Decimal107242
Binary10101001000101010
Octal1211052

Shades and tints

Shades of #0A482A

#0A482A
(10,72,42)
#0A4227
(10,66,39)
#0A3C24
(10,60,36)
#0A3621
(10,54,33)
#0A301E
(10,48,30)
#0A2A1B
(10,42,27)
#0A2418
(10,36,24)
#0A1E15
(10,30,21)
#0A1812
(10,24,18)
#0A120F
(10,18,15)
#0A0C0C
(10,12,12)
#000000
(0,0,0)

Tints of #0A482A

#0A482A
(10,72,42)
#20583D
(32,88,61)
#366850
(54,104,80)
#4C7863
(76,120,99)
#628876
(98,136,118)
#789889
(120,152,137)
#8EA89C
(142,168,156)
#A4B8AF
(164,184,175)
#BAC8C2
(186,200,194)
#D0D8D5
(208,216,213)
#E6E8E8
(230,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A482A color. Also use rgb(10,72,42) instead hex code.

Text Font Color

.myTextColor { color: #0A482A; }

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

This text font color is #0A482A.


Background Color

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

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

This div background color is #0A482A.


Border color

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

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

This div border color is #0A482A.


Opacity

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

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

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

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

This text has shadow with #0A482A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A482A on black background.


Color preview on white background

This text has color #0A482A on white background.



Black color preview on #0A482A background

This text has black color on #0A482A background.


White color preview on #0A482A background

This text has white color on #0A482A background.