COLOR #0A413A

HEX: #0A413A RGB: (10,65,58)

Color info

#0A413A contains red, green and blue colors in about the same proportion. Web safe color of #0A413A is #003333 (or #033).

RGB color model

#0A413A color RGB value is (10,65,58).

RGB: (10,65,58) (4%, 25%, 23%)

RGB channels and saturation

R 10 of 255 = 4%
G 65 of 255 = 25%
B 58 of 255 = 23%

10
65
58

R + G + B ~ 17%. #0A413A is dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 65 + 58 = 133 (100%)
R 10 of 133 ~ 7.52%
G 65 of 133 ~ 48.87%
B 58 of 133 ~ 43.61'%

%48.87
%43.61

CMYK color model

#0A413A color CMYK value is (85,0,11,75).

  • cyan value is 84.62%
  • magenta value is 0.00%
  • yellow value is 10.77%
  • key color value is 74.51%

CMYK: (85,0,11,75)
C85M0Y11K75 (85%, 0%, 11%, 75%)
(0.85 / 0.00 / 0.11 / 0.75)

CMYK percentages

%84.62
%0
%10.77
%74.51

Codes

Color #0A413A in popluar color models

0A 41 3A
RGB 10 65 58
HSL 172° 73.33% 14.71%
HSB/HSV 172° 84.62% 25.49%
CMYK 84.62% 0.00% 10.77%
74.51%

Color #0A413A in popluar number systems.

HEX 0A 41 3A
Decimal 10 65 58
Binary 1010 1000001 111010
Octal 12 101 72

Shades and tints

Shades of #0A413A

#0A413A
(10,65,58)
#0A3C35
(10,60,53)
#0A3730
(10,55,48)
#0A322B
(10,50,43)
#0A2D26
(10,45,38)
#0A2821
(10,40,33)
#0A231C
(10,35,28)
#0A1E17
(10,30,23)
#0A1912
(10,25,18)
#0A140D
(10,20,13)
#0A0F08
(10,15,8)
#000000
(0,0,0)

Tints of #0A413A

#0A413A
(10,65,58)
#20524B
(32,82,75)
#36635C
(54,99,92)
#4C746D
(76,116,109)
#62857E
(98,133,126)
#78968F
(120,150,143)
#8EA7A0
(142,167,160)
#A4B8B1
(164,184,177)
#BAC9C2
(186,201,194)
#D0DAD3
(208,218,211)
#E6EBE4
(230,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A413A; }

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

This text font color is #0A413A.

Background Color

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

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

This div background color is #0A413A.

Border color

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

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

This div border color is #0A413A.

Opacity

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

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

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

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

This text has shadow with #0A413A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A413A.

Preview

Color preview on black background

This text has color #0A413A on black background.


Color preview on white background

This text has color #0A413A on white background.


Black color preview on #0A413A background

This text has black color on #0A413A background.


White color preview on #0A413A background

This text has white color on #0A413A background.


Related colors

Complementary color

Complementary color for #hex is #F5BEC5.


I love getcolorcode.com

Triadic colors

1 #3A0A41 and #413A0A with #0A413A are triadic colors.

2 #3A410A and #410A3A with #0A413A are triadic colors.