COLOR #304719

HEX: #304719 RGB: (48,71,25)

Color info

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

RGB color model

#304719 color RGB value is (48,71,25).

RGB: (48,71,25) (19%, 28%, 10%)

RGB channels and saturation

R 48 of 255 = 19%
G 71 of 255 = 28%
B 25 of 255 = 10%

48
71
25

R + G + B ~ 19%. #304719 is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 71 + 25 = 144 (100%)
R 48 of 144 ~ 33.33%
G 71 of 144 ~ 49.31%
B 25 of 144 ~ 17.36'%

%33.33
%49.31
%17.36

CMYK color model

#304719 color CMYK value is (32,0,65,72).

  • cyan value is 32.39%
  • magenta value is 0.00%
  • yellow value is 64.79%
  • key color value is 72.16%
CMYK: (32,0,65,72) C32M0Y65K72 (32%,0%,65%,72%) (0.32/0.00/0.65/0.72) 

CMYK percentages

%32.39
%0
%64.79
%72.16

Codes

Color #304719 in popluar color models

30 47 19
RGB 48 71 25
HSL 90° 47.92% 18.82%
HSB/HSV 90° 64.79% 27.84%
CMYK 32.39% 0.00% 64.79%
72.16%

Color #304719 in popluar number systems.

HEX 30 47 19
Decimal 48 71 25
Binary 110000 1000111 11001
Octal 60 107 31

Shades and tints

Shades of #304719

#304719
(48,71,25)
#2C4117
(44,65,23)
#283B15
(40,59,21)
#243513
(36,53,19)
#202F11
(32,47,17)
#1C290F
(28,41,15)
#18230D
(24,35,13)
#141D0B
(20,29,11)
#101709
(16,23,9)
#0C1107
(12,17,7)
#080B05
(8,11,5)
#000000
(0,0,0)

Tints of #304719

#304719
(48,71,25)
#42572D
(66,87,45)
#546741
(84,103,65)
#667755
(102,119,85)
#788769
(120,135,105)
#8A977D
(138,151,125)
#9CA791
(156,167,145)
#AEB7A5
(174,183,165)
#C0C7B9
(192,199,185)
#D2D7CD
(210,215,205)
#E4E7E1
(228,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #304719 color. Also use rgb(48,71,25) instead hex code.

Text Font Color

.myTextColor { color: #304719; }

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

This text font color is #304719.


Background Color

.myBgColor { background-color: #304719; }

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

This div background color is #304719.


Border color

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

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

This div border color is #304719.


Opacity

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

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

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

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

This text has shadow with #304719 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #304719 on black background.


Color preview on white background

This text has color #304719 on white background.



Black color preview on #304719 background

This text has black color on #304719 background.


White color preview on #304719 background

This text has white color on #304719 background.