COLOR #33352F

HEX: #33352F RGB: (51,53,47)

Color info

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

RGB color model

#33352F color RGB value is (51,53,47).

RGB: (51,53,47) (20%, 21%, 18%)

RGB channels and saturation

R 51 of 255 = 20%
G 53 of 255 = 21%
B 47 of 255 = 18%

51
53
47

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

Portions of RGB colors in percentages

R + G + B = 51 + 53 + 47 = 151 (100%)
R 51 of 151 ~ 33.77%
G 53 of 151 ~ 35.1%
B 47 of 151 ~ 31.13'%

%33.77
%35.1
%31.13

CMYK color model

#33352F color CMYK value is (4,0,11,79).

  • cyan value is 3.77%
  • magenta value is 0.00%
  • yellow value is 11.32%
  • key color value is 79.22%
CMYK: (4,0,11,79) C4M0Y11K79 (4%,0%,11%,79%) (0.04/0.00/0.11/0.79) 

CMYK percentages

%3.77
%0
%11.32
%79.22

Codes

Color #33352F in popluar color models

33 35 2F
RGB 51 53 47
HSL 80° 6.00% 19.61%
HSB/HSV 80° 11.32% 20.78%
CMYK 3.77% 0.00% 11.32%
79.22%

Color #33352F in popluar number systems.

HEX 33 35 2F
Decimal 51 53 47
Binary 110011 110101 101111
Octal 63 65 57

Shades and tints

Shades of #33352F

#33352F
(51,53,47)
#2F312B
(47,49,43)
#2B2D27
(43,45,39)
#272923
(39,41,35)
#23251F
(35,37,31)
#1F211B
(31,33,27)
#1B1D17
(27,29,23)
#171913
(23,25,19)
#13150F
(19,21,15)
#0F110B
(15,17,11)
#0B0D07
(11,13,7)
#000000
(0,0,0)

Tints of #33352F

#33352F
(51,53,47)
#454741
(69,71,65)
#575953
(87,89,83)
#696B65
(105,107,101)
#7B7D77
(123,125,119)
#8D8F89
(141,143,137)
#9FA19B
(159,161,155)
#B1B3AD
(177,179,173)
#C3C5BF
(195,197,191)
#D5D7D1
(213,215,209)
#E7E9E3
(231,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33352F; }

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

This text font color is #33352F.

Background Color

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

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

This div background color is #33352F.

Border color

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

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

This div border color is #33352F.

Opacity

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

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

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

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

This text has shadow with #33352F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33352F.

Preview

Color preview on black background

This text has color #33352F on black background.


Color preview on white background

This text has color #33352F on white background.


Black color preview on #33352F background

This text has black color on #33352F background.


White color preview on #33352F background

This text has white color on #33352F background.


Related colors

Complementary color

Complementary color for #hex is #CCCAD0.


I love getcolorcode.com

Triadic colors

1 #2F3335 and #352F33 with #33352F are triadic colors.

2 #2F3533 and #35332F with #33352F are triadic colors.