COLOR #0A6871

HEX: #0A6871 RGB: (10,104,113)

Color info

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

RGB color model

#0A6871 color RGB value is (10,104,113).

RGB: (10,104,113) (4%, 41%, 44%)

RGB channels and saturation

R 10 of 255 = 4%
G 104 of 255 = 41%
B 113 of 255 = 44%

10
104
113

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

Portions of RGB colors in percentages

R + G + B = 10 + 104 + 113 = 227 (100%)
R 10 of 227 ~ 4.41%
G 104 of 227 ~ 45.81%
B 113 of 227 ~ 49.78'%

%45.81
%49.78

CMYK color model

#0A6871 color CMYK value is (91,8,0,56).

  • cyan value is 91.15%
  • magenta value is 7.96%
  • yellow value is 0.00%
  • key color value is 55.69%

CMYK: (91,8,0,56)
C91M8Y0K56 (91%, 8%, 0%, 56%)
(0.91 / 0.08 / 0.00 / 0.56)

CMYK percentages

%91.15
%7.96
%0
%55.69

Codes

Color #0A6871 in popluar color models

0A 68 71
RGB 10 104 113
HSL 185° 83.74% 24.12%
HSB/HSV 185° 91.15% 44.31%
CMYK 91.15% 7.96% 0.00%
55.69%

Color #0A6871 in popluar number systems.

HEX 0A 68 71
Decimal 10 104 113
Binary 1010 1101000 1110001
Octal 12 150 161

Shades and tints

Shades of #0A6871

#0A6871
(10,104,113)
#0A5F67
(10,95,103)
#0A565D
(10,86,93)
#0A4D53
(10,77,83)
#0A4449
(10,68,73)
#0A3B3F
(10,59,63)
#0A3235
(10,50,53)
#0A292B
(10,41,43)
#0A2021
(10,32,33)
#0A1717
(10,23,23)
#0A0E0D
(10,14,13)
#000000
(0,0,0)

Tints of #0A6871

#0A6871
(10,104,113)
#20757D
(32,117,125)
#368289
(54,130,137)
#4C8F95
(76,143,149)
#629CA1
(98,156,161)
#78A9AD
(120,169,173)
#8EB6B9
(142,182,185)
#A4C3C5
(164,195,197)
#BAD0D1
(186,208,209)
#D0DDDD
(208,221,221)
#E6EAE9
(230,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A6871; }

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

This text font color is #0A6871.

Background Color

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

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

This div background color is #0A6871.

Border color

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

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

This div border color is #0A6871.

Opacity

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

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

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

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

This text has shadow with #0A6871 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A6871.

Preview

Color preview on black background

This text has color #0A6871 on black background.


Color preview on white background

This text has color #0A6871 on white background.


Black color preview on #0A6871 background

This text has black color on #0A6871 background.


White color preview on #0A6871 background

This text has white color on #0A6871 background.


Related colors

Complementary color

Complementary color for #hex is #F5978E.


I love getcolorcode.com

Triadic colors

1 #710A68 and #68710A with #0A6871 are triadic colors.

2 #71680A and #680A71 with #0A6871 are triadic colors.