COLOR #0A2853

HEX: #0A2853
RGB: (10,40,83)

Color info

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

RGB color model

#0A2853 color RGB value is (10,40,83).

  • red value is 10;
  • green value is 40;
  • blue value is 83.
RGB:
(10,40,83)
(4%,16%,33%)

RGB channels and saturation

R 10 of 255 = 4%
G 40 of 255 = 16%
B 83 of 255 = 33%

10
40
83

R + G + B ~ 18%. #0A2853 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 40 + 83 = 133 (100%)
R 10 of 133 ~ 7.52%
G 40 of 133 ~ 30.08%
B 83 of 133 ~ 62.41%

%30.08
%62.41

CMYK color model

#0A2853 color CMYK value is (88,52,0,67).

  • cyan value is 87.95%
  • magenta value is 51.81%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(88,52,0,67)
C88M52Y0K67 
(88%,52%,0%,67%)
(0.88/0.52/0.00/0.67)	

CMYK percentages

%87.95
%51.81
%0
%67.45

Codes

Color #0A2853 in popluar color models

0A2853
RGB104083
HSL215°78.49%18.24%
HSB/HSV215°87.95%32.55%
CMYK87.95%51.81%0.00%
67.45%

Color #0A2853 in popluar number systems.

HEX0A2853
Decimal104083
Binary10101010001010011
Octal1250123

Shades and tints

Shades of #0A2853

#0A2853
(10,40,83)
#0A254C
(10,37,76)
#0A2245
(10,34,69)
#0A1F3E
(10,31,62)
#0A1C37
(10,28,55)
#0A1930
(10,25,48)
#0A1629
(10,22,41)
#0A1322
(10,19,34)
#0A101B
(10,16,27)
#0A0D14
(10,13,20)
#0A0A0D
(10,10,13)
#000000
(0,0,0)

Tints of #0A2853

#0A2853
(10,40,83)
#203B62
(32,59,98)
#364E71
(54,78,113)
#4C6180
(76,97,128)
#62748F
(98,116,143)
#78879E
(120,135,158)
#8E9AAD
(142,154,173)
#A4ADBC
(164,173,188)
#BAC0CB
(186,192,203)
#D0D3DA
(208,211,218)
#E6E6E9
(230,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A2853 color. Also use rgb(10,40,83) instead hex code.

Text Font Color

.myTextColor { color: #0A2853; }

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

This text font color is #0A2853.


Background Color

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

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

This div background color is #0A2853.


Border color

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

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

This div border color is #0A2853.


Opacity

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

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

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

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

This text has shadow with #0A2853 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A2853 on black background.


Color preview on white background

This text has color #0A2853 on white background.



Black color preview on #0A2853 background

This text has black color on #0A2853 background.


White color preview on #0A2853 background

This text has white color on #0A2853 background.