COLOR #0A504A

HEX: #0A504A
RGB: (10,80,74)

Color info

#0A504A contains mainly green and blue colors. Web safe color of #0A504A is #006633 (or #063).

RGB color model

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

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

RGB channels and saturation

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

10
80
74

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

Portions of RGB colors in percentages

R + G + B =
10 + 80 + 74 = 164 (100%)
R 10 of 164 ~ 6.1%
G 80 of 164 ~ 48.78%
B 74 of 164 ~ 45.12%

%48.78
%45.12

CMYK color model

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

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

CMYK percentages

%87.5
%0
%7.5
%68.63

Codes

Color #0A504A in popluar color models

0A504A
RGB108074
HSL175°77.78%17.65%
HSB/HSV175°87.50%31.37%
CMYK87.50%0.00%7.50%
68.63%

Color #0A504A in popluar number systems.

HEX0A504A
Decimal108074
Binary101010100001001010
Octal12120112

Shades and tints

Shades of #0A504A

#0A504A
(10,80,74)
#0A4944
(10,73,68)
#0A423E
(10,66,62)
#0A3B38
(10,59,56)
#0A3432
(10,52,50)
#0A2D2C
(10,45,44)
#0A2626
(10,38,38)
#0A1F20
(10,31,32)
#0A181A
(10,24,26)
#0A1114
(10,17,20)
#0A0A0E
(10,10,14)
#000000
(0,0,0)

Tints of #0A504A

#0A504A
(10,80,74)
#205F5A
(32,95,90)
#366E6A
(54,110,106)
#4C7D7A
(76,125,122)
#628C8A
(98,140,138)
#789B9A
(120,155,154)
#8EAAAA
(142,170,170)
#A4B9BA
(164,185,186)
#BAC8CA
(186,200,202)
#D0D7DA
(208,215,218)
#E6E6EA
(230,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A504A; }

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

This text font color is #0A504A.


Background Color

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

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

This div background color is #0A504A.


Border color

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

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

This div border color is #0A504A.


Opacity

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

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

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

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

This text has shadow with #0A504A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A504A on black background.


Color preview on white background

This text has color #0A504A on white background.



Black color preview on #0A504A background

This text has black color on #0A504A background.


White color preview on #0A504A background

This text has white color on #0A504A background.