COLOR #304509

HEX: #304509 RGB: (48,69,9)

Color info

#304509 contains mainly red and green colors. Web safe color of #304509 is #333300 (or #330).

RGB color model

#304509 color RGB value is (48,69,9).

RGB: (48,69,9) (19%, 27%, 4%)

RGB channels and saturation

R 48 of 255 = 19%
G 69 of 255 = 27%
B 9 of 255 = 4%

48
69
9

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

Portions of RGB colors in percentages

R + G + B = 48 + 69 + 9 = 126 (100%)
R 48 of 126 ~ 38.1%
G 69 of 126 ~ 54.76%
B 9 of 126 ~ 7.14'%

%38.1
%54.76

CMYK color model

#304509 color CMYK value is (30,0,87,73).

  • cyan value is 30.43%
  • magenta value is 0.00%
  • yellow value is 86.96%
  • key color value is 72.94%

CMYK: (30,0,87,73)
C30M0Y87K73 (30%, 0%, 87%, 73%)
(0.30 / 0.00 / 0.87 / 0.73)

CMYK percentages

%30.43
%0
%86.96
%72.94

Codes

Color #304509 in popluar color models

30 45 09
RGB 48 69 9
HSL 81° 76.92% 15.29%
HSB/HSV 81° 86.96% 27.06%
CMYK 30.43% 0.00% 86.96%
72.94%

Color #304509 in popluar number systems.

HEX 30 45 09
Decimal 48 69 9
Binary 110000 1000101 1001
Octal 60 105 11

Shades and tints

Shades of #304509

#304509
(48,69,9)
#2C3F09
(44,63,9)
#283909
(40,57,9)
#243309
(36,51,9)
#202D09
(32,45,9)
#1C2709
(28,39,9)
#182109
(24,33,9)
#141B09
(20,27,9)
#101509
(16,21,9)
#0C0F09
(12,15,9)
#080909
(8,9,9)
#000000
(0,0,0)

Tints of #304509

#304509
(48,69,9)
#42551F
(66,85,31)
#546535
(84,101,53)
#66754B
(102,117,75)
#788561
(120,133,97)
#8A9577
(138,149,119)
#9CA58D
(156,165,141)
#AEB5A3
(174,181,163)
#C0C5B9
(192,197,185)
#D2D5CF
(210,213,207)
#E4E5E5
(228,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304509; }

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

This text font color is #304509.

Background Color

.myBgColor { background-color: #304509; }

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

This div background color is #304509.

Border color

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

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

This div border color is #304509.

Opacity

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

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

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

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

This text has shadow with #304509 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #304509.

Preview

Color preview on black background

This text has color #304509 on black background.


Color preview on white background

This text has color #304509 on white background.


Black color preview on #304509 background

This text has black color on #304509 background.


White color preview on #304509 background

This text has white color on #304509 background.


Related colors

Complementary color

Complementary color for #hex is #CFBAF6.


I love getcolorcode.com

Triadic colors

1 #093045 and #450930 with #304509 are triadic colors.

2 #094530 and #453009 with #304509 are triadic colors.