COLOR #0A311A

HEX: #0A311A
RGB: (10,49,26)

Color info

#0A311A contains red, green and blue colors in about the same proportion. Web safe color of #0A311A is #003300 (or #030).

RGB color model

#0A311A color RGB value is (10,49,26).

  • red value is 10;
  • green value is 49;
  • blue value is 26.
RGB:
(10,49,26)
(4%,19%,10%)

RGB channels and saturation

R 10 of 255 = 4%
G 49 of 255 = 19%
B 26 of 255 = 10%

10
49
26

R + G + B ~ 11%. #0A311A is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 49 + 26 = 85 (100%)
R 10 of 85 ~ 11.76%
G 49 of 85 ~ 57.65%
B 26 of 85 ~ 30.59%

%11.76
%57.65
%30.59

CMYK color model

#0A311A color CMYK value is (80,0,47,81).

  • cyan value is 79.59%
  • magenta value is 0.00%
  • yellow value is 46.94%
  • key color value is 80.78%
CMYK:
(80,0,47,81)
C80M0Y47K81 
(80%,0%,47%,81%)
(0.80/0.00/0.47/0.81)	

CMYK percentages

%79.59
%0
%46.94
%80.78

Codes

Color #0A311A in popluar color models

0A311A
RGB104926
HSL145°66.10%11.57%
HSB/HSV145°79.59%19.22%
CMYK79.59%0.00%46.94%
80.78%

Color #0A311A in popluar number systems.

HEX0A311A
Decimal104926
Binary101011000111010
Octal126132

Shades and tints

Shades of #0A311A

#0A311A
(10,49,26)
#0A2D18
(10,45,24)
#0A2916
(10,41,22)
#0A2514
(10,37,20)
#0A2112
(10,33,18)
#0A1D10
(10,29,16)
#0A190E
(10,25,14)
#0A150C
(10,21,12)
#0A110A
(10,17,10)
#0A0D08
(10,13,8)
#0A0906
(10,9,6)
#000000
(0,0,0)

Tints of #0A311A

#0A311A
(10,49,26)
#20432E
(32,67,46)
#365542
(54,85,66)
#4C6756
(76,103,86)
#62796A
(98,121,106)
#788B7E
(120,139,126)
#8E9D92
(142,157,146)
#A4AFA6
(164,175,166)
#BAC1BA
(186,193,186)
#D0D3CE
(208,211,206)
#E6E5E2
(230,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A311A; }

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

This text font color is #0A311A.


Background Color

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

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

This div background color is #0A311A.


Border color

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

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

This div border color is #0A311A.


Opacity

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

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

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

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

This text has shadow with #0A311A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A311A on black background.


Color preview on white background

This text has color #0A311A on white background.



Black color preview on #0A311A background

This text has black color on #0A311A background.


White color preview on #0A311A background

This text has white color on #0A311A background.