COLOR #09330D

HEX: #09330D RGB: (9,51,13)

Color info

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

RGB color model

#09330D color RGB value is (9,51,13).

RGB: (9,51,13) (4%, 20%, 5%)

RGB channels and saturation

R 9 of 255 = 4%
G 51 of 255 = 20%
B 13 of 255 = 5%

9
51
13

R + G + B ~ 10%. #09330D is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 51 + 13 = 73 (100%)
R 9 of 73 ~ 12.33%
G 51 of 73 ~ 69.86%
B 13 of 73 ~ 17.81'%

%12.33
%69.86
%17.81

CMYK color model

#09330D color CMYK value is (82,0,75,80).

  • cyan value is 82.35%
  • magenta value is 0.00%
  • yellow value is 74.51%
  • key color value is 80.00%

CMYK: (82,0,75,80)
C82M0Y75K80 (82%, 0%, 75%, 80%)
(0.82 / 0.00 / 0.75 / 0.80)

CMYK percentages

%82.35
%0
%74.51
%80

Codes

Color #09330D in popluar color models

09 33 0D
RGB 9 51 13
HSL 126° 70.00% 11.76%
HSB/HSV 126° 82.35% 20.00%
CMYK 82.35% 0.00% 74.51%
80.00%

Color #09330D in popluar number systems.

HEX 09 33 0D
Decimal 9 51 13
Binary 1001 110011 1101
Octal 11 63 15

Shades and tints

Shades of #09330D

#09330D
(9,51,13)
#092F0C
(9,47,12)
#092B0B
(9,43,11)
#09270A
(9,39,10)
#092309
(9,35,9)
#091F08
(9,31,8)
#091B07
(9,27,7)
#091706
(9,23,6)
#091305
(9,19,5)
#090F04
(9,15,4)
#090B03
(9,11,3)
#000000
(0,0,0)

Tints of #09330D

#09330D
(9,51,13)
#1F4523
(31,69,35)
#355739
(53,87,57)
#4B694F
(75,105,79)
#617B65
(97,123,101)
#778D7B
(119,141,123)
#8D9F91
(141,159,145)
#A3B1A7
(163,177,167)
#B9C3BD
(185,195,189)
#CFD5D3
(207,213,211)
#E5E7E9
(229,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09330D color. Also use rgb(9,51,13) instead hex code.

Text Font Color

.myTextColor { color: #09330D; }

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

This text font color is #09330D.

Background Color

.myBgColor { background-color: #09330D; }

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

This div background color is #09330D.

Border color

.myBorderColor { border: 1px solid #09330D; }

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

This div border color is #09330D.

Opacity

.myOpacity80 { color: #09330D; opacity: 0.8; }

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

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

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

This text has shadow with #09330D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #09330D.

Preview

Color preview on black background

This text has color #09330D on black background.


Color preview on white background

This text has color #09330D on white background.


Black color preview on #09330D background

This text has black color on #09330D background.


White color preview on #09330D background

This text has white color on #09330D background.


Related colors

Complementary color

Complementary color for #hex is #F6CCF2.


I love getcolorcode.com

Triadic colors

1 #0D0933 and #330D09 with #09330D are triadic colors.

2 #0D3309 and #33090D with #09330D are triadic colors.