COLOR #0A736A

HEX: #0A736A
RGB: (10,115,106)

Color info

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

RGB color model

#0A736A color RGB value is (10,115,106).

  • red value is 10;
  • green value is 115;
  • blue value is 106.
RGB:
(10,115,106)
(4%,45%,42%)

RGB channels and saturation

R 10 of 255 = 4%
G 115 of 255 = 45%
B 106 of 255 = 42%

10
115
106

R + G + B ~ 30%. #0A736A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 115 + 106 = 231 (100%)
R 10 of 231 ~ 4.33%
G 115 of 231 ~ 49.78%
B 106 of 231 ~ 45.89%

%49.78
%45.89

CMYK color model

#0A736A color CMYK value is (91,0,8,55).

  • cyan value is 91.30%
  • magenta value is 0.00%
  • yellow value is 7.83%
  • key color value is 54.90%
CMYK:
(91,0,8,55)
C91M0Y8K55 
(91%,0%,8%,55%)
(0.91/0.00/0.08/0.55)	

CMYK percentages

%91.3
%0
%7.83
%54.9

Codes

Color #0A736A in popluar color models

0A736A
RGB10115106
HSL175°84.00%24.51%
HSB/HSV175°91.30%45.10%
CMYK91.30%0.00%7.83%
54.90%

Color #0A736A in popluar number systems.

HEX0A736A
Decimal10115106
Binary101011100111101010
Octal12163152

Shades and tints

Shades of #0A736A

#0A736A
(10,115,106)
#0A6961
(10,105,97)
#0A5F58
(10,95,88)
#0A554F
(10,85,79)
#0A4B46
(10,75,70)
#0A413D
(10,65,61)
#0A3734
(10,55,52)
#0A2D2B
(10,45,43)
#0A2322
(10,35,34)
#0A1919
(10,25,25)
#0A0F10
(10,15,16)
#000000
(0,0,0)

Tints of #0A736A

#0A736A
(10,115,106)
#207F77
(32,127,119)
#368B84
(54,139,132)
#4C9791
(76,151,145)
#62A39E
(98,163,158)
#78AFAB
(120,175,171)
#8EBBB8
(142,187,184)
#A4C7C5
(164,199,197)
#BAD3D2
(186,211,210)
#D0DFDF
(208,223,223)
#E6EBEC
(230,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A736A; }

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

This text font color is #0A736A.


Background Color

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

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

This div background color is #0A736A.


Border color

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

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

This div border color is #0A736A.


Opacity

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

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

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

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

This text has shadow with #0A736A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A736A on black background.


Color preview on white background

This text has color #0A736A on white background.



Black color preview on #0A736A background

This text has black color on #0A736A background.


White color preview on #0A736A background

This text has white color on #0A736A background.