COLOR #0A5F42

HEX: #0A5F42 RGB: (10,95,66)

Color info

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

RGB color model

#0A5F42 color RGB value is (10,95,66).

RGB: (10,95,66) (4%, 37%, 26%)

RGB channels and saturation

R 10 of 255 = 4%
G 95 of 255 = 37%
B 66 of 255 = 26%

10
95
66

R + G + B ~ 22%. #0A5F42 is dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 95 + 66 = 171 (100%)
R 10 of 171 ~ 5.85%
G 95 of 171 ~ 55.56%
B 66 of 171 ~ 38.6'%

%55.56
%38.6

CMYK color model

#0A5F42 color CMYK value is (89,0,31,63).

  • cyan value is 89.47%
  • magenta value is 0.00%
  • yellow value is 30.53%
  • key color value is 62.75%

CMYK: (89,0,31,63)
C89M0Y31K63 (89%, 0%, 31%, 63%)
(0.89 / 0.00 / 0.31 / 0.63)

CMYK percentages

%89.47
%0
%30.53
%62.75

Codes

Color #0A5F42 in popluar color models

0A 5F 42
RGB 10 95 66
HSL 160° 80.95% 20.59%
HSB/HSV 160° 89.47% 37.25%
CMYK 89.47% 0.00% 30.53%
62.75%

Color #0A5F42 in popluar number systems.

HEX 0A 5F 42
Decimal 10 95 66
Binary 1010 1011111 1000010
Octal 12 137 102

Shades and tints

Shades of #0A5F42

#0A5F42
(10,95,66)
#0A573C
(10,87,60)
#0A4F36
(10,79,54)
#0A4730
(10,71,48)
#0A3F2A
(10,63,42)
#0A3724
(10,55,36)
#0A2F1E
(10,47,30)
#0A2718
(10,39,24)
#0A1F12
(10,31,18)
#0A170C
(10,23,12)
#0A0F06
(10,15,6)
#000000
(0,0,0)

Tints of #0A5F42

#0A5F42
(10,95,66)
#206D53
(32,109,83)
#367B64
(54,123,100)
#4C8975
(76,137,117)
#629786
(98,151,134)
#78A597
(120,165,151)
#8EB3A8
(142,179,168)
#A4C1B9
(164,193,185)
#BACFCA
(186,207,202)
#D0DDDB
(208,221,219)
#E6EBEC
(230,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A5F42; }

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

This text font color is #0A5F42.

Background Color

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

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

This div background color is #0A5F42.

Border color

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

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

This div border color is #0A5F42.

Opacity

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

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

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

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

This text has shadow with #0A5F42 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A5F42.

Preview

Color preview on black background

This text has color #0A5F42 on black background.


Color preview on white background

This text has color #0A5F42 on white background.


Black color preview on #0A5F42 background

This text has black color on #0A5F42 background.


White color preview on #0A5F42 background

This text has white color on #0A5F42 background.


Related colors

Complementary color

Complementary color for #hex is #F5A0BD.


I love getcolorcode.com

Triadic colors

1 #420A5F and #5F420A with #0A5F42 are triadic colors.

2 #425F0A and #5F0A42 with #0A5F42 are triadic colors.