COLOR #33382F

HEX: #33382F RGB: (51,56,47)

Color info

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

RGB color model

#33382F color RGB value is (51,56,47).

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

RGB channels and saturation

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

51
56
47

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

Portions of RGB colors in percentages

R + G + B = 51 + 56 + 47 = 154 (100%)
R 51 of 154 ~ 33.12%
G 56 of 154 ~ 36.36%
B 47 of 154 ~ 30.52'%

%33.12
%36.36
%30.52

CMYK color model

#33382F color CMYK value is (9,0,16,78).

  • cyan value is 8.93%
  • magenta value is 0.00%
  • yellow value is 16.07%
  • key color value is 78.04%
CMYK: (9,0,16,78) C9M0Y16K78 (9%,0%,16%,78%) (0.09/0.00/0.16/0.78) 

CMYK percentages

%8.93
%0
%16.07
%78.04

Codes

Color #33382F in popluar color models

33 38 2F
RGB 51 56 47
HSL 93° 8.74% 20.20%
HSB/HSV 93° 16.07% 21.96%
CMYK 8.93% 0.00% 16.07%
78.04%

Color #33382F in popluar number systems.

HEX 33 38 2F
Decimal 51 56 47
Binary 110011 111000 101111
Octal 63 70 57

Shades and tints

Shades of #33382F

#33382F
(51,56,47)
#2F332B
(47,51,43)
#2B2E27
(43,46,39)
#272923
(39,41,35)
#23241F
(35,36,31)
#1F1F1B
(31,31,27)
#1B1A17
(27,26,23)
#171513
(23,21,19)
#13100F
(19,16,15)
#0F0B0B
(15,11,11)
#0B0607
(11,6,7)
#000000
(0,0,0)

Tints of #33382F

#33382F
(51,56,47)
#454A41
(69,74,65)
#575C53
(87,92,83)
#696E65
(105,110,101)
#7B8077
(123,128,119)
#8D9289
(141,146,137)
#9FA49B
(159,164,155)
#B1B6AD
(177,182,173)
#C3C8BF
(195,200,191)
#D5DAD1
(213,218,209)
#E7ECE3
(231,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33382F; }

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

This text font color is #33382F.

Background Color

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

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

This div background color is #33382F.

Border color

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

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

This div border color is #33382F.

Opacity

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

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

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

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

This text has shadow with #33382F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33382F.

Preview

Color preview on black background

This text has color #33382F on black background.


Color preview on white background

This text has color #33382F on white background.


Black color preview on #33382F background

This text has black color on #33382F background.


White color preview on #33382F background

This text has white color on #33382F background.


Related colors

Complementary color

Complementary color for #hex is #CCC7D0.


I love getcolorcode.com

Triadic colors

1 #2F3338 and #382F33 with #33382F are triadic colors.

2 #2F3833 and #38332F with #33382F are triadic colors.