COLOR #09482F

HEX: #09482F RGB: (9,72,47)

Color info

#09482F contains mainly green and blue colors. Web safe color of #09482F is #003333 (or #033).

RGB color model

#09482F color RGB value is (9,72,47).

RGB: (9,72,47) (4%, 28%, 18%)

RGB channels and saturation

R 9 of 255 = 4%
G 72 of 255 = 28%
B 47 of 255 = 18%

9
72
47

R + G + B ~ 17%. #09482F is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 72 + 47 = 128 (100%)
R 9 of 128 ~ 7.03%
G 72 of 128 ~ 56.25%
B 47 of 128 ~ 36.72'%

%56.25
%36.72

CMYK color model

#09482F color CMYK value is (88,0,35,72).

  • cyan value is 87.50%
  • magenta value is 0.00%
  • yellow value is 34.72%
  • key color value is 71.76%

CMYK: (88,0,35,72)
C88M0Y35K72 (88%, 0%, 35%, 72%)
(0.88 / 0.00 / 0.35 / 0.72)

CMYK percentages

%87.5
%0
%34.72
%71.76

Codes

Color #09482F in popluar color models

09 48 2F
RGB 9 72 47
HSL 156° 77.78% 15.88%
HSB/HSV 156° 87.50% 28.24%
CMYK 87.50% 0.00% 34.72%
71.76%

Color #09482F in popluar number systems.

HEX 09 48 2F
Decimal 9 72 47
Binary 1001 1001000 101111
Octal 11 110 57

Shades and tints

Shades of #09482F

#09482F
(9,72,47)
#09422B
(9,66,43)
#093C27
(9,60,39)
#093623
(9,54,35)
#09301F
(9,48,31)
#092A1B
(9,42,27)
#092417
(9,36,23)
#091E13
(9,30,19)
#09180F
(9,24,15)
#09120B
(9,18,11)
#090C07
(9,12,7)
#000000
(0,0,0)

Tints of #09482F

#09482F
(9,72,47)
#1F5841
(31,88,65)
#356853
(53,104,83)
#4B7865
(75,120,101)
#618877
(97,136,119)
#779889
(119,152,137)
#8DA89B
(141,168,155)
#A3B8AD
(163,184,173)
#B9C8BF
(185,200,191)
#CFD8D1
(207,216,209)
#E5E8E3
(229,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09482F; }

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

This text font color is #09482F.

Background Color

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

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

This div background color is #09482F.

Border color

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

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

This div border color is #09482F.

Opacity

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

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

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

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

This text has shadow with #09482F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #09482F.

Preview

Color preview on black background

This text has color #09482F on black background.


Color preview on white background

This text has color #09482F on white background.


Black color preview on #09482F background

This text has black color on #09482F background.


White color preview on #09482F background

This text has white color on #09482F background.


Related colors

Complementary color

Complementary color for #hex is #F6B7D0.


I love getcolorcode.com

Triadic colors

1 #2F0948 and #482F09 with #09482F are triadic colors.

2 #2F4809 and #48092F with #09482F are triadic colors.