COLOR #0A5050

HEX: #0A5050
RGB: (10,80,80)

Color info

#0A5050 contains mainly green and blue colors. Web safe color of #0A5050 is #006666 (or #066).

RGB color model

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

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

RGB channels and saturation

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

10
80
80

R + G + B ~ 22%. #0A5050 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 80 + 80 = 170 (100%)
R 10 of 170 ~ 5.88%
G 80 of 170 ~ 47.06%
B 80 of 170 ~ 47.06%

%47.06
%47.06

CMYK color model

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

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

CMYK percentages

%87.5
%0
%0
%68.63

Codes

Color #0A5050 in popluar color models

0A5050
RGB108080
HSL180°77.78%17.65%
HSB/HSV180°87.50%31.37%
CMYK87.50%0.00%0.00%
68.63%

Color #0A5050 in popluar number systems.

HEX0A5050
Decimal108080
Binary101010100001010000
Octal12120120

Shades and tints

Shades of #0A5050

#0A5050
(10,80,80)
#0A4949
(10,73,73)
#0A4242
(10,66,66)
#0A3B3B
(10,59,59)
#0A3434
(10,52,52)
#0A2D2D
(10,45,45)
#0A2626
(10,38,38)
#0A1F1F
(10,31,31)
#0A1818
(10,24,24)
#0A1111
(10,17,17)
#0A0A0A
(10,10,10)
#000000
(0,0,0)

Tints of #0A5050

#0A5050
(10,80,80)
#205F5F
(32,95,95)
#366E6E
(54,110,110)
#4C7D7D
(76,125,125)
#628C8C
(98,140,140)
#789B9B
(120,155,155)
#8EAAAA
(142,170,170)
#A4B9B9
(164,185,185)
#BAC8C8
(186,200,200)
#D0D7D7
(208,215,215)
#E6E6E6
(230,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A5050; }

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

This text font color is #0A5050.


Background Color

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

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

This div background color is #0A5050.


Border color

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

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

This div border color is #0A5050.


Opacity

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

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

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

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

This text has shadow with #0A5050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A5050 on black background.


Color preview on white background

This text has color #0A5050 on white background.



Black color preview on #0A5050 background

This text has black color on #0A5050 background.


White color preview on #0A5050 background

This text has white color on #0A5050 background.