COLOR #0A313D

HEX: #0A313D
RGB: (10,49,61)

Color info

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

RGB color model

#0A313D color RGB value is (10,49,61).

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

RGB channels and saturation

R 10 of 255 = 4%
G 49 of 255 = 19%
B 61 of 255 = 24%

10
49
61

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

Portions of RGB colors in percentages

R + G + B =
10 + 49 + 61 = 120 (100%)
R 10 of 120 ~ 8.33%
G 49 of 120 ~ 40.83%
B 61 of 120 ~ 50.83%

%40.83
%50.83

CMYK color model

#0A313D color CMYK value is (84,20,0,76).

  • cyan value is 83.61%
  • magenta value is 19.67%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(84,20,0,76)
C84M20Y0K76 
(84%,20%,0%,76%)
(0.84/0.20/0.00/0.76)	

CMYK percentages

%83.61
%19.67
%0
%76.08

Codes

Color #0A313D in popluar color models

0A313D
RGB104961
HSL194°71.83%13.92%
HSB/HSV194°83.61%23.92%
CMYK83.61%19.67%0.00%
76.08%

Color #0A313D in popluar number systems.

HEX0A313D
Decimal104961
Binary1010110001111101
Octal126175

Shades and tints

Shades of #0A313D

#0A313D
(10,49,61)
#0A2D38
(10,45,56)
#0A2933
(10,41,51)
#0A252E
(10,37,46)
#0A2129
(10,33,41)
#0A1D24
(10,29,36)
#0A191F
(10,25,31)
#0A151A
(10,21,26)
#0A1115
(10,17,21)
#0A0D10
(10,13,16)
#0A090B
(10,9,11)
#000000
(0,0,0)

Tints of #0A313D

#0A313D
(10,49,61)
#20434E
(32,67,78)
#36555F
(54,85,95)
#4C6770
(76,103,112)
#627981
(98,121,129)
#788B92
(120,139,146)
#8E9DA3
(142,157,163)
#A4AFB4
(164,175,180)
#BAC1C5
(186,193,197)
#D0D3D6
(208,211,214)
#E6E5E7
(230,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A313D color. Also use rgb(10,49,61) instead hex code.

Text Font Color

.myTextColor { color: #0A313D; }

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

This text font color is #0A313D.


Background Color

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

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

This div background color is #0A313D.


Border color

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

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

This div border color is #0A313D.


Opacity

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

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

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

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

This text has shadow with #0A313D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A313D on black background.


Color preview on white background

This text has color #0A313D on white background.



Black color preview on #0A313D background

This text has black color on #0A313D background.


White color preview on #0A313D background

This text has white color on #0A313D background.