COLOR #0A354D

HEX: #0A354D
RGB: (10,53,77)

Color info

#0A354D contains mainly green and blue colors. Web safe color of #0A354D is #003333 (or #033).

RGB color model

#0A354D color RGB value is (10,53,77).

  • red value is 10;
  • green value is 53;
  • blue value is 77.
RGB:
(10,53,77)
(4%,21%,30%)

RGB channels and saturation

R 10 of 255 = 4%
G 53 of 255 = 21%
B 77 of 255 = 30%

10
53
77

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

Portions of RGB colors in percentages

R + G + B =
10 + 53 + 77 = 140 (100%)
R 10 of 140 ~ 7.14%
G 53 of 140 ~ 37.86%
B 77 of 140 ~ 55%

%37.86
%55

CMYK color model

#0A354D color CMYK value is (87,31,0,70).

  • cyan value is 87.01%
  • magenta value is 31.17%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(87,31,0,70)
C87M31Y0K70 
(87%,31%,0%,70%)
(0.87/0.31/0.00/0.70)	

CMYK percentages

%87.01
%31.17
%0
%69.8

Codes

Color #0A354D in popluar color models

0A354D
RGB105377
HSL201°77.01%17.06%
HSB/HSV201°87.01%30.20%
CMYK87.01%31.17%0.00%
69.80%

Color #0A354D in popluar number systems.

HEX0A354D
Decimal105377
Binary10101101011001101
Octal1265115

Shades and tints

Shades of #0A354D

#0A354D
(10,53,77)
#0A3146
(10,49,70)
#0A2D3F
(10,45,63)
#0A2938
(10,41,56)
#0A2531
(10,37,49)
#0A212A
(10,33,42)
#0A1D23
(10,29,35)
#0A191C
(10,25,28)
#0A1515
(10,21,21)
#0A110E
(10,17,14)
#0A0D07
(10,13,7)
#000000
(0,0,0)

Tints of #0A354D

#0A354D
(10,53,77)
#20475D
(32,71,93)
#36596D
(54,89,109)
#4C6B7D
(76,107,125)
#627D8D
(98,125,141)
#788F9D
(120,143,157)
#8EA1AD
(142,161,173)
#A4B3BD
(164,179,189)
#BAC5CD
(186,197,205)
#D0D7DD
(208,215,221)
#E6E9ED
(230,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A354D color. Also use rgb(10,53,77) instead hex code.

Text Font Color

.myTextColor { color: #0A354D; }

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

This text font color is #0A354D.


Background Color

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

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

This div background color is #0A354D.


Border color

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

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

This div border color is #0A354D.


Opacity

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

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

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

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

This text has shadow with #0A354D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A354D on black background.


Color preview on white background

This text has color #0A354D on white background.



Black color preview on #0A354D background

This text has black color on #0A354D background.


White color preview on #0A354D background

This text has white color on #0A354D background.