COLOR #0A3319

HEX: #0A3319
RGB: (10,51,25)

Color info

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

RGB color model

#0A3319 color RGB value is (10,51,25).

  • red value is 10;
  • green value is 51;
  • blue value is 25.
RGB:
(10,51,25)
(4%,20%,10%)

RGB channels and saturation

R 10 of 255 = 4%
G 51 of 255 = 20%
B 25 of 255 = 10%

10
51
25

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

Portions of RGB colors in percentages

R + G + B =
10 + 51 + 25 = 86 (100%)
R 10 of 86 ~ 11.63%
G 51 of 86 ~ 59.3%
B 25 of 86 ~ 29.07%

%11.63
%59.3
%29.07

CMYK color model

#0A3319 color CMYK value is (80,0,51,80).

  • cyan value is 80.39%
  • magenta value is 0.00%
  • yellow value is 50.98%
  • key color value is 80.00%
CMYK:
(80,0,51,80)
C80M0Y51K80 
(80%,0%,51%,80%)
(0.80/0.00/0.51/0.80)	

CMYK percentages

%80.39
%0
%50.98
%80

Codes

Color #0A3319 in popluar color models

0A3319
RGB105125
HSL142°67.21%11.96%
HSB/HSV142°80.39%20.00%
CMYK80.39%0.00%50.98%
80.00%

Color #0A3319 in popluar number systems.

HEX0A3319
Decimal105125
Binary101011001111001
Octal126331

Shades and tints

Shades of #0A3319

#0A3319
(10,51,25)
#0A2F17
(10,47,23)
#0A2B15
(10,43,21)
#0A2713
(10,39,19)
#0A2311
(10,35,17)
#0A1F0F
(10,31,15)
#0A1B0D
(10,27,13)
#0A170B
(10,23,11)
#0A1309
(10,19,9)
#0A0F07
(10,15,7)
#0A0B05
(10,11,5)
#000000
(0,0,0)

Tints of #0A3319

#0A3319
(10,51,25)
#20452D
(32,69,45)
#365741
(54,87,65)
#4C6955
(76,105,85)
#627B69
(98,123,105)
#788D7D
(120,141,125)
#8E9F91
(142,159,145)
#A4B1A5
(164,177,165)
#BAC3B9
(186,195,185)
#D0D5CD
(208,213,205)
#E6E7E1
(230,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A3319 color. Also use rgb(10,51,25) instead hex code.

Text Font Color

.myTextColor { color: #0A3319; }

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

This text font color is #0A3319.


Background Color

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

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

This div background color is #0A3319.


Border color

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

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

This div border color is #0A3319.


Opacity

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

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

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

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

This text has shadow with #0A3319 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A3319 on black background.


Color preview on white background

This text has color #0A3319 on white background.



Black color preview on #0A3319 background

This text has black color on #0A3319 background.


White color preview on #0A3319 background

This text has white color on #0A3319 background.