COLOR #0A685F

HEX: #0A685F
RGB: (10,104,95)

Color info

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

RGB color model

#0A685F color RGB value is (10,104,95).

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

RGB channels and saturation

R 10 of 255 = 4%
G 104 of 255 = 41%
B 95 of 255 = 37%

10
104
95

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

Portions of RGB colors in percentages

R + G + B =
10 + 104 + 95 = 209 (100%)
R 10 of 209 ~ 4.78%
G 104 of 209 ~ 49.76%
B 95 of 209 ~ 45.45%

%49.76
%45.45

CMYK color model

#0A685F color CMYK value is (90,0,9,59).

  • cyan value is 90.38%
  • magenta value is 0.00%
  • yellow value is 8.65%
  • key color value is 59.22%
CMYK:
(90,0,9,59)
C90M0Y9K59 
(90%,0%,9%,59%)
(0.90/0.00/0.09/0.59)	

CMYK percentages

%90.38
%0
%8.65
%59.22

Codes

Color #0A685F in popluar color models

0A685F
RGB1010495
HSL174°82.46%22.35%
HSB/HSV174°90.38%40.78%
CMYK90.38%0.00%8.65%
59.22%

Color #0A685F in popluar number systems.

HEX0A685F
Decimal1010495
Binary101011010001011111
Octal12150137

Shades and tints

Shades of #0A685F

#0A685F
(10,104,95)
#0A5F57
(10,95,87)
#0A564F
(10,86,79)
#0A4D47
(10,77,71)
#0A443F
(10,68,63)
#0A3B37
(10,59,55)
#0A322F
(10,50,47)
#0A2927
(10,41,39)
#0A201F
(10,32,31)
#0A1717
(10,23,23)
#0A0E0F
(10,14,15)
#000000
(0,0,0)

Tints of #0A685F

#0A685F
(10,104,95)
#20756D
(32,117,109)
#36827B
(54,130,123)
#4C8F89
(76,143,137)
#629C97
(98,156,151)
#78A9A5
(120,169,165)
#8EB6B3
(142,182,179)
#A4C3C1
(164,195,193)
#BAD0CF
(186,208,207)
#D0DDDD
(208,221,221)
#E6EAEB
(230,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A685F; }

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

This text font color is #0A685F.


Background Color

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

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

This div background color is #0A685F.


Border color

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

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

This div border color is #0A685F.


Opacity

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

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

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

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

This text has shadow with #0A685F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A685F on black background.


Color preview on white background

This text has color #0A685F on white background.



Black color preview on #0A685F background

This text has black color on #0A685F background.


White color preview on #0A685F background

This text has white color on #0A685F background.