COLOR #303420

HEX: #303420 RGB: (48,52,32)

Color info

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

RGB color model

#303420 color RGB value is (48,52,32).

RGB: (48,52,32) (19%, 20%, 13%)

RGB channels and saturation

R 48 of 255 = 19%
G 52 of 255 = 20%
B 32 of 255 = 13%

48
52
32

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

Portions of RGB colors in percentages

R + G + B = 48 + 52 + 32 = 132 (100%)
R 48 of 132 ~ 36.36%
G 52 of 132 ~ 39.39%
B 32 of 132 ~ 24.24'%

%36.36
%39.39
%24.24

CMYK color model

#303420 color CMYK value is (8,0,38,80).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 79.61%

CMYK: (8,0,38,80)
C8M0Y38K80 (8%, 0%, 38%, 80%)
(0.08 / 0.00 / 0.38 / 0.80)

CMYK percentages

%7.69
%0
%38.46
%79.61

Codes

Color #303420 in popluar color models

30 34 20
RGB 48 52 32
HSL 72° 23.81% 16.47%
HSB/HSV 72° 38.46% 20.39%
CMYK 7.69% 0.00% 38.46%
79.61%

Color #303420 in popluar number systems.

HEX 30 34 20
Decimal 48 52 32
Binary 110000 110100 100000
Octal 60 64 40

Shades and tints

Shades of #303420

#303420
(48,52,32)
#2C301E
(44,48,30)
#282C1C
(40,44,28)
#24281A
(36,40,26)
#202418
(32,36,24)
#1C2016
(28,32,22)
#181C14
(24,28,20)
#141812
(20,24,18)
#101410
(16,20,16)
#0C100E
(12,16,14)
#080C0C
(8,12,12)
#000000
(0,0,0)

Tints of #303420

#303420
(48,52,32)
#424634
(66,70,52)
#545848
(84,88,72)
#666A5C
(102,106,92)
#787C70
(120,124,112)
#8A8E84
(138,142,132)
#9CA098
(156,160,152)
#AEB2AC
(174,178,172)
#C0C4C0
(192,196,192)
#D2D6D4
(210,214,212)
#E4E8E8
(228,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #303420 color. Also use rgb(48,52,32) instead hex code.

Text Font Color

.myTextColor { color: #303420; }

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

This text font color is #303420.

Background Color

.myBgColor { background-color: #303420; }

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

This div background color is #303420.

Border color

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

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

This div border color is #303420.

Opacity

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

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

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

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

This text has shadow with #303420 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #303420.

Preview

Color preview on black background

This text has color #303420 on black background.


Color preview on white background

This text has color #303420 on white background.


Black color preview on #303420 background

This text has black color on #303420 background.


White color preview on #303420 background

This text has white color on #303420 background.


Related colors

Complementary color

Complementary color for #hex is #CFCBDF.


I love getcolorcode.com

Triadic colors

1 #203034 and #342030 with #303420 are triadic colors.

2 #203430 and #343020 with #303420 are triadic colors.