COLOR #33302E

HEX: #33302E RGB: (51,48,46)

Color info

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

RGB color model

#33302E color RGB value is (51,48,46).

RGB: (51,48,46) (20%, 19%, 18%)

RGB channels and saturation

R 51 of 255 = 20%
G 48 of 255 = 19%
B 46 of 255 = 18%

51
48
46

R + G + B ~ 19%. #33302E is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 48 + 46 = 145 (100%)
R 51 of 145 ~ 35.17%
G 48 of 145 ~ 33.1%
B 46 of 145 ~ 31.72'%

%35.17
%33.1
%31.72

CMYK color model

#33302E color CMYK value is (0,6,10,80).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 9.80%
  • key color value is 80.00%

CMYK: (0,6,10,80)
C0M6Y10K80 (0%, 6%, 10%, 80%)
(0.00 / 0.06 / 0.10 / 0.80)

CMYK percentages

%0
%5.88
%9.8
%80

Codes

Color #33302E in popluar color models

33 30 2E
RGB 51 48 46
HSL 24° 5.15% 19.02%
HSB/HSV 24° 9.80% 20.00%
CMYK 0.00% 5.88% 9.80%
80.00%

Color #33302E in popluar number systems.

HEX 33 30 2E
Decimal 51 48 46
Binary 110011 110000 101110
Octal 63 60 56

Shades and tints

Shades of #33302E

#33302E
(51,48,46)
#2F2C2A
(47,44,42)
#2B2826
(43,40,38)
#272422
(39,36,34)
#23201E
(35,32,30)
#1F1C1A
(31,28,26)
#1B1816
(27,24,22)
#171412
(23,20,18)
#13100E
(19,16,14)
#0F0C0A
(15,12,10)
#0B0806
(11,8,6)
#000000
(0,0,0)

Tints of #33302E

#33302E
(51,48,46)
#454241
(69,66,65)
#575454
(87,84,84)
#696667
(105,102,103)
#7B787A
(123,120,122)
#8D8A8D
(141,138,141)
#9F9CA0
(159,156,160)
#B1AEB3
(177,174,179)
#C3C0C6
(195,192,198)
#D5D2D9
(213,210,217)
#E7E4EC
(231,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33302E color. Also use rgb(51,48,46) instead hex code.

Text Font Color

.myTextColor { color: #33302E; }

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

This text font color is #33302E.

Background Color

.myBgColor { background-color: #33302E; }

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

This div background color is #33302E.

Border color

.myBorderColor { border: 1px solid #33302E; }

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

This div border color is #33302E.

Opacity

.myOpacity80 { color: #33302E; opacity: 0.8; }

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

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

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

This text has shadow with #33302E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33302E.

Preview

Color preview on black background

This text has color #33302E on black background.


Color preview on white background

This text has color #33302E on white background.


Black color preview on #33302E background

This text has black color on #33302E background.


White color preview on #33302E background

This text has white color on #33302E background.


Related colors

Complementary color

Complementary color for #hex is #CCCFD1.


I love getcolorcode.com

Triadic colors

1 #2E3330 and #302E33 with #33302E are triadic colors.

2 #2E3033 and #30332E with #33302E are triadic colors.