COLOR #08593A

HEX: #08593A RGB: (8,89,58)

Color info

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

RGB color model

#08593A color RGB value is (8,89,58).

RGB: (8,89,58) (3%, 35%, 23%)

RGB channels and saturation

R 8 of 255 = 3%
G 89 of 255 = 35%
B 58 of 255 = 23%

8
89
58

R + G + B ~ 20%. #08593A is dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 89 + 58 = 155 (100%)
R 8 of 155 ~ 5.16%
G 89 of 155 ~ 57.42%
B 58 of 155 ~ 37.42'%

%57.42
%37.42

CMYK color model

#08593A color CMYK value is (91,0,35,65).

  • cyan value is 91.01%
  • magenta value is 0.00%
  • yellow value is 34.83%
  • key color value is 65.10%

CMYK: (91,0,35,65)
C91M0Y35K65 (91%, 0%, 35%, 65%)
(0.91 / 0.00 / 0.35 / 0.65)

CMYK percentages

%91.01
%0
%34.83
%65.1

Codes

Color #08593A in popluar color models

08 59 3A
RGB 8 89 58
HSL 157° 83.51% 19.02%
HSB/HSV 157° 91.01% 34.90%
CMYK 91.01% 0.00% 34.83%
65.10%

Color #08593A in popluar number systems.

HEX 08 59 3A
Decimal 8 89 58
Binary 1000 1011001 111010
Octal 10 131 72

Shades and tints

Shades of #08593A

#08593A
(8,89,58)
#085135
(8,81,53)
#084930
(8,73,48)
#08412B
(8,65,43)
#083926
(8,57,38)
#083121
(8,49,33)
#08291C
(8,41,28)
#082117
(8,33,23)
#081912
(8,25,18)
#08110D
(8,17,13)
#080908
(8,9,8)
#000000
(0,0,0)

Tints of #08593A

#08593A
(8,89,58)
#1E684B
(30,104,75)
#34775C
(52,119,92)
#4A866D
(74,134,109)
#60957E
(96,149,126)
#76A48F
(118,164,143)
#8CB3A0
(140,179,160)
#A2C2B1
(162,194,177)
#B8D1C2
(184,209,194)
#CEE0D3
(206,224,211)
#E4EFE4
(228,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08593A color. Also use rgb(8,89,58) instead hex code.

Text Font Color

.myTextColor { color: #08593A; }

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

This text font color is #08593A.

Background Color

.myBgColor { background-color: #08593A; }

<div style="background-color:#08593A">Inner text</div>

This div background color is #08593A.

Border color

.myBorderColor { border: 1px solid #08593A; }

<div style="border:3px solid #08593A">Div</div>

This div border color is #08593A.

Opacity

.myOpacity80 { color: #08593A; opacity: 0.8; }

<p style="color:#08593A;opacity:0.8;">80%</p>

Text with #08593A 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 #08593A;}

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

This text has shadow with #08593A color.


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

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

This text has shadow with #08593A primary color and red secondary color.


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

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

This text has shadow with #08593A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #08593A.

Preview

Color preview on black background

This text has color #08593A on black background.


Color preview on white background

This text has color #08593A on white background.


Black color preview on #08593A background

This text has black color on #08593A background.


White color preview on #08593A background

This text has white color on #08593A background.


Related colors

Complementary color

Complementary color for #hex is #F7A6C5.


I love getcolorcode.com

Triadic colors

1 #3A0859 and #593A08 with #08593A are triadic colors.

2 #3A5908 and #59083A with #08593A are triadic colors.