COLOR #304327

HEX: #304327
RGB: (48,67,39)

Color info

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

RGB color model

#304327 color RGB value is (48,67,39).

  • red value is 48;
  • green value is 67;
  • blue value is 39.
RGB:
(48,67,39)
(19%,26%,15%)

RGB channels and saturation

R 48 of 255 = 19%
G 67 of 255 = 26%
B 39 of 255 = 15%

48
67
39

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

Portions of RGB colors in percentages

R + G + B =
48 + 67 + 39 = 154 (100%)
R 48 of 154 ~ 31.17%
G 67 of 154 ~ 43.51%
B 39 of 154 ~ 25.32%

%31.17
%43.51
%25.32

CMYK color model

#304327 color CMYK value is (28,0,42,74).

  • cyan value is 28.36%
  • magenta value is 0.00%
  • yellow value is 41.79%
  • key color value is 73.73%
CMYK:
(28,0,42,74)
C28M0Y42K74 
(28%,0%,42%,74%)
(0.28/0.00/0.42/0.74)	

CMYK percentages

%28.36
%0
%41.79
%73.73

Codes

Color #304327 in popluar color models

304327
RGB486739
HSL101°26.42%20.78%
HSB/HSV101°41.79%26.27%
CMYK28.36%0.00%41.79%
73.73%

Color #304327 in popluar number systems.

HEX304327
Decimal486739
Binary1100001000011100111
Octal6010347

Shades and tints

Shades of #304327

#304327
(48,67,39)
#2C3D24
(44,61,36)
#283721
(40,55,33)
#24311E
(36,49,30)
#202B1B
(32,43,27)
#1C2518
(28,37,24)
#181F15
(24,31,21)
#141912
(20,25,18)
#10130F
(16,19,15)
#0C0D0C
(12,13,12)
#080709
(8,7,9)
#000000
(0,0,0)

Tints of #304327

#304327
(48,67,39)
#42543A
(66,84,58)
#54654D
(84,101,77)
#667660
(102,118,96)
#788773
(120,135,115)
#8A9886
(138,152,134)
#9CA999
(156,169,153)
#AEBAAC
(174,186,172)
#C0CBBF
(192,203,191)
#D2DCD2
(210,220,210)
#E4EDE5
(228,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #304327 color. Also use rgb(48,67,39) instead hex code.

Text Font Color

.myTextColor { color: #304327; }

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

This text font color is #304327.


Background Color

.myBgColor { background-color: #304327; }

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

This div background color is #304327.


Border color

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

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

This div border color is #304327.


Opacity

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

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

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

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

This text has shadow with #304327 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304327 on black background.


Color preview on white background

This text has color #304327 on white background.



Black color preview on #304327 background

This text has black color on #304327 background.


White color preview on #304327 background

This text has white color on #304327 background.