COLOR #352A31

HEX: #352A31
RGB: (53,42,49)

Color info

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

RGB color model

#352A31 color RGB value is (53,42,49).

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

RGB channels and saturation

R 53 of 255 = 21%
G 42 of 255 = 16%
B 49 of 255 = 19%

53
42
49

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

Portions of RGB colors in percentages

R + G + B =
53 + 42 + 49 = 144 (100%)
R 53 of 144 ~ 36.81%
G 42 of 144 ~ 29.17%
B 49 of 144 ~ 34.03%

%36.81
%29.17
%34.03

CMYK color model

#352A31 color CMYK value is (0,21,8,79).

  • cyan value is 0.00%
  • magenta value is 20.75%
  • yellow value is 7.55%
  • key color value is 79.22%
CMYK:
(0,21,8,79)
C0M21Y8K79 
(0%,21%,8%,79%)
(0.00/0.21/0.08/0.79)	

CMYK percentages

%0
%20.75
%7.55
%79.22

Codes

Color #352A31 in popluar color models

352A31
RGB534249
HSL322°11.58%18.63%
HSB/HSV322°20.75%20.78%
CMYK0.00%20.75%7.55%
79.22%

Color #352A31 in popluar number systems.

HEX352A31
Decimal534249
Binary110101101010110001
Octal655261

Shades and tints

Shades of #352A31

#352A31
(53,42,49)
#31272D
(49,39,45)
#2D2429
(45,36,41)
#292125
(41,33,37)
#251E21
(37,30,33)
#211B1D
(33,27,29)
#1D1819
(29,24,25)
#191515
(25,21,21)
#151211
(21,18,17)
#110F0D
(17,15,13)
#0D0C09
(13,12,9)
#000000
(0,0,0)

Tints of #352A31

#352A31
(53,42,49)
#473D43
(71,61,67)
#595055
(89,80,85)
#6B6367
(107,99,103)
#7D7679
(125,118,121)
#8F898B
(143,137,139)
#A19C9D
(161,156,157)
#B3AFAF
(179,175,175)
#C5C2C1
(197,194,193)
#D7D5D3
(215,213,211)
#E9E8E5
(233,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #352A31; }

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

This text font color is #352A31.


Background Color

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

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

This div background color is #352A31.


Border color

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

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

This div border color is #352A31.


Opacity

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

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

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

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

This text has shadow with #352A31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #352A31 on black background.


Color preview on white background

This text has color #352A31 on white background.



Black color preview on #352A31 background

This text has black color on #352A31 background.


White color preview on #352A31 background

This text has white color on #352A31 background.