COLOR #302E21

HEX: #302E21 RGB: (48,46,33)

Color info

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

RGB color model

#302E21 color RGB value is (48,46,33).

RGB: (48,46,33) (19%, 18%, 13%)

RGB channels and saturation

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

48
46
33

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

Portions of RGB colors in percentages

R + G + B = 48 + 46 + 33 = 127 (100%)
R 48 of 127 ~ 37.8%
G 46 of 127 ~ 36.22%
B 33 of 127 ~ 25.98'%

%37.8
%36.22
%25.98

CMYK color model

#302E21 color CMYK value is (0,4,31,81).

  • cyan value is 0.00%
  • magenta value is 4.17%
  • yellow value is 31.25%
  • key color value is 81.18%

CMYK: (0,4,31,81)
C0M4Y31K81 (0%, 4%, 31%, 81%)
(0.00 / 0.04 / 0.31 / 0.81)

CMYK percentages

%0
%4.17
%31.25
%81.18

Codes

Color #302E21 in popluar color models

30 2E 21
RGB 48 46 33
HSL 52° 18.52% 15.88%
HSB/HSV 52° 31.25% 18.82%
CMYK 0.00% 4.17% 31.25%
81.18%

Color #302E21 in popluar number systems.

HEX 30 2E 21
Decimal 48 46 33
Binary 110000 101110 100001
Octal 60 56 41

Shades and tints

Shades of #302E21

#302E21
(48,46,33)
#2C2A1E
(44,42,30)
#28261B
(40,38,27)
#242218
(36,34,24)
#201E15
(32,30,21)
#1C1A12
(28,26,18)
#18160F
(24,22,15)
#14120C
(20,18,12)
#100E09
(16,14,9)
#0C0A06
(12,10,6)
#080603
(8,6,3)
#000000
(0,0,0)

Tints of #302E21

#302E21
(48,46,33)
#424135
(66,65,53)
#545449
(84,84,73)
#66675D
(102,103,93)
#787A71
(120,122,113)
#8A8D85
(138,141,133)
#9CA099
(156,160,153)
#AEB3AD
(174,179,173)
#C0C6C1
(192,198,193)
#D2D9D5
(210,217,213)
#E4ECE9
(228,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #302E21; }

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

This text font color is #302E21.

Background Color

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

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

This div background color is #302E21.

Border color

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

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

This div border color is #302E21.

Opacity

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

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

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

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

This text has shadow with #302E21 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #302E21.

Preview

Color preview on black background

This text has color #302E21 on black background.


Color preview on white background

This text has color #302E21 on white background.


Black color preview on #302E21 background

This text has black color on #302E21 background.


White color preview on #302E21 background

This text has white color on #302E21 background.


Related colors

Complementary color

Complementary color for #hex is #CFD1DE.


I love getcolorcode.com

Triadic colors

1 #21302E and #2E2130 with #302E21 are triadic colors.

2 #212E30 and #2E3021 with #302E21 are triadic colors.