COLOR #304514

HEX: #304514
RGB: (48,69,20)

Color info

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

RGB color model

#304514 color RGB value is (48,69,20).

  • red value is 48;
  • green value is 69;
  • blue value is 20.
RGB:
(48,69,20)
(19%,27%,8%)

RGB channels and saturation

R 48 of 255 = 19%
G 69 of 255 = 27%
B 20 of 255 = 8%

48
69
20

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

Portions of RGB colors in percentages

R + G + B =
48 + 69 + 20 = 137 (100%)
R 48 of 137 ~ 35.04%
G 69 of 137 ~ 50.36%
B 20 of 137 ~ 14.6%

%35.04
%50.36
%14.6

CMYK color model

#304514 color CMYK value is (30,0,71,73).

  • cyan value is 30.43%
  • magenta value is 0.00%
  • yellow value is 71.01%
  • key color value is 72.94%
CMYK:
(30,0,71,73)
C30M0Y71K73 
(30%,0%,71%,73%)
(0.30/0.00/0.71/0.73)	

CMYK percentages

%30.43
%0
%71.01
%72.94

Codes

Color #304514 in popluar color models

304514
RGB486920
HSL86°55.06%17.45%
HSB/HSV86°71.01%27.06%
CMYK30.43%0.00%71.01%
72.94%

Color #304514 in popluar number systems.

HEX304514
Decimal486920
Binary110000100010110100
Octal6010524

Shades and tints

Shades of #304514

#304514
(48,69,20)
#2C3F13
(44,63,19)
#283912
(40,57,18)
#243311
(36,51,17)
#202D10
(32,45,16)
#1C270F
(28,39,15)
#18210E
(24,33,14)
#141B0D
(20,27,13)
#10150C
(16,21,12)
#0C0F0B
(12,15,11)
#08090A
(8,9,10)
#000000
(0,0,0)

Tints of #304514

#304514
(48,69,20)
#425529
(66,85,41)
#54653E
(84,101,62)
#667553
(102,117,83)
#788568
(120,133,104)
#8A957D
(138,149,125)
#9CA592
(156,165,146)
#AEB5A7
(174,181,167)
#C0C5BC
(192,197,188)
#D2D5D1
(210,213,209)
#E4E5E6
(228,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304514; }

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

This text font color is #304514.


Background Color

.myBgColor { background-color: #304514; }

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

This div background color is #304514.


Border color

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

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

This div border color is #304514.


Opacity

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

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

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

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

This text has shadow with #304514 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304514 on black background.


Color preview on white background

This text has color #304514 on white background.



Black color preview on #304514 background

This text has black color on #304514 background.


White color preview on #304514 background

This text has white color on #304514 background.