COLOR #304F09

HEX: #304F09
RGB: (48,79,9)

Color info

#304F09 contains mainly red and green colors. Web safe color of #304F09 is #336600 (or #360).

RGB color model

#304F09 color RGB value is (48,79,9).

  • red value is 48;
  • green value is 79;
  • blue value is 9.
RGB:
(48,79,9)
(19%,31%,4%)

RGB channels and saturation

R 48 of 255 = 19%
G 79 of 255 = 31%
B 9 of 255 = 4%

48
79
9

R + G + B ~ 18%. #304F09 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 79 + 9 = 136 (100%)
R 48 of 136 ~ 35.29%
G 79 of 136 ~ 58.09%
B 9 of 136 ~ 6.62%

%35.29
%58.09

CMYK color model

#304F09 color CMYK value is (39,0,89,69).

  • cyan value is 39.24%
  • magenta value is 0.00%
  • yellow value is 88.61%
  • key color value is 69.02%
CMYK:
(39,0,89,69)
C39M0Y89K69 
(39%,0%,89%,69%)
(0.39/0.00/0.89/0.69)	

CMYK percentages

%39.24
%0
%88.61
%69.02

Codes

Color #304F09 in popluar color models

304F09
RGB48799
HSL87°79.55%17.25%
HSB/HSV87°88.61%30.98%
CMYK39.24%0.00%88.61%
69.02%

Color #304F09 in popluar number systems.

HEX304F09
Decimal48799
Binary11000010011111001
Octal6011711

Shades and tints

Shades of #304F09

#304F09
(48,79,9)
#2C4809
(44,72,9)
#284109
(40,65,9)
#243A09
(36,58,9)
#203309
(32,51,9)
#1C2C09
(28,44,9)
#182509
(24,37,9)
#141E09
(20,30,9)
#101709
(16,23,9)
#0C1009
(12,16,9)
#080909
(8,9,9)
#000000
(0,0,0)

Tints of #304F09

#304F09
(48,79,9)
#425F1F
(66,95,31)
#546F35
(84,111,53)
#667F4B
(102,127,75)
#788F61
(120,143,97)
#8A9F77
(138,159,119)
#9CAF8D
(156,175,141)
#AEBFA3
(174,191,163)
#C0CFB9
(192,207,185)
#D2DFCF
(210,223,207)
#E4EFE5
(228,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304F09; }

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

This text font color is #304F09.


Background Color

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

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

This div background color is #304F09.


Border color

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

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

This div border color is #304F09.


Opacity

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

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

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

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

This text has shadow with #304F09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304F09 on black background.


Color preview on white background

This text has color #304F09 on white background.



Black color preview on #304F09 background

This text has black color on #304F09 background.


White color preview on #304F09 background

This text has white color on #304F09 background.