COLOR #304A20

HEX: #304A20
RGB: (48,74,32)

Color info

#304A20 contains red, green and blue colors in about the same proportion. Web safe color of #304A20 is #333333 (or #333).

RGB color model

#304A20 color RGB value is (48,74,32).

  • red value is 48;
  • green value is 74;
  • blue value is 32.
RGB:
(48,74,32)
(19%,29%,13%)

RGB channels and saturation

R 48 of 255 = 19%
G 74 of 255 = 29%
B 32 of 255 = 13%

48
74
32

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

Portions of RGB colors in percentages

R + G + B =
48 + 74 + 32 = 154 (100%)
R 48 of 154 ~ 31.17%
G 74 of 154 ~ 48.05%
B 32 of 154 ~ 20.78%

%31.17
%48.05
%20.78

CMYK color model

#304A20 color CMYK value is (35,0,57,71).

  • cyan value is 35.14%
  • magenta value is 0.00%
  • yellow value is 56.76%
  • key color value is 70.98%
CMYK:
(35,0,57,71)
C35M0Y57K71 
(35%,0%,57%,71%)
(0.35/0.00/0.57/0.71)	

CMYK percentages

%35.14
%0
%56.76
%70.98

Codes

Color #304A20 in popluar color models

304A20
RGB487432
HSL97°39.62%20.78%
HSB/HSV97°56.76%29.02%
CMYK35.14%0.00%56.76%
70.98%

Color #304A20 in popluar number systems.

HEX304A20
Decimal487432
Binary1100001001010100000
Octal6011240

Shades and tints

Shades of #304A20

#304A20
(48,74,32)
#2C441E
(44,68,30)
#283E1C
(40,62,28)
#24381A
(36,56,26)
#203218
(32,50,24)
#1C2C16
(28,44,22)
#182614
(24,38,20)
#142012
(20,32,18)
#101A10
(16,26,16)
#0C140E
(12,20,14)
#080E0C
(8,14,12)
#000000
(0,0,0)

Tints of #304A20

#304A20
(48,74,32)
#425A34
(66,90,52)
#546A48
(84,106,72)
#667A5C
(102,122,92)
#788A70
(120,138,112)
#8A9A84
(138,154,132)
#9CAA98
(156,170,152)
#AEBAAC
(174,186,172)
#C0CAC0
(192,202,192)
#D2DAD4
(210,218,212)
#E4EAE8
(228,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #304A20 color. Also use rgb(48,74,32) instead hex code.

Text Font Color

.myTextColor { color: #304A20; }

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

This text font color is #304A20.


Background Color

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

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

This div background color is #304A20.


Border color

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

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

This div border color is #304A20.


Opacity

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

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

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

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

This text has shadow with #304A20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304A20 on black background.


Color preview on white background

This text has color #304A20 on white background.



Black color preview on #304A20 background

This text has black color on #304A20 background.


White color preview on #304A20 background

This text has white color on #304A20 background.