COLOR #304418

HEX: #304418 RGB: (48,68,24)

Color info

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

RGB color model

#304418 color RGB value is (48,68,24).

RGB: (48,68,24) (19%, 27%, 9%)

RGB channels and saturation

R 48 of 255 = 19%
G 68 of 255 = 27%
B 24 of 255 = 9%

48
68
24

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

Portions of RGB colors in percentages

R + G + B = 48 + 68 + 24 = 140 (100%)
R 48 of 140 ~ 34.29%
G 68 of 140 ~ 48.57%
B 24 of 140 ~ 17.14'%

%34.29
%48.57
%17.14

CMYK color model

#304418 color CMYK value is (29,0,65,73).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 64.71%
  • key color value is 73.33%

CMYK: (29,0,65,73)
C29M0Y65K73 (29%, 0%, 65%, 73%)
(0.29 / 0.00 / 0.65 / 0.73)

CMYK percentages

%29.41
%0
%64.71
%73.33

Codes

Color #304418 in popluar color models

30 44 18
RGB 48 68 24
HSL 87° 47.83% 18.04%
HSB/HSV 87° 64.71% 26.67%
CMYK 29.41% 0.00% 64.71%
73.33%

Color #304418 in popluar number systems.

HEX 30 44 18
Decimal 48 68 24
Binary 110000 1000100 11000
Octal 60 104 30

Shades and tints

Shades of #304418

#304418
(48,68,24)
#2C3E16
(44,62,22)
#283814
(40,56,20)
#243212
(36,50,18)
#202C10
(32,44,16)
#1C260E
(28,38,14)
#18200C
(24,32,12)
#141A0A
(20,26,10)
#101408
(16,20,8)
#0C0E06
(12,14,6)
#080804
(8,8,4)
#000000
(0,0,0)

Tints of #304418

#304418
(48,68,24)
#42552D
(66,85,45)
#546642
(84,102,66)
#667757
(102,119,87)
#78886C
(120,136,108)
#8A9981
(138,153,129)
#9CAA96
(156,170,150)
#AEBBAB
(174,187,171)
#C0CCC0
(192,204,192)
#D2DDD5
(210,221,213)
#E4EEEA
(228,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #304418 color. Also use rgb(48,68,24) instead hex code.

Text Font Color

.myTextColor { color: #304418; }

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

This text font color is #304418.

Background Color

.myBgColor { background-color: #304418; }

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

This div background color is #304418.

Border color

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

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

This div border color is #304418.

Opacity

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

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

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

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

This text has shadow with #304418 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #304418.

Preview

Color preview on black background

This text has color #304418 on black background.


Color preview on white background

This text has color #304418 on white background.


Black color preview on #304418 background

This text has black color on #304418 background.


White color preview on #304418 background

This text has white color on #304418 background.


Related colors

Complementary color

Complementary color for #hex is #CFBBE7.


I love getcolorcode.com

Triadic colors

1 #183044 and #441830 with #304418 are triadic colors.

2 #184430 and #443018 with #304418 are triadic colors.