COLOR #304C09

HEX: #304C09
RGB: (48,76,9)

Color info

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

RGB color model

#304C09 color RGB value is (48,76,9).

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

RGB channels and saturation

R 48 of 255 = 19%
G 76 of 255 = 30%
B 9 of 255 = 4%

48
76
9

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

Portions of RGB colors in percentages

R + G + B =
48 + 76 + 9 = 133 (100%)
R 48 of 133 ~ 36.09%
G 76 of 133 ~ 57.14%
B 9 of 133 ~ 6.77%

%36.09
%57.14

CMYK color model

#304C09 color CMYK value is (37,0,88,70).

  • cyan value is 36.84%
  • magenta value is 0.00%
  • yellow value is 88.16%
  • key color value is 70.20%
CMYK:
(37,0,88,70)
C37M0Y88K70 
(37%,0%,88%,70%)
(0.37/0.00/0.88/0.70)	

CMYK percentages

%36.84
%0
%88.16
%70.2

Codes

Color #304C09 in popluar color models

304C09
RGB48769
HSL85°78.82%16.67%
HSB/HSV85°88.16%29.80%
CMYK36.84%0.00%88.16%
70.20%

Color #304C09 in popluar number systems.

HEX304C09
Decimal48769
Binary11000010011001001
Octal6011411

Shades and tints

Shades of #304C09

#304C09
(48,76,9)
#2C4609
(44,70,9)
#284009
(40,64,9)
#243A09
(36,58,9)
#203409
(32,52,9)
#1C2E09
(28,46,9)
#182809
(24,40,9)
#142209
(20,34,9)
#101C09
(16,28,9)
#0C1609
(12,22,9)
#081009
(8,16,9)
#000000
(0,0,0)

Tints of #304C09

#304C09
(48,76,9)
#425C1F
(66,92,31)
#546C35
(84,108,53)
#667C4B
(102,124,75)
#788C61
(120,140,97)
#8A9C77
(138,156,119)
#9CAC8D
(156,172,141)
#AEBCA3
(174,188,163)
#C0CCB9
(192,204,185)
#D2DCCF
(210,220,207)
#E4ECE5
(228,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304C09; }

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

This text font color is #304C09.


Background Color

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

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

This div background color is #304C09.


Border color

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

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

This div border color is #304C09.


Opacity

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

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

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

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

This text has shadow with #304C09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304C09 on black background.


Color preview on white background

This text has color #304C09 on white background.



Black color preview on #304C09 background

This text has black color on #304C09 background.


White color preview on #304C09 background

This text has white color on #304C09 background.