COLOR #0A3321

HEX: #0A3321 RGB: (10,51,33)

Color info

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

RGB color model

#0A3321 color RGB value is (10,51,33).

RGB: (10,51,33) (4%, 20%, 13%)

RGB channels and saturation

R 10 of 255 = 4%
G 51 of 255 = 20%
B 33 of 255 = 13%

10
51
33

R + G + B ~ 12%. #0A3321 is dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 51 + 33 = 94 (100%)
R 10 of 94 ~ 10.64%
G 51 of 94 ~ 54.26%
B 33 of 94 ~ 35.11'%

%10.64
%54.26
%35.11

CMYK color model

#0A3321 color CMYK value is (80,0,35,80).

  • cyan value is 80.39%
  • magenta value is 0.00%
  • yellow value is 35.29%
  • key color value is 80.00%

CMYK: (80,0,35,80)
C80M0Y35K80 (80%, 0%, 35%, 80%)
(0.80 / 0.00 / 0.35 / 0.80)

CMYK percentages

%80.39
%0
%35.29
%80

Codes

Color #0A3321 in popluar color models

0A 33 21
RGB 10 51 33
HSL 154° 67.21% 11.96%
HSB/HSV 154° 80.39% 20.00%
CMYK 80.39% 0.00% 35.29%
80.00%

Color #0A3321 in popluar number systems.

HEX 0A 33 21
Decimal 10 51 33
Binary 1010 110011 100001
Octal 12 63 41

Shades and tints

Shades of #0A3321

#0A3321
(10,51,33)
#0A2F1E
(10,47,30)
#0A2B1B
(10,43,27)
#0A2718
(10,39,24)
#0A2315
(10,35,21)
#0A1F12
(10,31,18)
#0A1B0F
(10,27,15)
#0A170C
(10,23,12)
#0A1309
(10,19,9)
#0A0F06
(10,15,6)
#0A0B03
(10,11,3)
#000000
(0,0,0)

Tints of #0A3321

#0A3321
(10,51,33)
#204535
(32,69,53)
#365749
(54,87,73)
#4C695D
(76,105,93)
#627B71
(98,123,113)
#788D85
(120,141,133)
#8E9F99
(142,159,153)
#A4B1AD
(164,177,173)
#BAC3C1
(186,195,193)
#D0D5D5
(208,213,213)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A3321; }

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

This text font color is #0A3321.

Background Color

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

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

This div background color is #0A3321.

Border color

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

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

This div border color is #0A3321.

Opacity

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

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

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

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

This text has shadow with #0A3321 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A3321.

Preview

Color preview on black background

This text has color #0A3321 on black background.


Color preview on white background

This text has color #0A3321 on white background.


Black color preview on #0A3321 background

This text has black color on #0A3321 background.


White color preview on #0A3321 background

This text has white color on #0A3321 background.


Related colors

Complementary color

Complementary color for #hex is #F5CCDE.


I love getcolorcode.com

Triadic colors

1 #210A33 and #33210A with #0A3321 are triadic colors.

2 #21330A and #330A21 with #0A3321 are triadic colors.