COLOR #304325

HEX: #304325
RGB: (48,67,37)

Color info

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

RGB color model

#304325 color RGB value is (48,67,37).

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

RGB channels and saturation

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

48
67
37

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

Portions of RGB colors in percentages

R + G + B =
48 + 67 + 37 = 152 (100%)
R 48 of 152 ~ 31.58%
G 67 of 152 ~ 44.08%
B 37 of 152 ~ 24.34%

%31.58
%44.08
%24.34

CMYK color model

#304325 color CMYK value is (28,0,45,74).

  • cyan value is 28.36%
  • magenta value is 0.00%
  • yellow value is 44.78%
  • key color value is 73.73%
CMYK:
(28,0,45,74)
C28M0Y45K74 
(28%,0%,45%,74%)
(0.28/0.00/0.45/0.74)	

CMYK percentages

%28.36
%0
%44.78
%73.73

Codes

Color #304325 in popluar color models

304325
RGB486737
HSL98°28.85%20.39%
HSB/HSV98°44.78%26.27%
CMYK28.36%0.00%44.78%
73.73%

Color #304325 in popluar number systems.

HEX304325
Decimal486737
Binary1100001000011100101
Octal6010345

Shades and tints

Shades of #304325

#304325
(48,67,37)
#2C3D22
(44,61,34)
#28371F
(40,55,31)
#24311C
(36,49,28)
#202B19
(32,43,25)
#1C2516
(28,37,22)
#181F13
(24,31,19)
#141910
(20,25,16)
#10130D
(16,19,13)
#0C0D0A
(12,13,10)
#080707
(8,7,7)
#000000
(0,0,0)

Tints of #304325

#304325
(48,67,37)
#425438
(66,84,56)
#54654B
(84,101,75)
#66765E
(102,118,94)
#788771
(120,135,113)
#8A9884
(138,152,132)
#9CA997
(156,169,151)
#AEBAAA
(174,186,170)
#C0CBBD
(192,203,189)
#D2DCD0
(210,220,208)
#E4EDE3
(228,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304325; }

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

This text font color is #304325.


Background Color

.myBgColor { background-color: #304325; }

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

This div background color is #304325.


Border color

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

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

This div border color is #304325.


Opacity

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

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

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

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

This text has shadow with #304325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304325 on black background.


Color preview on white background

This text has color #304325 on white background.



Black color preview on #304325 background

This text has black color on #304325 background.


White color preview on #304325 background

This text has white color on #304325 background.