COLOR #304607

HEX: #304607
RGB: (48,70,7)

Color info

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

RGB color model

#304607 color RGB value is (48,70,7).

  • red value is 48;
  • green value is 70;
  • blue value is 7.
RGB:
(48,70,7)
(19%,27%,3%)

RGB channels and saturation

R 48 of 255 = 19%
G 70 of 255 = 27%
B 7 of 255 = 3%

48
70
7

R + G + B ~ 16%. #304607 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 70 + 7 = 125 (100%)
R 48 of 125 ~ 38.4%
G 70 of 125 ~ 56%
B 7 of 125 ~ 5.6%

%38.4
%56

CMYK color model

#304607 color CMYK value is (31,0,90,73).

  • cyan value is 31.43%
  • magenta value is 0.00%
  • yellow value is 90.00%
  • key color value is 72.55%
CMYK:
(31,0,90,73)
C31M0Y90K73 
(31%,0%,90%,73%)
(0.31/0.00/0.90/0.73)	

CMYK percentages

%31.43
%0
%90
%72.55

Codes

Color #304607 in popluar color models

304607
RGB48707
HSL81°81.82%15.10%
HSB/HSV81°90.00%27.45%
CMYK31.43%0.00%90.00%
72.55%

Color #304607 in popluar number systems.

HEX304607
Decimal48707
Binary1100001000110111
Octal601067

Shades and tints

Shades of #304607

#304607
(48,70,7)
#2C4007
(44,64,7)
#283A07
(40,58,7)
#243407
(36,52,7)
#202E07
(32,46,7)
#1C2807
(28,40,7)
#182207
(24,34,7)
#141C07
(20,28,7)
#101607
(16,22,7)
#0C1007
(12,16,7)
#080A07
(8,10,7)
#000000
(0,0,0)

Tints of #304607

#304607
(48,70,7)
#42561D
(66,86,29)
#546633
(84,102,51)
#667649
(102,118,73)
#78865F
(120,134,95)
#8A9675
(138,150,117)
#9CA68B
(156,166,139)
#AEB6A1
(174,182,161)
#C0C6B7
(192,198,183)
#D2D6CD
(210,214,205)
#E4E6E3
(228,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #304607 color. Also use rgb(48,70,7) instead hex code.

Text Font Color

.myTextColor { color: #304607; }

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

This text font color is #304607.


Background Color

.myBgColor { background-color: #304607; }

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

This div background color is #304607.


Border color

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

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

This div border color is #304607.


Opacity

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

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

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

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

This text has shadow with #304607 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304607 on black background.


Color preview on white background

This text has color #304607 on white background.



Black color preview on #304607 background

This text has black color on #304607 background.


White color preview on #304607 background

This text has white color on #304607 background.