COLOR #304F19

HEX: #304F19 RGB: (48,79,25)

Color info

#304F19 contains red, green and blue colors in about the same proportion. Web safe color of #304F19 is #336600 (or #360).

RGB color model

#304F19 color RGB value is (48,79,25).

RGB: (48,79,25) (19%, 31%, 10%)

RGB channels and saturation

R 48 of 255 = 19%
G 79 of 255 = 31%
B 25 of 255 = 10%

48
79
25

R + G + B ~ 20%. #304F19 is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 79 + 25 = 152 (100%)
R 48 of 152 ~ 31.58%
G 79 of 152 ~ 51.97%
B 25 of 152 ~ 16.45'%

%31.58
%51.97
%16.45

CMYK color model

#304F19 color CMYK value is (39,0,68,69).

  • cyan value is 39.24%
  • magenta value is 0.00%
  • yellow value is 68.35%
  • key color value is 69.02%

CMYK: (39,0,68,69)
C39M0Y68K69 (39%, 0%, 68%, 69%)
(0.39 / 0.00 / 0.68 / 0.69)

CMYK percentages

%39.24
%0
%68.35
%69.02

Codes

Color #304F19 in popluar color models

30 4F 19
RGB 48 79 25
HSL 94° 51.92% 20.39%
HSB/HSV 94° 68.35% 30.98%
CMYK 39.24% 0.00% 68.35%
69.02%

Color #304F19 in popluar number systems.

HEX 30 4F 19
Decimal 48 79 25
Binary 110000 1001111 11001
Octal 60 117 31

Shades and tints

Shades of #304F19

#304F19
(48,79,25)
#2C4817
(44,72,23)
#284115
(40,65,21)
#243A13
(36,58,19)
#203311
(32,51,17)
#1C2C0F
(28,44,15)
#18250D
(24,37,13)
#141E0B
(20,30,11)
#101709
(16,23,9)
#0C1007
(12,16,7)
#080905
(8,9,5)
#000000
(0,0,0)

Tints of #304F19

#304F19
(48,79,25)
#425F2D
(66,95,45)
#546F41
(84,111,65)
#667F55
(102,127,85)
#788F69
(120,143,105)
#8A9F7D
(138,159,125)
#9CAF91
(156,175,145)
#AEBFA5
(174,191,165)
#C0CFB9
(192,207,185)
#D2DFCD
(210,223,205)
#E4EFE1
(228,239,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304F19; }

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

This text font color is #304F19.

Background Color

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

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

This div background color is #304F19.

Border color

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

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

This div border color is #304F19.

Opacity

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

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

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

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

This text has shadow with #304F19 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #304F19.

Preview

Color preview on black background

This text has color #304F19 on black background.


Color preview on white background

This text has color #304F19 on white background.


Black color preview on #304F19 background

This text has black color on #304F19 background.


White color preview on #304F19 background

This text has white color on #304F19 background.


Related colors

Complementary color

Complementary color for #hex is #CFB0E6.


I love getcolorcode.com

Triadic colors

1 #19304F and #4F1930 with #304F19 are triadic colors.

2 #194F30 and #4F3019 with #304F19 are triadic colors.