COLOR #0A4850

HEX: #0A4850
RGB: (10,72,80)

Color info

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

RGB color model

#0A4850 color RGB value is (10,72,80).

  • red value is 10;
  • green value is 72;
  • blue value is 80.
RGB:
(10,72,80)
(4%,28%,31%)

RGB channels and saturation

R 10 of 255 = 4%
G 72 of 255 = 28%
B 80 of 255 = 31%

10
72
80

R + G + B ~ 21%. #0A4850 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 72 + 80 = 162 (100%)
R 10 of 162 ~ 6.17%
G 72 of 162 ~ 44.44%
B 80 of 162 ~ 49.38%

%44.44
%49.38

CMYK color model

#0A4850 color CMYK value is (88,10,0,69).

  • cyan value is 87.50%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(88,10,0,69)
C88M10Y0K69 
(88%,10%,0%,69%)
(0.88/0.10/0.00/0.69)	

CMYK percentages

%87.5
%10
%0
%68.63

Codes

Color #0A4850 in popluar color models

0A4850
RGB107280
HSL187°77.78%17.65%
HSB/HSV187°87.50%31.37%
CMYK87.50%10.00%0.00%
68.63%

Color #0A4850 in popluar number systems.

HEX0A4850
Decimal107280
Binary101010010001010000
Octal12110120

Shades and tints

Shades of #0A4850

#0A4850
(10,72,80)
#0A4249
(10,66,73)
#0A3C42
(10,60,66)
#0A363B
(10,54,59)
#0A3034
(10,48,52)
#0A2A2D
(10,42,45)
#0A2426
(10,36,38)
#0A1E1F
(10,30,31)
#0A1818
(10,24,24)
#0A1211
(10,18,17)
#0A0C0A
(10,12,10)
#000000
(0,0,0)

Tints of #0A4850

#0A4850
(10,72,80)
#20585F
(32,88,95)
#36686E
(54,104,110)
#4C787D
(76,120,125)
#62888C
(98,136,140)
#78989B
(120,152,155)
#8EA8AA
(142,168,170)
#A4B8B9
(164,184,185)
#BAC8C8
(186,200,200)
#D0D8D7
(208,216,215)
#E6E8E6
(230,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A4850 color. Also use rgb(10,72,80) instead hex code.

Text Font Color

.myTextColor { color: #0A4850; }

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

This text font color is #0A4850.


Background Color

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

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

This div background color is #0A4850.


Border color

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

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

This div border color is #0A4850.


Opacity

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

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

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

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

This text has shadow with #0A4850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A4850 on black background.


Color preview on white background

This text has color #0A4850 on white background.



Black color preview on #0A4850 background

This text has black color on #0A4850 background.


White color preview on #0A4850 background

This text has white color on #0A4850 background.