COLOR #30211D

HEX: #30211D
RGB: (48,33,29)

Color info

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

RGB color model

#30211D color RGB value is (48,33,29).

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

RGB channels and saturation

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

48
33
29

R + G + B ~ 14%. #30211D is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 33 + 29 = 110 (100%)
R 48 of 110 ~ 43.64%
G 33 of 110 ~ 30%
B 29 of 110 ~ 26.36%

%43.64
%30
%26.36

CMYK color model

#30211D color CMYK value is (0,31,40,81).

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

CMYK percentages

%0
%31.25
%39.58
%81.18

Codes

Color #30211D in popluar color models

30211D
RGB483329
HSL13°24.68%15.10%
HSB/HSV13°39.58%18.82%
CMYK0.00%31.25%39.58%
81.18%

Color #30211D in popluar number systems.

HEX30211D
Decimal483329
Binary11000010000111101
Octal604135

Shades and tints

Shades of #30211D

#30211D
(48,33,29)
#2C1E1B
(44,30,27)
#281B19
(40,27,25)
#241817
(36,24,23)
#201515
(32,21,21)
#1C1213
(28,18,19)
#180F11
(24,15,17)
#140C0F
(20,12,15)
#10090D
(16,9,13)
#0C060B
(12,6,11)
#080309
(8,3,9)
#000000
(0,0,0)

Tints of #30211D

#30211D
(48,33,29)
#423531
(66,53,49)
#544945
(84,73,69)
#665D59
(102,93,89)
#78716D
(120,113,109)
#8A8581
(138,133,129)
#9C9995
(156,153,149)
#AEADA9
(174,173,169)
#C0C1BD
(192,193,189)
#D2D5D1
(210,213,209)
#E4E9E5
(228,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30211D; }

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

This text font color is #30211D.


Background Color

.myBgColor { background-color: #30211D; }

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

This div background color is #30211D.


Border color

.myBorderColor { border: 1px solid #30211D; }

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

This div border color is #30211D.


Opacity

.myOpacity80 { color: #30211D; opacity: 0.8; }

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

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

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

This text has shadow with #30211D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30211D on black background.


Color preview on white background

This text has color #30211D on white background.



Black color preview on #30211D background

This text has black color on #30211D background.


White color preview on #30211D background

This text has white color on #30211D background.