COLOR #09582F

HEX: #09582F RGB: (9,88,47)

Color info

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

RGB color model

#09582F color RGB value is (9,88,47).

RGB: (9,88,47) (4%, 35%, 18%)

RGB channels and saturation

R 9 of 255 = 4%
G 88 of 255 = 35%
B 47 of 255 = 18%

9
88
47

R + G + B ~ 19%. #09582F is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 88 + 47 = 144 (100%)
R 9 of 144 ~ 6.25%
G 88 of 144 ~ 61.11%
B 47 of 144 ~ 32.64'%

%61.11
%32.64

CMYK color model

#09582F color CMYK value is (90,0,47,65).

  • cyan value is 89.77%
  • magenta value is 0.00%
  • yellow value is 46.59%
  • key color value is 65.49%

CMYK: (90,0,47,65)
C90M0Y47K65 (90%, 0%, 47%, 65%)
(0.90 / 0.00 / 0.47 / 0.65)

CMYK percentages

%89.77
%0
%46.59
%65.49

Codes

Color #09582F in popluar color models

09 58 2F
RGB 9 88 47
HSL 149° 81.44% 19.02%
HSB/HSV 149° 89.77% 34.51%
CMYK 89.77% 0.00% 46.59%
65.49%

Color #09582F in popluar number systems.

HEX 09 58 2F
Decimal 9 88 47
Binary 1001 1011000 101111
Octal 11 130 57

Shades and tints

Shades of #09582F

#09582F
(9,88,47)
#09502B
(9,80,43)
#094827
(9,72,39)
#094023
(9,64,35)
#09381F
(9,56,31)
#09301B
(9,48,27)
#092817
(9,40,23)
#092013
(9,32,19)
#09180F
(9,24,15)
#09100B
(9,16,11)
#090807
(9,8,7)
#000000
(0,0,0)

Tints of #09582F

#09582F
(9,88,47)
#1F6741
(31,103,65)
#357653
(53,118,83)
#4B8565
(75,133,101)
#619477
(97,148,119)
#77A389
(119,163,137)
#8DB29B
(141,178,155)
#A3C1AD
(163,193,173)
#B9D0BF
(185,208,191)
#CFDFD1
(207,223,209)
#E5EEE3
(229,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09582F color. Also use rgb(9,88,47) instead hex code.

Text Font Color

.myTextColor { color: #09582F; }

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

This text font color is #09582F.

Background Color

.myBgColor { background-color: #09582F; }

<div style="background-color:#09582F">Inner text</div>

This div background color is #09582F.

Border color

.myBorderColor { border: 1px solid #09582F; }

<div style="border:3px solid #09582F">Div</div>

This div border color is #09582F.

Opacity

.myOpacity80 { color: #09582F; opacity: 0.8; }

<p style="color:#09582F;opacity:0.8;">80%</p>

Text with #09582F 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 #09582F;}

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

This text has shadow with #09582F color.


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

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

This text has shadow with #09582F primary color and red secondary color.


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

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

This text has shadow with #09582F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #09582F.

Preview

Color preview on black background

This text has color #09582F on black background.


Color preview on white background

This text has color #09582F on white background.


Black color preview on #09582F background

This text has black color on #09582F background.


White color preview on #09582F background

This text has white color on #09582F background.


Related colors

Complementary color

Complementary color for #hex is #F6A7D0.


I love getcolorcode.com

Triadic colors

1 #2F0958 and #582F09 with #09582F are triadic colors.

2 #2F5809 and #58092F with #09582F are triadic colors.