COLOR #33372D

HEX: #33372D RGB: (51,55,45)

Color info

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

RGB color model

#33372D color RGB value is (51,55,45).

RGB: (51,55,45) (20%, 22%, 18%)

RGB channels and saturation

R 51 of 255 = 20%
G 55 of 255 = 22%
B 45 of 255 = 18%

51
55
45

R + G + B ~ 20%. #33372D is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 55 + 45 = 151 (100%)
R 51 of 151 ~ 33.77%
G 55 of 151 ~ 36.42%
B 45 of 151 ~ 29.8'%

%33.77
%36.42
%29.8

CMYK color model

#33372D color CMYK value is (7,0,18,78).

  • cyan value is 7.27%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 78.43%
CMYK: (7,0,18,78) C7M0Y18K78 (7%,0%,18%,78%) (0.07/0.00/0.18/0.78) 

CMYK percentages

%7.27
%0
%18.18
%78.43

Codes

Color #33372D in popluar color models

33 37 2D
RGB 51 55 45
HSL 84° 10.00% 19.61%
HSB/HSV 84° 18.18% 21.57%
CMYK 7.27% 0.00% 18.18%
78.43%

Color #33372D in popluar number systems.

HEX 33 37 2D
Decimal 51 55 45
Binary 110011 110111 101101
Octal 63 67 55

Shades and tints

Shades of #33372D

#33372D
(51,55,45)
#2F3229
(47,50,41)
#2B2D25
(43,45,37)
#272821
(39,40,33)
#23231D
(35,35,29)
#1F1E19
(31,30,25)
#1B1915
(27,25,21)
#171411
(23,20,17)
#130F0D
(19,15,13)
#0F0A09
(15,10,9)
#0B0505
(11,5,5)
#000000
(0,0,0)

Tints of #33372D

#33372D
(51,55,45)
#454940
(69,73,64)
#575B53
(87,91,83)
#696D66
(105,109,102)
#7B7F79
(123,127,121)
#8D918C
(141,145,140)
#9FA39F
(159,163,159)
#B1B5B2
(177,181,178)
#C3C7C5
(195,199,197)
#D5D9D8
(213,217,216)
#E7EBEB
(231,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33372D color. Also use rgb(51,55,45) instead hex code.

Text Font Color

.myTextColor { color: #33372D; }

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

This text font color is #33372D.

Background Color

.myBgColor { background-color: #33372D; }

<div style="background-color:#33372D">Inner text</div>

This div background color is #33372D.

Border color

.myBorderColor { border: 1px solid #33372D; }

<div style="border:3px solid #33372D">Div</div>

This div border color is #33372D.

Opacity

.myOpacity80 { color: #33372D; opacity: 0.8; }

<p style="color:#33372D;opacity:0.8;">80%</p>

Text with #33372D 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 #33372D;}

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

This text has shadow with #33372D color.


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

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

This text has shadow with #33372D primary color and red secondary color.


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

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

This text has shadow with #33372D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #33372D.

Preview

Color preview on black background

This text has color #33372D on black background.


Color preview on white background

This text has color #33372D on white background.


Black color preview on #33372D background

This text has black color on #33372D background.


White color preview on #33372D background

This text has white color on #33372D background.


Related colors

Complementary color

Complementary color for #hex is #CCC8D2.


I love getcolorcode.com

Triadic colors

1 #2D3337 and #372D33 with #33372D are triadic colors.

2 #2D3733 and #37332D with #33372D are triadic colors.