COLOR #304210

HEX: #304210 RGB: (48,66,16)

Color info

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

RGB color model

#304210 color RGB value is (48,66,16).

RGB: (48,66,16) (19%, 26%, 6%)

RGB channels and saturation

R 48 of 255 = 19%
G 66 of 255 = 26%
B 16 of 255 = 6%

48
66
16

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

Portions of RGB colors in percentages

R + G + B = 48 + 66 + 16 = 130 (100%)
R 48 of 130 ~ 36.92%
G 66 of 130 ~ 50.77%
B 16 of 130 ~ 12.31'%

%36.92
%50.77
%12.31

CMYK color model

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

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 75.76%
  • key color value is 74.12%

CMYK: (27,0,76,74)
C27M0Y76K74 (27%, 0%, 76%, 74%)
(0.27 / 0.00 / 0.76 / 0.74)

CMYK percentages

%27.27
%0
%75.76
%74.12

Codes

Color #304210 in popluar color models

30 42 10
RGB 48 66 16
HSL 82° 60.98% 16.08%
HSB/HSV 82° 75.76% 25.88%
CMYK 27.27% 0.00% 75.76%
74.12%

Color #304210 in popluar number systems.

HEX 30 42 10
Decimal 48 66 16
Binary 110000 1000010 10000
Octal 60 102 20

Shades and tints

Shades of #304210

#304210
(48,66,16)
#2C3C0F
(44,60,15)
#28360E
(40,54,14)
#24300D
(36,48,13)
#202A0C
(32,42,12)
#1C240B
(28,36,11)
#181E0A
(24,30,10)
#141809
(20,24,9)
#101208
(16,18,8)
#0C0C07
(12,12,7)
#080606
(8,6,6)
#000000
(0,0,0)

Tints of #304210

#304210
(48,66,16)
#425325
(66,83,37)
#54643A
(84,100,58)
#66754F
(102,117,79)
#788664
(120,134,100)
#8A9779
(138,151,121)
#9CA88E
(156,168,142)
#AEB9A3
(174,185,163)
#C0CAB8
(192,202,184)
#D2DBCD
(210,219,205)
#E4ECE2
(228,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304210; }

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

This text font color is #304210.

Background Color

.myBgColor { background-color: #304210; }

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

This div background color is #304210.

Border color

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

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

This div border color is #304210.

Opacity

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

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

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

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

This text has shadow with #304210 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #304210.

Preview

Color preview on black background

This text has color #304210 on black background.


Color preview on white background

This text has color #304210 on white background.


Black color preview on #304210 background

This text has black color on #304210 background.


White color preview on #304210 background

This text has white color on #304210 background.


Related colors

Complementary color

Complementary color for #hex is #CFBDEF.


I love getcolorcode.com

Triadic colors

1 #103042 and #421030 with #304210 are triadic colors.

2 #104230 and #423010 with #304210 are triadic colors.