COLOR #0A724C

HEX: #0A724C
RGB: (10,114,76)

Color info

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

RGB color model

#0A724C color RGB value is (10,114,76).

  • red value is 10;
  • green value is 114;
  • blue value is 76.
RGB:
(10,114,76)
(4%,45%,30%)

RGB channels and saturation

R 10 of 255 = 4%
G 114 of 255 = 45%
B 76 of 255 = 30%

10
114
76

R + G + B ~ 26%. #0A724C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 114 + 76 = 200 (100%)
R 10 of 200 ~ 5%
G 114 of 200 ~ 57%
B 76 of 200 ~ 38%

%57
%38

CMYK color model

#0A724C color CMYK value is (91,0,33,55).

  • cyan value is 91.23%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 55.29%
CMYK:
(91,0,33,55)
C91M0Y33K55 
(91%,0%,33%,55%)
(0.91/0.00/0.33/0.55)	

CMYK percentages

%91.23
%0
%33.33
%55.29

Codes

Color #0A724C in popluar color models

0A724C
RGB1011476
HSL158°83.87%24.31%
HSB/HSV158°91.23%44.71%
CMYK91.23%0.00%33.33%
55.29%

Color #0A724C in popluar number systems.

HEX0A724C
Decimal1011476
Binary101011100101001100
Octal12162114

Shades and tints

Shades of #0A724C

#0A724C
(10,114,76)
#0A6846
(10,104,70)
#0A5E40
(10,94,64)
#0A543A
(10,84,58)
#0A4A34
(10,74,52)
#0A402E
(10,64,46)
#0A3628
(10,54,40)
#0A2C22
(10,44,34)
#0A221C
(10,34,28)
#0A1816
(10,24,22)
#0A0E10
(10,14,16)
#000000
(0,0,0)

Tints of #0A724C

#0A724C
(10,114,76)
#207E5C
(32,126,92)
#368A6C
(54,138,108)
#4C967C
(76,150,124)
#62A28C
(98,162,140)
#78AE9C
(120,174,156)
#8EBAAC
(142,186,172)
#A4C6BC
(164,198,188)
#BAD2CC
(186,210,204)
#D0DEDC
(208,222,220)
#E6EAEC
(230,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A724C; }

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

This text font color is #0A724C.


Background Color

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

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

This div background color is #0A724C.


Border color

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

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

This div border color is #0A724C.


Opacity

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

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

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

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

This text has shadow with #0A724C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A724C on black background.


Color preview on white background

This text has color #0A724C on white background.



Black color preview on #0A724C background

This text has black color on #0A724C background.


White color preview on #0A724C background

This text has white color on #0A724C background.