COLOR #0A2321

HEX: #0A2321 RGB: (10,35,33)

Color info

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

RGB color model

#0A2321 color RGB value is (10,35,33).

RGB: (10,35,33) (4%, 14%, 13%)

RGB channels and saturation

R 10 of 255 = 4%
G 35 of 255 = 14%
B 33 of 255 = 13%

10
35
33

R + G + B ~ 10%. #0A2321 is dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 35 + 33 = 78 (100%)
R 10 of 78 ~ 12.82%
G 35 of 78 ~ 44.87%
B 33 of 78 ~ 42.31'%

%12.82
%44.87
%42.31

CMYK color model

#0A2321 color CMYK value is (71,0,6,86).

  • cyan value is 71.43%
  • magenta value is 0.00%
  • yellow value is 5.71%
  • key color value is 86.27%

CMYK: (71,0,6,86)
C71M0Y6K86 (71%, 0%, 6%, 86%)
(0.71 / 0.00 / 0.06 / 0.86)

CMYK percentages

%71.43
%0
%5.71
%86.27

Codes

Color #0A2321 in popluar color models

0A 23 21
RGB 10 35 33
HSL 175° 55.56% 8.82%
HSB/HSV 175° 71.43% 13.73%
CMYK 71.43% 0.00% 5.71%
86.27%

Color #0A2321 in popluar number systems.

HEX 0A 23 21
Decimal 10 35 33
Binary 1010 100011 100001
Octal 12 43 41

Shades and tints

Shades of #0A2321

#0A2321
(10,35,33)
#0A201E
(10,32,30)
#0A1D1B
(10,29,27)
#0A1A18
(10,26,24)
#0A1715
(10,23,21)
#0A1412
(10,20,18)
#0A110F
(10,17,15)
#0A0E0C
(10,14,12)
#0A0B09
(10,11,9)
#0A0806
(10,8,6)
#0A0503
(10,5,3)
#000000
(0,0,0)

Tints of #0A2321

#0A2321
(10,35,33)
#203735
(32,55,53)
#364B49
(54,75,73)
#4C5F5D
(76,95,93)
#627371
(98,115,113)
#788785
(120,135,133)
#8E9B99
(142,155,153)
#A4AFAD
(164,175,173)
#BAC3C1
(186,195,193)
#D0D7D5
(208,215,213)
#E6EBE9
(230,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A2321; }

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

This text font color is #0A2321.

Background Color

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

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

This div background color is #0A2321.

Border color

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

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

This div border color is #0A2321.

Opacity

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

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

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

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

This text has shadow with #0A2321 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A2321.

Preview

Color preview on black background

This text has color #0A2321 on black background.


Color preview on white background

This text has color #0A2321 on white background.


Black color preview on #0A2321 background

This text has black color on #0A2321 background.


White color preview on #0A2321 background

This text has white color on #0A2321 background.


Related colors

Complementary color

Complementary color for #hex is #F5DCDE.


I love getcolorcode.com

Triadic colors

1 #210A23 and #23210A with #0A2321 are triadic colors.

2 #21230A and #230A21 with #0A2321 are triadic colors.