COLOR #0A3257

HEX: #0A3257
RGB: (10,50,87)

Color info

#0A3257 contains mainly green and blue colors. Web safe color of #0A3257 is #003366 (or #036).

RGB color model

#0A3257 color RGB value is (10,50,87).

  • red value is 10;
  • green value is 50;
  • blue value is 87.
RGB:
(10,50,87)
(4%,20%,34%)

RGB channels and saturation

R 10 of 255 = 4%
G 50 of 255 = 20%
B 87 of 255 = 34%

10
50
87

R + G + B ~ 19%. #0A3257 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 50 + 87 = 147 (100%)
R 10 of 147 ~ 6.8%
G 50 of 147 ~ 34.01%
B 87 of 147 ~ 59.18%

%34.01
%59.18

CMYK color model

#0A3257 color CMYK value is (89,43,0,66).

  • cyan value is 88.51%
  • magenta value is 42.53%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(89,43,0,66)
C89M43Y0K66 
(89%,43%,0%,66%)
(0.89/0.43/0.00/0.66)	

CMYK percentages

%88.51
%42.53
%0
%65.88

Codes

Color #0A3257 in popluar color models

0A3257
RGB105087
HSL209°79.38%19.02%
HSB/HSV209°88.51%34.12%
CMYK88.51%42.53%0.00%
65.88%

Color #0A3257 in popluar number systems.

HEX0A3257
Decimal105087
Binary10101100101010111
Octal1262127

Shades and tints

Shades of #0A3257

#0A3257
(10,50,87)
#0A2E50
(10,46,80)
#0A2A49
(10,42,73)
#0A2642
(10,38,66)
#0A223B
(10,34,59)
#0A1E34
(10,30,52)
#0A1A2D
(10,26,45)
#0A1626
(10,22,38)
#0A121F
(10,18,31)
#0A0E18
(10,14,24)
#0A0A11
(10,10,17)
#000000
(0,0,0)

Tints of #0A3257

#0A3257
(10,50,87)
#204466
(32,68,102)
#365675
(54,86,117)
#4C6884
(76,104,132)
#627A93
(98,122,147)
#788CA2
(120,140,162)
#8E9EB1
(142,158,177)
#A4B0C0
(164,176,192)
#BAC2CF
(186,194,207)
#D0D4DE
(208,212,222)
#E6E6ED
(230,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A3257 color. Also use rgb(10,50,87) instead hex code.

Text Font Color

.myTextColor { color: #0A3257; }

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

This text font color is #0A3257.


Background Color

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

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

This div background color is #0A3257.


Border color

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

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

This div border color is #0A3257.


Opacity

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

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

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

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

This text has shadow with #0A3257 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A3257 on black background.


Color preview on white background

This text has color #0A3257 on white background.



Black color preview on #0A3257 background

This text has black color on #0A3257 background.


White color preview on #0A3257 background

This text has white color on #0A3257 background.