COLOR #33303E

HEX: #33303E RGB: (51,48,62)

Color info

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

RGB color model

#33303E color RGB value is (51,48,62).

RGB: (51,48,62) (20%, 19%, 24%)

RGB channels and saturation

R 51 of 255 = 20%
G 48 of 255 = 19%
B 62 of 255 = 24%

51
48
62

R + G + B ~ 21%. #33303E is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 48 + 62 = 161 (100%)
R 51 of 161 ~ 31.68%
G 48 of 161 ~ 29.81%
B 62 of 161 ~ 38.51'%

%31.68
%29.81
%38.51

CMYK color model

#33303E color CMYK value is (18,23,0,76).

  • cyan value is 17.74%
  • magenta value is 22.58%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK: (18,23,0,76) C18M23Y0K76 (18%,23%,0%,76%) (0.18/0.23/0.00/0.76) 

CMYK percentages

%17.74
%22.58
%0
%75.69

Codes

Color #33303E in popluar color models

33 30 3E
RGB 51 48 62
HSL 253° 12.73% 21.57%
HSB/HSV 253° 22.58% 24.31%
CMYK 17.74% 22.58% 0.00%
75.69%

Color #33303E in popluar number systems.

HEX 33 30 3E
Decimal 51 48 62
Binary 110011 110000 111110
Octal 63 60 76

Shades and tints

Shades of #33303E

#33303E
(51,48,62)
#2F2C39
(47,44,57)
#2B2834
(43,40,52)
#27242F
(39,36,47)
#23202A
(35,32,42)
#1F1C25
(31,28,37)
#1B1820
(27,24,32)
#17141B
(23,20,27)
#131016
(19,16,22)
#0F0C11
(15,12,17)
#0B080C
(11,8,12)
#000000
(0,0,0)

Tints of #33303E

#33303E
(51,48,62)
#45424F
(69,66,79)
#575460
(87,84,96)
#696671
(105,102,113)
#7B7882
(123,120,130)
#8D8A93
(141,138,147)
#9F9CA4
(159,156,164)
#B1AEB5
(177,174,181)
#C3C0C6
(195,192,198)
#D5D2D7
(213,210,215)
#E7E4E8
(231,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33303E; }

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

This text font color is #33303E.

Background Color

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

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

This div background color is #33303E.

Border color

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

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

This div border color is #33303E.

Opacity

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

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

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

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

This text has shadow with #33303E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33303E.

Preview

Color preview on black background

This text has color #33303E on black background.


Color preview on white background

This text has color #33303E on white background.


Black color preview on #33303E background

This text has black color on #33303E background.


White color preview on #33303E background

This text has white color on #33303E background.


Related colors

Complementary color

Complementary color for #hex is #CCCFC1.


I love getcolorcode.com

Triadic colors

1 #3E3330 and #303E33 with #33303E are triadic colors.

2 #3E3033 and #30333E with #33303E are triadic colors.