COLOR #304513

HEX: #304513
RGB: (48,69,19)

Color info

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

RGB color model

#304513 color RGB value is (48,69,19).

  • red value is 48;
  • green value is 69;
  • blue value is 19.
RGB:
(48,69,19)
(19%,27%,7%)

RGB channels and saturation

R 48 of 255 = 19%
G 69 of 255 = 27%
B 19 of 255 = 7%

48
69
19

R + G + B ~ 18%. #304513 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 69 + 19 = 136 (100%)
R 48 of 136 ~ 35.29%
G 69 of 136 ~ 50.74%
B 19 of 136 ~ 13.97%

%35.29
%50.74
%13.97

CMYK color model

#304513 color CMYK value is (30,0,72,73).

  • cyan value is 30.43%
  • magenta value is 0.00%
  • yellow value is 72.46%
  • key color value is 72.94%
CMYK:
(30,0,72,73)
C30M0Y72K73 
(30%,0%,72%,73%)
(0.30/0.00/0.72/0.73)	

CMYK percentages

%30.43
%0
%72.46
%72.94

Codes

Color #304513 in popluar color models

304513
RGB486919
HSL85°56.82%17.25%
HSB/HSV85°72.46%27.06%
CMYK30.43%0.00%72.46%
72.94%

Color #304513 in popluar number systems.

HEX304513
Decimal486919
Binary110000100010110011
Octal6010523

Shades and tints

Shades of #304513

#304513
(48,69,19)
#2C3F12
(44,63,18)
#283911
(40,57,17)
#243310
(36,51,16)
#202D0F
(32,45,15)
#1C270E
(28,39,14)
#18210D
(24,33,13)
#141B0C
(20,27,12)
#10150B
(16,21,11)
#0C0F0A
(12,15,10)
#080909
(8,9,9)
#000000
(0,0,0)

Tints of #304513

#304513
(48,69,19)
#425528
(66,85,40)
#54653D
(84,101,61)
#667552
(102,117,82)
#788567
(120,133,103)
#8A957C
(138,149,124)
#9CA591
(156,165,145)
#AEB5A6
(174,181,166)
#C0C5BB
(192,197,187)
#D2D5D0
(210,213,208)
#E4E5E5
(228,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #304513 color. Also use rgb(48,69,19) instead hex code.

Text Font Color

.myTextColor { color: #304513; }

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

This text font color is #304513.


Background Color

.myBgColor { background-color: #304513; }

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

This div background color is #304513.


Border color

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

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

This div border color is #304513.


Opacity

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

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

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

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

This text has shadow with #304513 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304513 on black background.


Color preview on white background

This text has color #304513 on white background.



Black color preview on #304513 background

This text has black color on #304513 background.


White color preview on #304513 background

This text has white color on #304513 background.