COLOR #0A303C

HEX: #0A303C
RGB: (10,48,60)

Color info

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

RGB color model

#0A303C color RGB value is (10,48,60).

  • red value is 10;
  • green value is 48;
  • blue value is 60.
RGB:
(10,48,60)
(4%,19%,24%)

RGB channels and saturation

R 10 of 255 = 4%
G 48 of 255 = 19%
B 60 of 255 = 24%

10
48
60

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

Portions of RGB colors in percentages

R + G + B =
10 + 48 + 60 = 118 (100%)
R 10 of 118 ~ 8.47%
G 48 of 118 ~ 40.68%
B 60 of 118 ~ 50.85%

%40.68
%50.85

CMYK color model

#0A303C color CMYK value is (83,20,0,76).

  • cyan value is 83.33%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(83,20,0,76)
C83M20Y0K76 
(83%,20%,0%,76%)
(0.83/0.20/0.00/0.76)	

CMYK percentages

%83.33
%20
%0
%76.47

Codes

Color #0A303C in popluar color models

0A303C
RGB104860
HSL194°71.43%13.73%
HSB/HSV194°83.33%23.53%
CMYK83.33%20.00%0.00%
76.47%

Color #0A303C in popluar number systems.

HEX0A303C
Decimal104860
Binary1010110000111100
Octal126074

Shades and tints

Shades of #0A303C

#0A303C
(10,48,60)
#0A2C37
(10,44,55)
#0A2832
(10,40,50)
#0A242D
(10,36,45)
#0A2028
(10,32,40)
#0A1C23
(10,28,35)
#0A181E
(10,24,30)
#0A1419
(10,20,25)
#0A1014
(10,16,20)
#0A0C0F
(10,12,15)
#0A080A
(10,8,10)
#000000
(0,0,0)

Tints of #0A303C

#0A303C
(10,48,60)
#20424D
(32,66,77)
#36545E
(54,84,94)
#4C666F
(76,102,111)
#627880
(98,120,128)
#788A91
(120,138,145)
#8E9CA2
(142,156,162)
#A4AEB3
(164,174,179)
#BAC0C4
(186,192,196)
#D0D2D5
(208,210,213)
#E6E4E6
(230,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A303C color. Also use rgb(10,48,60) instead hex code.

Text Font Color

.myTextColor { color: #0A303C; }

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

This text font color is #0A303C.


Background Color

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

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

This div background color is #0A303C.


Border color

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

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

This div border color is #0A303C.


Opacity

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

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

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

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

This text has shadow with #0A303C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A303C on black background.


Color preview on white background

This text has color #0A303C on white background.



Black color preview on #0A303C background

This text has black color on #0A303C background.


White color preview on #0A303C background

This text has white color on #0A303C background.