COLOR #0A685C

HEX: #0A685C
RGB: (10,104,92)

Color info

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

RGB color model

#0A685C color RGB value is (10,104,92).

  • red value is 10;
  • green value is 104;
  • blue value is 92.
RGB:
(10,104,92)
(4%,41%,36%)

RGB channels and saturation

R 10 of 255 = 4%
G 104 of 255 = 41%
B 92 of 255 = 36%

10
104
92

R + G + B ~ 27%. #0A685C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 104 + 92 = 206 (100%)
R 10 of 206 ~ 4.85%
G 104 of 206 ~ 50.49%
B 92 of 206 ~ 44.66%

%50.49
%44.66

CMYK color model

#0A685C color CMYK value is (90,0,12,59).

  • cyan value is 90.38%
  • magenta value is 0.00%
  • yellow value is 11.54%
  • key color value is 59.22%
CMYK:
(90,0,12,59)
C90M0Y12K59 
(90%,0%,12%,59%)
(0.90/0.00/0.12/0.59)	

CMYK percentages

%90.38
%0
%11.54
%59.22

Codes

Color #0A685C in popluar color models

0A685C
RGB1010492
HSL172°82.46%22.35%
HSB/HSV172°90.38%40.78%
CMYK90.38%0.00%11.54%
59.22%

Color #0A685C in popluar number systems.

HEX0A685C
Decimal1010492
Binary101011010001011100
Octal12150134

Shades and tints

Shades of #0A685C

#0A685C
(10,104,92)
#0A5F54
(10,95,84)
#0A564C
(10,86,76)
#0A4D44
(10,77,68)
#0A443C
(10,68,60)
#0A3B34
(10,59,52)
#0A322C
(10,50,44)
#0A2924
(10,41,36)
#0A201C
(10,32,28)
#0A1714
(10,23,20)
#0A0E0C
(10,14,12)
#000000
(0,0,0)

Tints of #0A685C

#0A685C
(10,104,92)
#20756A
(32,117,106)
#368278
(54,130,120)
#4C8F86
(76,143,134)
#629C94
(98,156,148)
#78A9A2
(120,169,162)
#8EB6B0
(142,182,176)
#A4C3BE
(164,195,190)
#BAD0CC
(186,208,204)
#D0DDDA
(208,221,218)
#E6EAE8
(230,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A685C; }

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

This text font color is #0A685C.


Background Color

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

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

This div background color is #0A685C.


Border color

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

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

This div border color is #0A685C.


Opacity

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

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

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

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

This text has shadow with #0A685C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A685C on black background.


Color preview on white background

This text has color #0A685C on white background.



Black color preview on #0A685C background

This text has black color on #0A685C background.


White color preview on #0A685C background

This text has white color on #0A685C background.