COLOR #302121

HEX: #302121
RGB: (48,33,33)

Color info

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

RGB color model

#302121 color RGB value is (48,33,33).

  • red value is 48;
  • green value is 33;
  • blue value is 33.
RGB:
(48,33,33)
(19%,13%,13%)

RGB channels and saturation

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

48
33
33

R + G + B ~ 15%. #302121 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 33 + 33 = 114 (100%)
R 48 of 114 ~ 42.11%
G 33 of 114 ~ 28.95%
B 33 of 114 ~ 28.95%

%42.11
%28.95
%28.95

CMYK color model

#302121 color CMYK value is (0,31,31,81).

  • cyan value is 0.00%
  • magenta value is 31.25%
  • yellow value is 31.25%
  • key color value is 81.18%
CMYK:
(0,31,31,81)
C0M31Y31K81 
(0%,31%,31%,81%)
(0.00/0.31/0.31/0.81)	

CMYK percentages

%0
%31.25
%31.25
%81.18

Codes

Color #302121 in popluar color models

302121
RGB483333
HSL18.52%15.88%
HSB/HSV31.25%18.82%
CMYK0.00%31.25%31.25%
81.18%

Color #302121 in popluar number systems.

HEX302121
Decimal483333
Binary110000100001100001
Octal604141

Shades and tints

Shades of #302121

#302121
(48,33,33)
#2C1E1E
(44,30,30)
#281B1B
(40,27,27)
#241818
(36,24,24)
#201515
(32,21,21)
#1C1212
(28,18,18)
#180F0F
(24,15,15)
#140C0C
(20,12,12)
#100909
(16,9,9)
#0C0606
(12,6,6)
#080303
(8,3,3)
#000000
(0,0,0)

Tints of #302121

#302121
(48,33,33)
#423535
(66,53,53)
#544949
(84,73,73)
#665D5D
(102,93,93)
#787171
(120,113,113)
#8A8585
(138,133,133)
#9C9999
(156,153,153)
#AEADAD
(174,173,173)
#C0C1C1
(192,193,193)
#D2D5D5
(210,213,213)
#E4E9E9
(228,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #302121; }

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

This text font color is #302121.


Background Color

.myBgColor { background-color: #302121; }

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

This div background color is #302121.


Border color

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

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

This div border color is #302121.


Opacity

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

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

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

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

This text has shadow with #302121 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #302121 on black background.


Color preview on white background

This text has color #302121 on white background.



Black color preview on #302121 background

This text has black color on #302121 background.


White color preview on #302121 background

This text has white color on #302121 background.