COLOR #0A472C

HEX: #0A472C
RGB: (10,71,44)

Color info

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

RGB color model

#0A472C color RGB value is (10,71,44).

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

RGB channels and saturation

R 10 of 255 = 4%
G 71 of 255 = 28%
B 44 of 255 = 17%

10
71
44

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

Portions of RGB colors in percentages

R + G + B =
10 + 71 + 44 = 125 (100%)
R 10 of 125 ~ 8%
G 71 of 125 ~ 56.8%
B 44 of 125 ~ 35.2%

%56.8
%35.2

CMYK color model

#0A472C color CMYK value is (86,0,38,72).

  • cyan value is 85.92%
  • magenta value is 0.00%
  • yellow value is 38.03%
  • key color value is 72.16%
CMYK:
(86,0,38,72)
C86M0Y38K72 
(86%,0%,38%,72%)
(0.86/0.00/0.38/0.72)	

CMYK percentages

%85.92
%0
%38.03
%72.16

Codes

Color #0A472C in popluar color models

0A472C
RGB107144
HSL153°75.31%15.88%
HSB/HSV153°85.92%27.84%
CMYK85.92%0.00%38.03%
72.16%

Color #0A472C in popluar number systems.

HEX0A472C
Decimal107144
Binary10101000111101100
Octal1210754

Shades and tints

Shades of #0A472C

#0A472C
(10,71,44)
#0A4128
(10,65,40)
#0A3B24
(10,59,36)
#0A3520
(10,53,32)
#0A2F1C
(10,47,28)
#0A2918
(10,41,24)
#0A2314
(10,35,20)
#0A1D10
(10,29,16)
#0A170C
(10,23,12)
#0A1108
(10,17,8)
#0A0B04
(10,11,4)
#000000
(0,0,0)

Tints of #0A472C

#0A472C
(10,71,44)
#20573F
(32,87,63)
#366752
(54,103,82)
#4C7765
(76,119,101)
#628778
(98,135,120)
#78978B
(120,151,139)
#8EA79E
(142,167,158)
#A4B7B1
(164,183,177)
#BAC7C4
(186,199,196)
#D0D7D7
(208,215,215)
#E6E7EA
(230,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A472C; }

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

This text font color is #0A472C.


Background Color

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

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

This div background color is #0A472C.


Border color

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

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

This div border color is #0A472C.


Opacity

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

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

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

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

This text has shadow with #0A472C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A472C on black background.


Color preview on white background

This text has color #0A472C on white background.



Black color preview on #0A472C background

This text has black color on #0A472C background.


White color preview on #0A472C background

This text has white color on #0A472C background.