COLOR #093005

HEX: #093005 RGB: (9,48,5)

Color info

#093005 contains red, green and blue colors in about the same proportion. Web safe color of #093005 is #003300 (or #030).

RGB color model

#093005 color RGB value is (9,48,5).

RGB: (9,48,5) (4%, 19%, 2%)

RGB channels and saturation

R 9 of 255 = 4%
G 48 of 255 = 19%
B 5 of 255 = 2%

9
48
5

R + G + B ~ 8%. #093005 is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 48 + 5 = 62 (100%)
R 9 of 62 ~ 14.52%
G 48 of 62 ~ 77.42%
B 5 of 62 ~ 8.06'%

%14.52
%77.42

CMYK color model

#093005 color CMYK value is (81,0,90,81).

  • cyan value is 81.25%
  • magenta value is 0.00%
  • yellow value is 89.58%
  • key color value is 81.18%

CMYK: (81,0,90,81)
C81M0Y90K81 (81%, 0%, 90%, 81%)
(0.81 / 0.00 / 0.90 / 0.81)

CMYK percentages

%81.25
%0
%89.58
%81.18

Codes

Color #093005 in popluar color models

09 30 05
RGB 9 48 5
HSL 114° 81.13% 10.39%
HSB/HSV 114° 89.58% 18.82%
CMYK 81.25% 0.00% 89.58%
81.18%

Color #093005 in popluar number systems.

HEX 09 30 05
Decimal 9 48 5
Binary 1001 110000 101
Octal 11 60 5

Shades and tints

Shades of #093005

#093005
(9,48,5)
#092C05
(9,44,5)
#092805
(9,40,5)
#092405
(9,36,5)
#092005
(9,32,5)
#091C05
(9,28,5)
#091805
(9,24,5)
#091405
(9,20,5)
#091005
(9,16,5)
#090C05
(9,12,5)
#090805
(9,8,5)
#000000
(0,0,0)

Tints of #093005

#093005
(9,48,5)
#1F421B
(31,66,27)
#355431
(53,84,49)
#4B6647
(75,102,71)
#61785D
(97,120,93)
#778A73
(119,138,115)
#8D9C89
(141,156,137)
#A3AE9F
(163,174,159)
#B9C0B5
(185,192,181)
#CFD2CB
(207,210,203)
#E5E4E1
(229,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #093005 color. Also use rgb(9,48,5) instead hex code.

Text Font Color

.myTextColor { color: #093005; }

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

This text font color is #093005.

Background Color

.myBgColor { background-color: #093005; }

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

This div background color is #093005.

Border color

.myBorderColor { border: 1px solid #093005; }

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

This div border color is #093005.

Opacity

.myOpacity80 { color: #093005; opacity: 0.8; }

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

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

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

This text has shadow with #093005 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #093005.

Preview

Color preview on black background

This text has color #093005 on black background.


Color preview on white background

This text has color #093005 on white background.


Black color preview on #093005 background

This text has black color on #093005 background.


White color preview on #093005 background

This text has white color on #093005 background.


Related colors

Complementary color

Complementary color for #hex is #F6CFFA.


I love getcolorcode.com

Triadic colors

1 #050930 and #300509 with #093005 are triadic colors.

2 #053009 and #300905 with #093005 are triadic colors.