COLOR #0A333A

HEX: #0A333A
RGB: (10,51,58)

Color info

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

RGB color model

#0A333A color RGB value is (10,51,58).

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

RGB channels and saturation

R 10 of 255 = 4%
G 51 of 255 = 20%
B 58 of 255 = 23%

10
51
58

R + G + B ~ 16%. #0A333A is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 51 + 58 = 119 (100%)
R 10 of 119 ~ 8.4%
G 51 of 119 ~ 42.86%
B 58 of 119 ~ 48.74%

%42.86
%48.74

CMYK color model

#0A333A color CMYK value is (83,12,0,77).

  • cyan value is 82.76%
  • magenta value is 12.07%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(83,12,0,77)
C83M12Y0K77 
(83%,12%,0%,77%)
(0.83/0.12/0.00/0.77)	

CMYK percentages

%82.76
%12.07
%0
%77.25

Codes

Color #0A333A in popluar color models

0A333A
RGB105158
HSL189°70.59%13.33%
HSB/HSV189°82.76%22.75%
CMYK82.76%12.07%0.00%
77.25%

Color #0A333A in popluar number systems.

HEX0A333A
Decimal105158
Binary1010110011111010
Octal126372

Shades and tints

Shades of #0A333A

#0A333A
(10,51,58)
#0A2F35
(10,47,53)
#0A2B30
(10,43,48)
#0A272B
(10,39,43)
#0A2326
(10,35,38)
#0A1F21
(10,31,33)
#0A1B1C
(10,27,28)
#0A1717
(10,23,23)
#0A1312
(10,19,18)
#0A0F0D
(10,15,13)
#0A0B08
(10,11,8)
#000000
(0,0,0)

Tints of #0A333A

#0A333A
(10,51,58)
#20454B
(32,69,75)
#36575C
(54,87,92)
#4C696D
(76,105,109)
#627B7E
(98,123,126)
#788D8F
(120,141,143)
#8E9FA0
(142,159,160)
#A4B1B1
(164,177,177)
#BAC3C2
(186,195,194)
#D0D5D3
(208,213,211)
#E6E7E4
(230,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A333A; }

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

This text font color is #0A333A.


Background Color

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

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

This div background color is #0A333A.


Border color

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

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

This div border color is #0A333A.


Opacity

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

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

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

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

This text has shadow with #0A333A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A333A on black background.


Color preview on white background

This text has color #0A333A on white background.



Black color preview on #0A333A background

This text has black color on #0A333A background.


White color preview on #0A333A background

This text has white color on #0A333A background.