COLOR #352B33

HEX: #352B33 RGB: (53,43,51)

Color info

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

RGB color model

#352B33 color RGB value is (53,43,51).

RGB: (53,43,51) (21%, 17%, 20%)

RGB channels and saturation

R 53 of 255 = 21%
G 43 of 255 = 17%
B 51 of 255 = 20%

53
43
51

R + G + B ~ 19%. #352B33 is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 43 + 51 = 147 (100%)
R 53 of 147 ~ 36.05%
G 43 of 147 ~ 29.25%
B 51 of 147 ~ 34.69'%

%36.05
%29.25
%34.69

CMYK color model

#352B33 color CMYK value is (0,19,4,79).

  • cyan value is 0.00%
  • magenta value is 18.87%
  • yellow value is 3.77%
  • key color value is 79.22%

CMYK: (0,19,4,79)
C0M19Y4K79 (0%, 19%, 4%, 79%)
(0.00 / 0.19 / 0.04 / 0.79)

CMYK percentages

%0
%18.87
%3.77
%79.22

Codes

Color #352B33 in popluar color models

35 2B 33
RGB 53 43 51
HSL 312° 10.42% 18.82%
HSB/HSV 312° 18.87% 20.78%
CMYK 0.00% 18.87% 3.77%
79.22%

Color #352B33 in popluar number systems.

HEX 35 2B 33
Decimal 53 43 51
Binary 110101 101011 110011
Octal 65 53 63

Shades and tints

Shades of #352B33

#352B33
(53,43,51)
#31282F
(49,40,47)
#2D252B
(45,37,43)
#292227
(41,34,39)
#251F23
(37,31,35)
#211C1F
(33,28,31)
#1D191B
(29,25,27)
#191617
(25,22,23)
#151313
(21,19,19)
#11100F
(17,16,15)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #352B33

#352B33
(53,43,51)
#473E45
(71,62,69)
#595157
(89,81,87)
#6B6469
(107,100,105)
#7D777B
(125,119,123)
#8F8A8D
(143,138,141)
#A19D9F
(161,157,159)
#B3B0B1
(179,176,177)
#C5C3C3
(197,195,195)
#D7D6D5
(215,214,213)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #352B33 color. Also use rgb(53,43,51) instead hex code.

Text Font Color

.myTextColor { color: #352B33; }

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

This text font color is #352B33.

Background Color

.myBgColor { background-color: #352B33; }

<div style="background-color:#352B33">Inner text</div>

This div background color is #352B33.

Border color

.myBorderColor { border: 1px solid #352B33; }

<div style="border:3px solid #352B33">Div</div>

This div border color is #352B33.

Opacity

.myOpacity80 { color: #352B33; opacity: 0.8; }

<p style="color:#352B33;opacity:0.8;">80%</p>

Text with #352B33 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 #352B33;}

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

This text has shadow with #352B33 color.


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

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

This text has shadow with #352B33 primary color and red secondary color.


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

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

This text has shadow with #352B33 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #352B33.

Preview

Color preview on black background

This text has color #352B33 on black background.


Color preview on white background

This text has color #352B33 on white background.


Black color preview on #352B33 background

This text has black color on #352B33 background.


White color preview on #352B33 background

This text has white color on #352B33 background.


Related colors

Complementary color

Complementary color for #hex is #CAD4CC.


I love getcolorcode.com

Triadic colors

1 #33352B and #2B3335 with #352B33 are triadic colors.

2 #332B35 and #2B3533 with #352B33 are triadic colors.