COLOR #302F09

HEX: #302F09 RGB: (48,47,9)

Color info

#302F09 contains red, green and blue colors in about the same proportion. Web safe color of #302F09 is #333300 (or #330).

RGB color model

#302F09 color RGB value is (48,47,9).

RGB: (48,47,9) (19%, 18%, 4%)

RGB channels and saturation

R 48 of 255 = 19%
G 47 of 255 = 18%
B 9 of 255 = 4%

48
47
9

R + G + B ~ 14%. #302F09 is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 47 + 9 = 104 (100%)
R 48 of 104 ~ 46.15%
G 47 of 104 ~ 45.19%
B 9 of 104 ~ 8.65'%

%46.15
%45.19

CMYK color model

#302F09 color CMYK value is (0,2,81,81).

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

CMYK: (0,2,81,81)
C0M2Y81K81 (0%, 2%, 81%, 81%)
(0.00 / 0.02 / 0.81 / 0.81)

CMYK percentages

%0
%2.08
%81.25
%81.18

Codes

Color #302F09 in popluar color models

30 2F 09
RGB 48 47 9
HSL 58° 68.42% 11.18%
HSB/HSV 58° 81.25% 18.82%
CMYK 0.00% 2.08% 81.25%
81.18%

Color #302F09 in popluar number systems.

HEX 30 2F 09
Decimal 48 47 9
Binary 110000 101111 1001
Octal 60 57 11

Shades and tints

Shades of #302F09

#302F09
(48,47,9)
#2C2B09
(44,43,9)
#282709
(40,39,9)
#242309
(36,35,9)
#201F09
(32,31,9)
#1C1B09
(28,27,9)
#181709
(24,23,9)
#141309
(20,19,9)
#100F09
(16,15,9)
#0C0B09
(12,11,9)
#080709
(8,7,9)
#000000
(0,0,0)

Tints of #302F09

#302F09
(48,47,9)
#42411F
(66,65,31)
#545335
(84,83,53)
#66654B
(102,101,75)
#787761
(120,119,97)
#8A8977
(138,137,119)
#9C9B8D
(156,155,141)
#AEADA3
(174,173,163)
#C0BFB9
(192,191,185)
#D2D1CF
(210,209,207)
#E4E3E5
(228,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #302F09; }

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

This text font color is #302F09.

Background Color

.myBgColor { background-color: #302F09; }

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

This div background color is #302F09.

Border color

.myBorderColor { border: 1px solid #302F09; }

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

This div border color is #302F09.

Opacity

.myOpacity80 { color: #302F09; opacity: 0.8; }

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

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

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

This text has shadow with #302F09 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #302F09.

Preview

Color preview on black background

This text has color #302F09 on black background.


Color preview on white background

This text has color #302F09 on white background.


Black color preview on #302F09 background

This text has black color on #302F09 background.


White color preview on #302F09 background

This text has white color on #302F09 background.


Related colors

Complementary color

Complementary color for #hex is #CFD0F6.


I love getcolorcode.com

Triadic colors

1 #09302F and #2F0930 with #302F09 are triadic colors.

2 #092F30 and #2F3009 with #302F09 are triadic colors.