COLOR #33382E

HEX: #33382E RGB: (51,56,46)

Color info

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

RGB color model

#33382E color RGB value is (51,56,46).

RGB: (51,56,46) (20%, 22%, 18%)

RGB channels and saturation

R 51 of 255 = 20%
G 56 of 255 = 22%
B 46 of 255 = 18%

51
56
46

R + G + B ~ 20%. #33382E is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 56 + 46 = 153 (100%)
R 51 of 153 ~ 33.33%
G 56 of 153 ~ 36.6%
B 46 of 153 ~ 30.07'%

%33.33
%36.6
%30.07

CMYK color model

#33382E color CMYK value is (9,0,18,78).

  • cyan value is 8.93%
  • magenta value is 0.00%
  • yellow value is 17.86%
  • key color value is 78.04%

CMYK: (9,0,18,78)
C9M0Y18K78 (9%, 0%, 18%, 78%)
(0.09 / 0.00 / 0.18 / 0.78)

CMYK percentages

%8.93
%0
%17.86
%78.04

Codes

Color #33382E in popluar color models

33 38 2E
RGB 51 56 46
HSL 90° 9.80% 20.00%
HSB/HSV 90° 17.86% 21.96%
CMYK 8.93% 0.00% 17.86%
78.04%

Color #33382E in popluar number systems.

HEX 33 38 2E
Decimal 51 56 46
Binary 110011 111000 101110
Octal 63 70 56

Shades and tints

Shades of #33382E

#33382E
(51,56,46)
#2F332A
(47,51,42)
#2B2E26
(43,46,38)
#272922
(39,41,34)
#23241E
(35,36,30)
#1F1F1A
(31,31,26)
#1B1A16
(27,26,22)
#171512
(23,21,18)
#13100E
(19,16,14)
#0F0B0A
(15,11,10)
#0B0606
(11,6,6)
#000000
(0,0,0)

Tints of #33382E

#33382E
(51,56,46)
#454A41
(69,74,65)
#575C54
(87,92,84)
#696E67
(105,110,103)
#7B807A
(123,128,122)
#8D928D
(141,146,141)
#9FA4A0
(159,164,160)
#B1B6B3
(177,182,179)
#C3C8C6
(195,200,198)
#D5DAD9
(213,218,217)
#E7ECEC
(231,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33382E; }

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

This text font color is #33382E.

Background Color

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

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

This div background color is #33382E.

Border color

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

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

This div border color is #33382E.

Opacity

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

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

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

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

This text has shadow with #33382E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33382E.

Preview

Color preview on black background

This text has color #33382E on black background.


Color preview on white background

This text has color #33382E on white background.


Black color preview on #33382E background

This text has black color on #33382E background.


White color preview on #33382E background

This text has white color on #33382E background.


Related colors

Complementary color

Complementary color for #hex is #CCC7D1.


I love getcolorcode.com

Triadic colors

1 #2E3338 and #382E33 with #33382E are triadic colors.

2 #2E3833 and #38332E with #33382E are triadic colors.