COLOR #0A6A67

HEX: #0A6A67
RGB: (10,106,103)

Color info

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

RGB color model

#0A6A67 color RGB value is (10,106,103).

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

RGB channels and saturation

R 10 of 255 = 4%
G 106 of 255 = 42%
B 103 of 255 = 40%

10
106
103

R + G + B ~ 29%. #0A6A67 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 106 + 103 = 219 (100%)
R 10 of 219 ~ 4.57%
G 106 of 219 ~ 48.4%
B 103 of 219 ~ 47.03%

%48.4
%47.03

CMYK color model

#0A6A67 color CMYK value is (91,0,3,58).

  • cyan value is 90.57%
  • magenta value is 0.00%
  • yellow value is 2.83%
  • key color value is 58.43%
CMYK:
(91,0,3,58)
C91M0Y3K58 
(91%,0%,3%,58%)
(0.91/0.00/0.03/0.58)	

CMYK percentages

%90.57
%0
%2.83
%58.43

Codes

Color #0A6A67 in popluar color models

0A6A67
RGB10106103
HSL178°82.76%22.75%
HSB/HSV178°90.57%41.57%
CMYK90.57%0.00%2.83%
58.43%

Color #0A6A67 in popluar number systems.

HEX0A6A67
Decimal10106103
Binary101011010101100111
Octal12152147

Shades and tints

Shades of #0A6A67

#0A6A67
(10,106,103)
#0A615E
(10,97,94)
#0A5855
(10,88,85)
#0A4F4C
(10,79,76)
#0A4643
(10,70,67)
#0A3D3A
(10,61,58)
#0A3431
(10,52,49)
#0A2B28
(10,43,40)
#0A221F
(10,34,31)
#0A1916
(10,25,22)
#0A100D
(10,16,13)
#000000
(0,0,0)

Tints of #0A6A67

#0A6A67
(10,106,103)
#207774
(32,119,116)
#368481
(54,132,129)
#4C918E
(76,145,142)
#629E9B
(98,158,155)
#78ABA8
(120,171,168)
#8EB8B5
(142,184,181)
#A4C5C2
(164,197,194)
#BAD2CF
(186,210,207)
#D0DFDC
(208,223,220)
#E6ECE9
(230,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A6A67; }

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

This text font color is #0A6A67.


Background Color

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

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

This div background color is #0A6A67.


Border color

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

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

This div border color is #0A6A67.


Opacity

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

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

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

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

This text has shadow with #0A6A67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A6A67 on black background.


Color preview on white background

This text has color #0A6A67 on white background.



Black color preview on #0A6A67 background

This text has black color on #0A6A67 background.


White color preview on #0A6A67 background

This text has white color on #0A6A67 background.