COLOR #0A473A

HEX: #0A473A
RGB: (10,71,58)

Color info

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

RGB color model

#0A473A color RGB value is (10,71,58).

  • red value is 10;
  • green value is 71;
  • blue value is 58.
RGB:
(10,71,58)
(4%,28%,23%)

RGB channels and saturation

R 10 of 255 = 4%
G 71 of 255 = 28%
B 58 of 255 = 23%

10
71
58

R + G + B ~ 18%. #0A473A is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 71 + 58 = 139 (100%)
R 10 of 139 ~ 7.19%
G 71 of 139 ~ 51.08%
B 58 of 139 ~ 41.73%

%51.08
%41.73

CMYK color model

#0A473A color CMYK value is (86,0,18,72).

  • cyan value is 85.92%
  • magenta value is 0.00%
  • yellow value is 18.31%
  • key color value is 72.16%
CMYK:
(86,0,18,72)
C86M0Y18K72 
(86%,0%,18%,72%)
(0.86/0.00/0.18/0.72)	

CMYK percentages

%85.92
%0
%18.31
%72.16

Codes

Color #0A473A in popluar color models

0A473A
RGB107158
HSL167°75.31%15.88%
HSB/HSV167°85.92%27.84%
CMYK85.92%0.00%18.31%
72.16%

Color #0A473A in popluar number systems.

HEX0A473A
Decimal107158
Binary10101000111111010
Octal1210772

Shades and tints

Shades of #0A473A

#0A473A
(10,71,58)
#0A4135
(10,65,53)
#0A3B30
(10,59,48)
#0A352B
(10,53,43)
#0A2F26
(10,47,38)
#0A2921
(10,41,33)
#0A231C
(10,35,28)
#0A1D17
(10,29,23)
#0A1712
(10,23,18)
#0A110D
(10,17,13)
#0A0B08
(10,11,8)
#000000
(0,0,0)

Tints of #0A473A

#0A473A
(10,71,58)
#20574B
(32,87,75)
#36675C
(54,103,92)
#4C776D
(76,119,109)
#62877E
(98,135,126)
#78978F
(120,151,143)
#8EA7A0
(142,167,160)
#A4B7B1
(164,183,177)
#BAC7C2
(186,199,194)
#D0D7D3
(208,215,211)
#E6E7E4
(230,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A473A color. Also use rgb(10,71,58) instead hex code.

Text Font Color

.myTextColor { color: #0A473A; }

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

This text font color is #0A473A.


Background Color

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

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

This div background color is #0A473A.


Border color

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

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

This div border color is #0A473A.


Opacity

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

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

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

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

This text has shadow with #0A473A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A473A on black background.


Color preview on white background

This text has color #0A473A on white background.



Black color preview on #0A473A background

This text has black color on #0A473A background.


White color preview on #0A473A background

This text has white color on #0A473A background.