COLOR #304211

HEX: #304211
RGB: (48,66,17)

Color info

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

RGB color model

#304211 color RGB value is (48,66,17).

  • red value is 48;
  • green value is 66;
  • blue value is 17.
RGB:
(48,66,17)
(19%,26%,7%)

RGB channels and saturation

R 48 of 255 = 19%
G 66 of 255 = 26%
B 17 of 255 = 7%

48
66
17

R + G + B ~ 17%. #304211 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 66 + 17 = 131 (100%)
R 48 of 131 ~ 36.64%
G 66 of 131 ~ 50.38%
B 17 of 131 ~ 12.98%

%36.64
%50.38
%12.98

CMYK color model

#304211 color CMYK value is (27,0,74,74).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 74.24%
  • key color value is 74.12%
CMYK:
(27,0,74,74)
C27M0Y74K74 
(27%,0%,74%,74%)
(0.27/0.00/0.74/0.74)	

CMYK percentages

%27.27
%0
%74.24
%74.12

Codes

Color #304211 in popluar color models

304211
RGB486617
HSL82°59.04%16.27%
HSB/HSV82°74.24%25.88%
CMYK27.27%0.00%74.24%
74.12%

Color #304211 in popluar number systems.

HEX304211
Decimal486617
Binary110000100001010001
Octal6010221

Shades and tints

Shades of #304211

#304211
(48,66,17)
#2C3C10
(44,60,16)
#28360F
(40,54,15)
#24300E
(36,48,14)
#202A0D
(32,42,13)
#1C240C
(28,36,12)
#181E0B
(24,30,11)
#14180A
(20,24,10)
#101209
(16,18,9)
#0C0C08
(12,12,8)
#080607
(8,6,7)
#000000
(0,0,0)

Tints of #304211

#304211
(48,66,17)
#425326
(66,83,38)
#54643B
(84,100,59)
#667550
(102,117,80)
#788665
(120,134,101)
#8A977A
(138,151,122)
#9CA88F
(156,168,143)
#AEB9A4
(174,185,164)
#C0CAB9
(192,202,185)
#D2DBCE
(210,219,206)
#E4ECE3
(228,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #304211 color. Also use rgb(48,66,17) instead hex code.

Text Font Color

.myTextColor { color: #304211; }

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

This text font color is #304211.


Background Color

.myBgColor { background-color: #304211; }

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

This div background color is #304211.


Border color

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

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

This div border color is #304211.


Opacity

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

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

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

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

This text has shadow with #304211 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304211 on black background.


Color preview on white background

This text has color #304211 on white background.



Black color preview on #304211 background

This text has black color on #304211 background.


White color preview on #304211 background

This text has white color on #304211 background.