COLOR #352D33

HEX: #352D33
RGB: (53,45,51)

Color info

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

RGB color model

#352D33 color RGB value is (53,45,51).

  • red value is 53;
  • green value is 45;
  • blue value is 51.
RGB:
(53,45,51)
(21%,18%,20%)

RGB channels and saturation

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

53
45
51

R + G + B ~ 20%. #352D33 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 45 + 51 = 149 (100%)
R 53 of 149 ~ 35.57%
G 45 of 149 ~ 30.2%
B 51 of 149 ~ 34.23%

%35.57
%30.2
%34.23

CMYK color model

#352D33 color CMYK value is (0,15,4,79).

  • cyan value is 0.00%
  • magenta value is 15.09%
  • yellow value is 3.77%
  • key color value is 79.22%
CMYK:
(0,15,4,79)
C0M15Y4K79 
(0%,15%,4%,79%)
(0.00/0.15/0.04/0.79)	

CMYK percentages

%0
%15.09
%3.77
%79.22

Codes

Color #352D33 in popluar color models

352D33
RGB534551
HSL315°8.16%19.22%
HSB/HSV315°15.09%20.78%
CMYK0.00%15.09%3.77%
79.22%

Color #352D33 in popluar number systems.

HEX352D33
Decimal534551
Binary110101101101110011
Octal655563

Shades and tints

Shades of #352D33

#352D33
(53,45,51)
#31292F
(49,41,47)
#2D252B
(45,37,43)
#292127
(41,33,39)
#251D23
(37,29,35)
#21191F
(33,25,31)
#1D151B
(29,21,27)
#191117
(25,17,23)
#150D13
(21,13,19)
#11090F
(17,9,15)
#0D050B
(13,5,11)
#000000
(0,0,0)

Tints of #352D33

#352D33
(53,45,51)
#474045
(71,64,69)
#595357
(89,83,87)
#6B6669
(107,102,105)
#7D797B
(125,121,123)
#8F8C8D
(143,140,141)
#A19F9F
(161,159,159)
#B3B2B1
(179,178,177)
#C5C5C3
(197,197,195)
#D7D8D5
(215,216,213)
#E9EBE7
(233,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #352D33; }

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

This text font color is #352D33.


Background Color

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

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

This div background color is #352D33.


Border color

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

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

This div border color is #352D33.


Opacity

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

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

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

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

This text has shadow with #352D33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #352D33 on black background.


Color preview on white background

This text has color #352D33 on white background.



Black color preview on #352D33 background

This text has black color on #352D33 background.


White color preview on #352D33 background

This text has white color on #352D33 background.