COLOR #352B31

HEX: #352B31
RGB: (53,43,49)

Color info

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

RGB color model

#352B31 color RGB value is (53,43,49).

  • red value is 53;
  • green value is 43;
  • blue value is 49.
RGB:
(53,43,49)
(21%,17%,19%)

RGB channels and saturation

R 53 of 255 = 21%
G 43 of 255 = 17%
B 49 of 255 = 19%

53
43
49

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

Portions of RGB colors in percentages

R + G + B =
53 + 43 + 49 = 145 (100%)
R 53 of 145 ~ 36.55%
G 43 of 145 ~ 29.66%
B 49 of 145 ~ 33.79%

%36.55
%29.66
%33.79

CMYK color model

#352B31 color CMYK value is (0,19,8,79).

  • cyan value is 0.00%
  • magenta value is 18.87%
  • yellow value is 7.55%
  • key color value is 79.22%
CMYK:
(0,19,8,79)
C0M19Y8K79 
(0%,19%,8%,79%)
(0.00/0.19/0.08/0.79)	

CMYK percentages

%0
%18.87
%7.55
%79.22

Codes

Color #352B31 in popluar color models

352B31
RGB534349
HSL324°10.42%18.82%
HSB/HSV324°18.87%20.78%
CMYK0.00%18.87%7.55%
79.22%

Color #352B31 in popluar number systems.

HEX352B31
Decimal534349
Binary110101101011110001
Octal655361

Shades and tints

Shades of #352B31

#352B31
(53,43,49)
#31282D
(49,40,45)
#2D2529
(45,37,41)
#292225
(41,34,37)
#251F21
(37,31,33)
#211C1D
(33,28,29)
#1D1919
(29,25,25)
#191615
(25,22,21)
#151311
(21,19,17)
#11100D
(17,16,13)
#0D0D09
(13,13,9)
#000000
(0,0,0)

Tints of #352B31

#352B31
(53,43,49)
#473E43
(71,62,67)
#595155
(89,81,85)
#6B6467
(107,100,103)
#7D7779
(125,119,121)
#8F8A8B
(143,138,139)
#A19D9D
(161,157,157)
#B3B0AF
(179,176,175)
#C5C3C1
(197,195,193)
#D7D6D3
(215,214,211)
#E9E9E5
(233,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #352B31; }

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

This text font color is #352B31.


Background Color

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

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

This div background color is #352B31.


Border color

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

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

This div border color is #352B31.


Opacity

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

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

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

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

This text has shadow with #352B31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #352B31 on black background.


Color preview on white background

This text has color #352B31 on white background.



Black color preview on #352B31 background

This text has black color on #352B31 background.


White color preview on #352B31 background

This text has white color on #352B31 background.