COLOR #0A3929

HEX: #0A3929 RGB: (10,57,41)

Color info

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

RGB color model

#0A3929 color RGB value is (10,57,41).

RGB: (10,57,41) (4%, 22%, 16%)

RGB channels and saturation

R 10 of 255 = 4%
G 57 of 255 = 22%
B 41 of 255 = 16%

10
57
41

R + G + B ~ 14%. #0A3929 is dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 57 + 41 = 108 (100%)
R 10 of 108 ~ 9.26%
G 57 of 108 ~ 52.78%
B 41 of 108 ~ 37.96'%

%52.78
%37.96

CMYK color model

#0A3929 color CMYK value is (82,0,28,78).

  • cyan value is 82.46%
  • magenta value is 0.00%
  • yellow value is 28.07%
  • key color value is 77.65%

CMYK: (82,0,28,78)
C82M0Y28K78 (82%, 0%, 28%, 78%)
(0.82 / 0.00 / 0.28 / 0.78)

CMYK percentages

%82.46
%0
%28.07
%77.65

Codes

Color #0A3929 in popluar color models

0A 39 29
RGB 10 57 41
HSL 160° 70.15% 13.14%
HSB/HSV 160° 82.46% 22.35%
CMYK 82.46% 0.00% 28.07%
77.65%

Color #0A3929 in popluar number systems.

HEX 0A 39 29
Decimal 10 57 41
Binary 1010 111001 101001
Octal 12 71 51

Shades and tints

Shades of #0A3929

#0A3929
(10,57,41)
#0A3426
(10,52,38)
#0A2F23
(10,47,35)
#0A2A20
(10,42,32)
#0A251D
(10,37,29)
#0A201A
(10,32,26)
#0A1B17
(10,27,23)
#0A1614
(10,22,20)
#0A1111
(10,17,17)
#0A0C0E
(10,12,14)
#0A070B
(10,7,11)
#000000
(0,0,0)

Tints of #0A3929

#0A3929
(10,57,41)
#204B3C
(32,75,60)
#365D4F
(54,93,79)
#4C6F62
(76,111,98)
#628175
(98,129,117)
#789388
(120,147,136)
#8EA59B
(142,165,155)
#A4B7AE
(164,183,174)
#BAC9C1
(186,201,193)
#D0DBD4
(208,219,212)
#E6EDE7
(230,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A3929 color. Also use rgb(10,57,41) instead hex code.

Text Font Color

.myTextColor { color: #0A3929; }

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

This text font color is #0A3929.

Background Color

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

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

This div background color is #0A3929.

Border color

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

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

This div border color is #0A3929.

Opacity

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

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

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

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

This text has shadow with #0A3929 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A3929.

Preview

Color preview on black background

This text has color #0A3929 on black background.


Color preview on white background

This text has color #0A3929 on white background.


Black color preview on #0A3929 background

This text has black color on #0A3929 background.


White color preview on #0A3929 background

This text has white color on #0A3929 background.


Related colors

Complementary color

Complementary color for #hex is #F5C6D6.


I love getcolorcode.com

Triadic colors

1 #290A39 and #39290A with #0A3929 are triadic colors.

2 #29390A and #390A29 with #0A3929 are triadic colors.