COLOR #0A3324

HEX: #0A3324
RGB: (10,51,36)

Color info

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

RGB color model

#0A3324 color RGB value is (10,51,36).

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

RGB channels and saturation

R 10 of 255 = 4%
G 51 of 255 = 20%
B 36 of 255 = 14%

10
51
36

R + G + B ~ 13%. #0A3324 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 51 + 36 = 97 (100%)
R 10 of 97 ~ 10.31%
G 51 of 97 ~ 52.58%
B 36 of 97 ~ 37.11%

%10.31
%52.58
%37.11

CMYK color model

#0A3324 color CMYK value is (80,0,29,80).

  • cyan value is 80.39%
  • magenta value is 0.00%
  • yellow value is 29.41%
  • key color value is 80.00%
CMYK:
(80,0,29,80)
C80M0Y29K80 
(80%,0%,29%,80%)
(0.80/0.00/0.29/0.80)	

CMYK percentages

%80.39
%0
%29.41
%80

Codes

Color #0A3324 in popluar color models

0A3324
RGB105136
HSL158°67.21%11.96%
HSB/HSV158°80.39%20.00%
CMYK80.39%0.00%29.41%
80.00%

Color #0A3324 in popluar number systems.

HEX0A3324
Decimal105136
Binary1010110011100100
Octal126344

Shades and tints

Shades of #0A3324

#0A3324
(10,51,36)
#0A2F21
(10,47,33)
#0A2B1E
(10,43,30)
#0A271B
(10,39,27)
#0A2318
(10,35,24)
#0A1F15
(10,31,21)
#0A1B12
(10,27,18)
#0A170F
(10,23,15)
#0A130C
(10,19,12)
#0A0F09
(10,15,9)
#0A0B06
(10,11,6)
#000000
(0,0,0)

Tints of #0A3324

#0A3324
(10,51,36)
#204537
(32,69,55)
#36574A
(54,87,74)
#4C695D
(76,105,93)
#627B70
(98,123,112)
#788D83
(120,141,131)
#8E9F96
(142,159,150)
#A4B1A9
(164,177,169)
#BAC3BC
(186,195,188)
#D0D5CF
(208,213,207)
#E6E7E2
(230,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A3324; }

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

This text font color is #0A3324.


Background Color

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

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

This div background color is #0A3324.


Border color

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

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

This div border color is #0A3324.


Opacity

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

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

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

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

This text has shadow with #0A3324 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A3324 on black background.


Color preview on white background

This text has color #0A3324 on white background.



Black color preview on #0A3324 background

This text has black color on #0A3324 background.


White color preview on #0A3324 background

This text has white color on #0A3324 background.