COLOR #0A3831

HEX: #0A3831 RGB: (10,56,49)

Color info

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

RGB color model

#0A3831 color RGB value is (10,56,49).

RGB: (10,56,49) (4%, 22%, 19%)

RGB channels and saturation

R 10 of 255 = 4%
G 56 of 255 = 22%
B 49 of 255 = 19%

10
56
49

R + G + B ~ 15%. #0A3831 is dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 56 + 49 = 115 (100%)
R 10 of 115 ~ 8.7%
G 56 of 115 ~ 48.7%
B 49 of 115 ~ 42.61'%

%48.7
%42.61

CMYK color model

#0A3831 color CMYK value is (82,0,13,78).

  • cyan value is 82.14%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 78.04%

CMYK: (82,0,13,78)
C82M0Y13K78 (82%, 0%, 13%, 78%)
(0.82 / 0.00 / 0.13 / 0.78)

CMYK percentages

%82.14
%0
%12.5
%78.04

Codes

Color #0A3831 in popluar color models

0A 38 31
RGB 10 56 49
HSL 171° 69.70% 12.94%
HSB/HSV 171° 82.14% 21.96%
CMYK 82.14% 0.00% 12.50%
78.04%

Color #0A3831 in popluar number systems.

HEX 0A 38 31
Decimal 10 56 49
Binary 1010 111000 110001
Octal 12 70 61

Shades and tints

Shades of #0A3831

#0A3831
(10,56,49)
#0A332D
(10,51,45)
#0A2E29
(10,46,41)
#0A2925
(10,41,37)
#0A2421
(10,36,33)
#0A1F1D
(10,31,29)
#0A1A19
(10,26,25)
#0A1515
(10,21,21)
#0A1011
(10,16,17)
#0A0B0D
(10,11,13)
#0A0609
(10,6,9)
#000000
(0,0,0)

Tints of #0A3831

#0A3831
(10,56,49)
#204A43
(32,74,67)
#365C55
(54,92,85)
#4C6E67
(76,110,103)
#628079
(98,128,121)
#78928B
(120,146,139)
#8EA49D
(142,164,157)
#A4B6AF
(164,182,175)
#BAC8C1
(186,200,193)
#D0DAD3
(208,218,211)
#E6ECE5
(230,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A3831 color. Also use rgb(10,56,49) instead hex code.

Text Font Color

.myTextColor { color: #0A3831; }

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

This text font color is #0A3831.

Background Color

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

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

This div background color is #0A3831.

Border color

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

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

This div border color is #0A3831.

Opacity

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

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

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

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

This text has shadow with #0A3831 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A3831.

Preview

Color preview on black background

This text has color #0A3831 on black background.


Color preview on white background

This text has color #0A3831 on white background.


Black color preview on #0A3831 background

This text has black color on #0A3831 background.


White color preview on #0A3831 background

This text has white color on #0A3831 background.


Related colors

Complementary color

Complementary color for #hex is #F5C7CE.


I love getcolorcode.com

Triadic colors

1 #310A38 and #38310A with #0A3831 are triadic colors.

2 #31380A and #380A31 with #0A3831 are triadic colors.