COLOR #30221B

HEX: #30221B
RGB: (48,34,27)

Color info

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

RGB color model

#30221B color RGB value is (48,34,27).

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

RGB channels and saturation

R 48 of 255 = 19%
G 34 of 255 = 13%
B 27 of 255 = 11%

48
34
27

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

Portions of RGB colors in percentages

R + G + B =
48 + 34 + 27 = 109 (100%)
R 48 of 109 ~ 44.04%
G 34 of 109 ~ 31.19%
B 27 of 109 ~ 24.77%

%44.04
%31.19
%24.77

CMYK color model

#30221B color CMYK value is (0,29,44,81).

  • cyan value is 0.00%
  • magenta value is 29.17%
  • yellow value is 43.75%
  • key color value is 81.18%
CMYK:
(0,29,44,81)
C0M29Y44K81 
(0%,29%,44%,81%)
(0.00/0.29/0.44/0.81)	

CMYK percentages

%0
%29.17
%43.75
%81.18

Codes

Color #30221B in popluar color models

30221B
RGB483427
HSL20°28.00%14.71%
HSB/HSV20°43.75%18.82%
CMYK0.00%29.17%43.75%
81.18%

Color #30221B in popluar number systems.

HEX30221B
Decimal483427
Binary11000010001011011
Octal604233

Shades and tints

Shades of #30221B

#30221B
(48,34,27)
#2C1F19
(44,31,25)
#281C17
(40,28,23)
#241915
(36,25,21)
#201613
(32,22,19)
#1C1311
(28,19,17)
#18100F
(24,16,15)
#140D0D
(20,13,13)
#100A0B
(16,10,11)
#0C0709
(12,7,9)
#080407
(8,4,7)
#000000
(0,0,0)

Tints of #30221B

#30221B
(48,34,27)
#42362F
(66,54,47)
#544A43
(84,74,67)
#665E57
(102,94,87)
#78726B
(120,114,107)
#8A867F
(138,134,127)
#9C9A93
(156,154,147)
#AEAEA7
(174,174,167)
#C0C2BB
(192,194,187)
#D2D6CF
(210,214,207)
#E4EAE3
(228,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30221B color. Also use rgb(48,34,27) instead hex code.

Text Font Color

.myTextColor { color: #30221B; }

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

This text font color is #30221B.


Background Color

.myBgColor { background-color: #30221B; }

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

This div background color is #30221B.


Border color

.myBorderColor { border: 1px solid #30221B; }

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

This div border color is #30221B.


Opacity

.myOpacity80 { color: #30221B; opacity: 0.8; }

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

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

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

This text has shadow with #30221B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30221B on black background.


Color preview on white background

This text has color #30221B on white background.



Black color preview on #30221B background

This text has black color on #30221B background.


White color preview on #30221B background

This text has white color on #30221B background.