COLOR #0A5949

HEX: #0A5949 RGB: (10,89,73)

Color info

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

RGB color model

#0A5949 color RGB value is (10,89,73).

RGB: (10,89,73) (4%, 35%, 29%)

RGB channels and saturation

R 10 of 255 = 4%
G 89 of 255 = 35%
B 73 of 255 = 29%

10
89
73

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

Portions of RGB colors in percentages

R + G + B = 10 + 89 + 73 = 172 (100%)
R 10 of 172 ~ 5.81%
G 89 of 172 ~ 51.74%
B 73 of 172 ~ 42.44'%

%51.74
%42.44

CMYK color model

#0A5949 color CMYK value is (89,0,18,65).

  • cyan value is 88.76%
  • magenta value is 0.00%
  • yellow value is 17.98%
  • key color value is 65.10%
CMYK: (89,0,18,65) C89M0Y18K65 (89%,0%,18%,65%) (0.89/0.00/0.18/0.65) 

CMYK percentages

%88.76
%0
%17.98
%65.1

Codes

Color #0A5949 in popluar color models

0A 59 49
RGB 10 89 73
HSL 168° 79.80% 19.41%
HSB/HSV 168° 88.76% 34.90%
CMYK 88.76% 0.00% 17.98%
65.10%

Color #0A5949 in popluar number systems.

HEX 0A 59 49
Decimal 10 89 73
Binary 1010 1011001 1001001
Octal 12 131 111

Shades and tints

Shades of #0A5949

#0A5949
(10,89,73)
#0A5143
(10,81,67)
#0A493D
(10,73,61)
#0A4137
(10,65,55)
#0A3931
(10,57,49)
#0A312B
(10,49,43)
#0A2925
(10,41,37)
#0A211F
(10,33,31)
#0A1919
(10,25,25)
#0A1113
(10,17,19)
#0A090D
(10,9,13)
#000000
(0,0,0)

Tints of #0A5949

#0A5949
(10,89,73)
#206859
(32,104,89)
#367769
(54,119,105)
#4C8679
(76,134,121)
#629589
(98,149,137)
#78A499
(120,164,153)
#8EB3A9
(142,179,169)
#A4C2B9
(164,194,185)
#BAD1C9
(186,209,201)
#D0E0D9
(208,224,217)
#E6EFE9
(230,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A5949 color. Also use rgb(10,89,73) instead hex code.

Text Font Color

.myTextColor { color: #0A5949; }

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

This text font color is #0A5949.

Background Color

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

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

This div background color is #0A5949.

Border color

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

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

This div border color is #0A5949.

Opacity

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

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

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

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

This text has shadow with #0A5949 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A5949.

Preview

Color preview on black background

This text has color #0A5949 on black background.


Color preview on white background

This text has color #0A5949 on white background.


Black color preview on #0A5949 background

This text has black color on #0A5949 background.


White color preview on #0A5949 background

This text has white color on #0A5949 background.


Related colors

Complementary color

Complementary color for #hex is #F5A6B6.


I love getcolorcode.com

Triadic colors

1 #490A59 and #59490A with #0A5949 are triadic colors.

2 #49590A and #590A49 with #0A5949 are triadic colors.