COLOR #0A3827

HEX: #0A3827
RGB: (10,56,39)

Color info

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

RGB color model

#0A3827 color RGB value is (10,56,39).

  • red value is 10;
  • green value is 56;
  • blue value is 39.
RGB:
(10,56,39)
(4%,22%,15%)

RGB channels and saturation

R 10 of 255 = 4%
G 56 of 255 = 22%
B 39 of 255 = 15%

10
56
39

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

Portions of RGB colors in percentages

R + G + B =
10 + 56 + 39 = 105 (100%)
R 10 of 105 ~ 9.52%
G 56 of 105 ~ 53.33%
B 39 of 105 ~ 37.14%

%9.52
%53.33
%37.14

CMYK color model

#0A3827 color CMYK value is (82,0,30,78).

  • cyan value is 82.14%
  • magenta value is 0.00%
  • yellow value is 30.36%
  • key color value is 78.04%
CMYK:
(82,0,30,78)
C82M0Y30K78 
(82%,0%,30%,78%)
(0.82/0.00/0.30/0.78)	

CMYK percentages

%82.14
%0
%30.36
%78.04

Codes

Color #0A3827 in popluar color models

0A3827
RGB105639
HSL158°69.70%12.94%
HSB/HSV158°82.14%21.96%
CMYK82.14%0.00%30.36%
78.04%

Color #0A3827 in popluar number systems.

HEX0A3827
Decimal105639
Binary1010111000100111
Octal127047

Shades and tints

Shades of #0A3827

#0A3827
(10,56,39)
#0A3324
(10,51,36)
#0A2E21
(10,46,33)
#0A291E
(10,41,30)
#0A241B
(10,36,27)
#0A1F18
(10,31,24)
#0A1A15
(10,26,21)
#0A1512
(10,21,18)
#0A100F
(10,16,15)
#0A0B0C
(10,11,12)
#0A0609
(10,6,9)
#000000
(0,0,0)

Tints of #0A3827

#0A3827
(10,56,39)
#204A3A
(32,74,58)
#365C4D
(54,92,77)
#4C6E60
(76,110,96)
#628073
(98,128,115)
#789286
(120,146,134)
#8EA499
(142,164,153)
#A4B6AC
(164,182,172)
#BAC8BF
(186,200,191)
#D0DAD2
(208,218,210)
#E6ECE5
(230,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A3827; }

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

This text font color is #0A3827.


Background Color

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

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

This div background color is #0A3827.


Border color

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

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

This div border color is #0A3827.


Opacity

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

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

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

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

This text has shadow with #0A3827 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A3827 on black background.


Color preview on white background

This text has color #0A3827 on white background.



Black color preview on #0A3827 background

This text has black color on #0A3827 background.


White color preview on #0A3827 background

This text has white color on #0A3827 background.