COLOR #0A6142

HEX: #0A6142 RGB: (10,97,66)

Color info

#0A6142 contains mainly green and blue colors. Web safe color of #0A6142 is #006633 (or #063).

RGB color model

#0A6142 color RGB value is (10,97,66).

RGB: (10,97,66) (4%, 38%, 26%)

RGB channels and saturation

R 10 of 255 = 4%
G 97 of 255 = 38%
B 66 of 255 = 26%

10
97
66

R + G + B ~ 23%. #0A6142 is dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 97 + 66 = 173 (100%)
R 10 of 173 ~ 5.78%
G 97 of 173 ~ 56.07%
B 66 of 173 ~ 38.15'%

%56.07
%38.15

CMYK color model

#0A6142 color CMYK value is (90,0,32,62).

  • cyan value is 89.69%
  • magenta value is 0.00%
  • yellow value is 31.96%
  • key color value is 61.96%

CMYK: (90,0,32,62)
C90M0Y32K62 (90%, 0%, 32%, 62%)
(0.90 / 0.00 / 0.32 / 0.62)

CMYK percentages

%89.69
%0
%31.96
%61.96

Codes

Color #0A6142 in popluar color models

0A 61 42
RGB 10 97 66
HSL 159° 81.31% 20.98%
HSB/HSV 159° 89.69% 38.04%
CMYK 89.69% 0.00% 31.96%
61.96%

Color #0A6142 in popluar number systems.

HEX 0A 61 42
Decimal 10 97 66
Binary 1010 1100001 1000010
Octal 12 141 102

Shades and tints

Shades of #0A6142

#0A6142
(10,97,66)
#0A593C
(10,89,60)
#0A5136
(10,81,54)
#0A4930
(10,73,48)
#0A412A
(10,65,42)
#0A3924
(10,57,36)
#0A311E
(10,49,30)
#0A2918
(10,41,24)
#0A2112
(10,33,18)
#0A190C
(10,25,12)
#0A1106
(10,17,6)
#000000
(0,0,0)

Tints of #0A6142

#0A6142
(10,97,66)
#206F53
(32,111,83)
#367D64
(54,125,100)
#4C8B75
(76,139,117)
#629986
(98,153,134)
#78A797
(120,167,151)
#8EB5A8
(142,181,168)
#A4C3B9
(164,195,185)
#BAD1CA
(186,209,202)
#D0DFDB
(208,223,219)
#E6EDEC
(230,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A6142 color. Also use rgb(10,97,66) instead hex code.

Text Font Color

.myTextColor { color: #0A6142; }

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

This text font color is #0A6142.

Background Color

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

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

This div background color is #0A6142.

Border color

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

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

This div border color is #0A6142.

Opacity

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

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

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

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

This text has shadow with #0A6142 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A6142.

Preview

Color preview on black background

This text has color #0A6142 on black background.


Color preview on white background

This text has color #0A6142 on white background.


Black color preview on #0A6142 background

This text has black color on #0A6142 background.


White color preview on #0A6142 background

This text has white color on #0A6142 background.


Related colors

Complementary color

Complementary color for #hex is #F59EBD.


I love getcolorcode.com

Triadic colors

1 #420A61 and #61420A with #0A6142 are triadic colors.

2 #42610A and #610A42 with #0A6142 are triadic colors.