COLOR #302B21

HEX: #302B21
RGB: (48,43,33)

Color info

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

RGB color model

#302B21 color RGB value is (48,43,33).

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

RGB channels and saturation

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

48
43
33

R + G + B ~ 16%. #302B21 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 43 + 33 = 124 (100%)
R 48 of 124 ~ 38.71%
G 43 of 124 ~ 34.68%
B 33 of 124 ~ 26.61%

%38.71
%34.68
%26.61

CMYK color model

#302B21 color CMYK value is (0,10,31,81).

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

CMYK percentages

%0
%10.42
%31.25
%81.18

Codes

Color #302B21 in popluar color models

302B21
RGB484333
HSL40°18.52%15.88%
HSB/HSV40°31.25%18.82%
CMYK0.00%10.42%31.25%
81.18%

Color #302B21 in popluar number systems.

HEX302B21
Decimal484333
Binary110000101011100001
Octal605341

Shades and tints

Shades of #302B21

#302B21
(48,43,33)
#2C281E
(44,40,30)
#28251B
(40,37,27)
#242218
(36,34,24)
#201F15
(32,31,21)
#1C1C12
(28,28,18)
#18190F
(24,25,15)
#14160C
(20,22,12)
#101309
(16,19,9)
#0C1006
(12,16,6)
#080D03
(8,13,3)
#000000
(0,0,0)

Tints of #302B21

#302B21
(48,43,33)
#423E35
(66,62,53)
#545149
(84,81,73)
#66645D
(102,100,93)
#787771
(120,119,113)
#8A8A85
(138,138,133)
#9C9D99
(156,157,153)
#AEB0AD
(174,176,173)
#C0C3C1
(192,195,193)
#D2D6D5
(210,214,213)
#E4E9E9
(228,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #302B21; }

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

This text font color is #302B21.


Background Color

.myBgColor { background-color: #302B21; }

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

This div background color is #302B21.


Border color

.myBorderColor { border: 1px solid #302B21; }

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

This div border color is #302B21.


Opacity

.myOpacity80 { color: #302B21; opacity: 0.8; }

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

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

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

This text has shadow with #302B21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #302B21 on black background.


Color preview on white background

This text has color #302B21 on white background.



Black color preview on #302B21 background

This text has black color on #302B21 background.


White color preview on #302B21 background

This text has white color on #302B21 background.