COLOR #0A475A

HEX: #0A475A RGB: (10,71,90)

Color info

#0A475A contains mainly green and blue colors. Web safe color of #0A475A is #003366 (or #036).

RGB color model

#0A475A color RGB value is (10,71,90).

RGB: (10,71,90) (4%, 28%, 35%)

RGB channels and saturation

R 10 of 255 = 4%
G 71 of 255 = 28%
B 90 of 255 = 35%

10
71
90

R + G + B ~ 22%. #0A475A is dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 71 + 90 = 171 (100%)
R 10 of 171 ~ 5.85%
G 71 of 171 ~ 41.52%
B 90 of 171 ~ 52.63'%

%41.52
%52.63

CMYK color model

#0A475A color CMYK value is (89,21,0,65).

  • cyan value is 88.89%
  • magenta value is 21.11%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (89,21,0,65)
C89M21Y0K65 (89%, 21%, 0%, 65%)
(0.89 / 0.21 / 0.00 / 0.65)

CMYK percentages

%88.89
%21.11
%0
%64.71

Codes

Color #0A475A in popluar color models

0A 47 5A
RGB 10 71 90
HSL 194° 80.00% 19.61%
HSB/HSV 194° 88.89% 35.29%
CMYK 88.89% 21.11% 0.00%
64.71%

Color #0A475A in popluar number systems.

HEX 0A 47 5A
Decimal 10 71 90
Binary 1010 1000111 1011010
Octal 12 107 132

Shades and tints

Shades of #0A475A

#0A475A
(10,71,90)
#0A4152
(10,65,82)
#0A3B4A
(10,59,74)
#0A3542
(10,53,66)
#0A2F3A
(10,47,58)
#0A2932
(10,41,50)
#0A232A
(10,35,42)
#0A1D22
(10,29,34)
#0A171A
(10,23,26)
#0A1112
(10,17,18)
#0A0B0A
(10,11,10)
#000000
(0,0,0)

Tints of #0A475A

#0A475A
(10,71,90)
#205769
(32,87,105)
#366778
(54,103,120)
#4C7787
(76,119,135)
#628796
(98,135,150)
#7897A5
(120,151,165)
#8EA7B4
(142,167,180)
#A4B7C3
(164,183,195)
#BAC7D2
(186,199,210)
#D0D7E1
(208,215,225)
#E6E7F0
(230,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A475A; }

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

This text font color is #0A475A.

Background Color

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

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

This div background color is #0A475A.

Border color

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

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

This div border color is #0A475A.

Opacity

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

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

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

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

This text has shadow with #0A475A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A475A.

Preview

Color preview on black background

This text has color #0A475A on black background.


Color preview on white background

This text has color #0A475A on white background.


Black color preview on #0A475A background

This text has black color on #0A475A background.


White color preview on #0A475A background

This text has white color on #0A475A background.


Related colors

Complementary color

Complementary color for #hex is #F5B8A5.


I love getcolorcode.com

Triadic colors

1 #5A0A47 and #475A0A with #0A475A are triadic colors.

2 #5A470A and #470A5A with #0A475A are triadic colors.