COLOR #0A2333

HEX: #0A2333
RGB: (10,35,51)

Color info

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

RGB color model

#0A2333 color RGB value is (10,35,51).

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

RGB channels and saturation

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

10
35
51

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

Portions of RGB colors in percentages

R + G + B =
10 + 35 + 51 = 96 (100%)
R 10 of 96 ~ 10.42%
G 35 of 96 ~ 36.46%
B 51 of 96 ~ 53.13%

%10.42
%36.46
%53.13

CMYK color model

#0A2333 color CMYK value is (80,31,0,80).

  • cyan value is 80.39%
  • magenta value is 31.37%
  • yellow value is 0.00%
  • key color value is 80.00%
CMYK:
(80,31,0,80)
C80M31Y0K80 
(80%,31%,0%,80%)
(0.80/0.31/0.00/0.80)	

CMYK percentages

%80.39
%31.37
%0
%80

Codes

Color #0A2333 in popluar color models

0A2333
RGB103551
HSL203°67.21%11.96%
HSB/HSV203°80.39%20.00%
CMYK80.39%31.37%0.00%
80.00%

Color #0A2333 in popluar number systems.

HEX0A2333
Decimal103551
Binary1010100011110011
Octal124363

Shades and tints

Shades of #0A2333

#0A2333
(10,35,51)
#0A202F
(10,32,47)
#0A1D2B
(10,29,43)
#0A1A27
(10,26,39)
#0A1723
(10,23,35)
#0A141F
(10,20,31)
#0A111B
(10,17,27)
#0A0E17
(10,14,23)
#0A0B13
(10,11,19)
#0A080F
(10,8,15)
#0A050B
(10,5,11)
#000000
(0,0,0)

Tints of #0A2333

#0A2333
(10,35,51)
#203745
(32,55,69)
#364B57
(54,75,87)
#4C5F69
(76,95,105)
#62737B
(98,115,123)
#78878D
(120,135,141)
#8E9B9F
(142,155,159)
#A4AFB1
(164,175,177)
#BAC3C3
(186,195,195)
#D0D7D5
(208,215,213)
#E6EBE7
(230,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A2333; }

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

This text font color is #0A2333.


Background Color

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

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

This div background color is #0A2333.


Border color

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

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

This div border color is #0A2333.


Opacity

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

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

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

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

This text has shadow with #0A2333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A2333 on black background.


Color preview on white background

This text has color #0A2333 on white background.



Black color preview on #0A2333 background

This text has black color on #0A2333 background.


White color preview on #0A2333 background

This text has white color on #0A2333 background.