COLOR #0A593A

HEX: #0A593A RGB: (10,89,58)

Color info

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

RGB color model

#0A593A color RGB value is (10,89,58).

RGB: (10,89,58) (4%, 35%, 23%)

RGB channels and saturation

R 10 of 255 = 4%
G 89 of 255 = 35%
B 58 of 255 = 23%

10
89
58

R + G + B ~ 21%. #0A593A is dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 89 + 58 = 157 (100%)
R 10 of 157 ~ 6.37%
G 89 of 157 ~ 56.69%
B 58 of 157 ~ 36.94'%

%56.69
%36.94

CMYK color model

#0A593A color CMYK value is (89,0,35,65).

  • cyan value is 88.76%
  • magenta value is 0.00%
  • yellow value is 34.83%
  • key color value is 65.10%
CMYK: (89,0,35,65) C89M0Y35K65 (89%,0%,35%,65%) (0.89/0.00/0.35/0.65) 

CMYK percentages

%88.76
%0
%34.83
%65.1

Codes

Color #0A593A in popluar color models

0A 59 3A
RGB 10 89 58
HSL 156° 79.80% 19.41%
HSB/HSV 156° 88.76% 34.90%
CMYK 88.76% 0.00% 34.83%
65.10%

Color #0A593A in popluar number systems.

HEX 0A 59 3A
Decimal 10 89 58
Binary 1010 1011001 111010
Octal 12 131 72

Shades and tints

Shades of #0A593A

#0A593A
(10,89,58)
#0A5135
(10,81,53)
#0A4930
(10,73,48)
#0A412B
(10,65,43)
#0A3926
(10,57,38)
#0A3121
(10,49,33)
#0A291C
(10,41,28)
#0A2117
(10,33,23)
#0A1912
(10,25,18)
#0A110D
(10,17,13)
#0A0908
(10,9,8)
#000000
(0,0,0)

Tints of #0A593A

#0A593A
(10,89,58)
#20684B
(32,104,75)
#36775C
(54,119,92)
#4C866D
(76,134,109)
#62957E
(98,149,126)
#78A48F
(120,164,143)
#8EB3A0
(142,179,160)
#A4C2B1
(164,194,177)
#BAD1C2
(186,209,194)
#D0E0D3
(208,224,211)
#E6EFE4
(230,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A593A; }

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

This text font color is #0A593A.

Background Color

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

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

This div background color is #0A593A.

Border color

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

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

This div border color is #0A593A.

Opacity

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

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

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

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

This text has shadow with #0A593A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A593A.

Preview

Color preview on black background

This text has color #0A593A on black background.


Color preview on white background

This text has color #0A593A on white background.


Black color preview on #0A593A background

This text has black color on #0A593A background.


White color preview on #0A593A background

This text has white color on #0A593A background.


Related colors

Complementary color

Complementary color for #hex is #F5A6C5.


I love getcolorcode.com

Triadic colors

1 #3A0A59 and #593A0A with #0A593A are triadic colors.

2 #3A590A and #590A3A with #0A593A are triadic colors.