COLOR #302809

HEX: #302809 RGB: (48,40,9)

Color info

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

RGB color model

#302809 color RGB value is (48,40,9).

RGB: (48,40,9) (19%, 16%, 4%)

RGB channels and saturation

R 48 of 255 = 19%
G 40 of 255 = 16%
B 9 of 255 = 4%

48
40
9

R + G + B ~ 13%. #302809 is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 40 + 9 = 97 (100%)
R 48 of 97 ~ 49.48%
G 40 of 97 ~ 41.24%
B 9 of 97 ~ 9.28'%

%49.48
%41.24

CMYK color model

#302809 color CMYK value is (0,17,81,81).

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

CMYK: (0,17,81,81)
C0M17Y81K81 (0%, 17%, 81%, 81%)
(0.00 / 0.17 / 0.81 / 0.81)

CMYK percentages

%0
%16.67
%81.25
%81.18

Codes

Color #302809 in popluar color models

30 28 09
RGB 48 40 9
HSL 48° 68.42% 11.18%
HSB/HSV 48° 81.25% 18.82%
CMYK 0.00% 16.67% 81.25%
81.18%

Color #302809 in popluar number systems.

HEX 30 28 09
Decimal 48 40 9
Binary 110000 101000 1001
Octal 60 50 11

Shades and tints

Shades of #302809

#302809
(48,40,9)
#2C2509
(44,37,9)
#282209
(40,34,9)
#241F09
(36,31,9)
#201C09
(32,28,9)
#1C1909
(28,25,9)
#181609
(24,22,9)
#141309
(20,19,9)
#101009
(16,16,9)
#0C0D09
(12,13,9)
#080A09
(8,10,9)
#000000
(0,0,0)

Tints of #302809

#302809
(48,40,9)
#423B1F
(66,59,31)
#544E35
(84,78,53)
#66614B
(102,97,75)
#787461
(120,116,97)
#8A8777
(138,135,119)
#9C9A8D
(156,154,141)
#AEADA3
(174,173,163)
#C0C0B9
(192,192,185)
#D2D3CF
(210,211,207)
#E4E6E5
(228,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #302809; }

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

This text font color is #302809.

Background Color

.myBgColor { background-color: #302809; }

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

This div background color is #302809.

Border color

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

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

This div border color is #302809.

Opacity

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

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

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

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

This text has shadow with #302809 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #302809.

Preview

Color preview on black background

This text has color #302809 on black background.


Color preview on white background

This text has color #302809 on white background.


Black color preview on #302809 background

This text has black color on #302809 background.


White color preview on #302809 background

This text has white color on #302809 background.


Related colors

Complementary color

Complementary color for #hex is #CFD7F6.


I love getcolorcode.com

Triadic colors

1 #093028 and #280930 with #302809 are triadic colors.

2 #092830 and #283009 with #302809 are triadic colors.