COLOR #303421

HEX: #303421 RGB: (48,52,33)

Color info

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

RGB color model

#303421 color RGB value is (48,52,33).

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

RGB channels and saturation

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

48
52
33

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

Portions of RGB colors in percentages

R + G + B = 48 + 52 + 33 = 133 (100%)
R 48 of 133 ~ 36.09%
G 52 of 133 ~ 39.1%
B 33 of 133 ~ 24.81'%

%36.09
%39.1
%24.81

CMYK color model

#303421 color CMYK value is (8,0,37,80).

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

CMYK: (8,0,37,80)
C8M0Y37K80 (8%, 0%, 37%, 80%)
(0.08 / 0.00 / 0.37 / 0.80)

CMYK percentages

%7.69
%0
%36.54
%79.61

Codes

Color #303421 in popluar color models

30 34 21
RGB 48 52 33
HSL 73° 22.35% 16.67%
HSB/HSV 73° 36.54% 20.39%
CMYK 7.69% 0.00% 36.54%
79.61%

Color #303421 in popluar number systems.

HEX 30 34 21
Decimal 48 52 33
Binary 110000 110100 100001
Octal 60 64 41

Shades and tints

Shades of #303421

#303421
(48,52,33)
#2C301E
(44,48,30)
#282C1B
(40,44,27)
#242818
(36,40,24)
#202415
(32,36,21)
#1C2012
(28,32,18)
#181C0F
(24,28,15)
#14180C
(20,24,12)
#101409
(16,20,9)
#0C1006
(12,16,6)
#080C03
(8,12,3)
#000000
(0,0,0)

Tints of #303421

#303421
(48,52,33)
#424635
(66,70,53)
#545849
(84,88,73)
#666A5D
(102,106,93)
#787C71
(120,124,113)
#8A8E85
(138,142,133)
#9CA099
(156,160,153)
#AEB2AD
(174,178,173)
#C0C4C1
(192,196,193)
#D2D6D5
(210,214,213)
#E4E8E9
(228,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303421; }

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

This text font color is #303421.

Background Color

.myBgColor { background-color: #303421; }

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

This div background color is #303421.

Border color

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

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

This div border color is #303421.

Opacity

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

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

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

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

This text has shadow with #303421 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #303421.

Preview

Color preview on black background

This text has color #303421 on black background.


Color preview on white background

This text has color #303421 on white background.


Black color preview on #303421 background

This text has black color on #303421 background.


White color preview on #303421 background

This text has white color on #303421 background.


Related colors

Complementary color

Complementary color for #hex is #CFCBDE.


I love getcolorcode.com

Triadic colors

1 #213034 and #342130 with #303421 are triadic colors.

2 #213430 and #343021 with #303421 are triadic colors.