COLOR #352F39

HEX: #352F39
RGB: (53,47,57)

Color info

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

RGB color model

#352F39 color RGB value is (53,47,57).

  • red value is 53;
  • green value is 47;
  • blue value is 57.
RGB:
(53,47,57)
(21%,18%,22%)

RGB channels and saturation

R 53 of 255 = 21%
G 47 of 255 = 18%
B 57 of 255 = 22%

53
47
57

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

Portions of RGB colors in percentages

R + G + B =
53 + 47 + 57 = 157 (100%)
R 53 of 157 ~ 33.76%
G 47 of 157 ~ 29.94%
B 57 of 157 ~ 36.31%

%33.76
%29.94
%36.31

CMYK color model

#352F39 color CMYK value is (7,18,0,78).

  • cyan value is 7.02%
  • magenta value is 17.54%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(7,18,0,78)
C7M18Y0K78 
(7%,18%,0%,78%)
(0.07/0.18/0.00/0.78)	

CMYK percentages

%7.02
%17.54
%0
%77.65

Codes

Color #352F39 in popluar color models

352F39
RGB534757
HSL276°9.62%20.39%
HSB/HSV276°17.54%22.35%
CMYK7.02%17.54%0.00%
77.65%

Color #352F39 in popluar number systems.

HEX352F39
Decimal534757
Binary110101101111111001
Octal655771

Shades and tints

Shades of #352F39

#352F39
(53,47,57)
#312B34
(49,43,52)
#2D272F
(45,39,47)
#29232A
(41,35,42)
#251F25
(37,31,37)
#211B20
(33,27,32)
#1D171B
(29,23,27)
#191316
(25,19,22)
#150F11
(21,15,17)
#110B0C
(17,11,12)
#0D0707
(13,7,7)
#000000
(0,0,0)

Tints of #352F39

#352F39
(53,47,57)
#47414B
(71,65,75)
#59535D
(89,83,93)
#6B656F
(107,101,111)
#7D7781
(125,119,129)
#8F8993
(143,137,147)
#A19BA5
(161,155,165)
#B3ADB7
(179,173,183)
#C5BFC9
(197,191,201)
#D7D1DB
(215,209,219)
#E9E3ED
(233,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #352F39 color. Also use rgb(53,47,57) instead hex code.

Text Font Color

.myTextColor { color: #352F39; }

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

This text font color is #352F39.


Background Color

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

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

This div background color is #352F39.


Border color

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

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

This div border color is #352F39.


Opacity

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

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

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

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

This text has shadow with #352F39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #352F39 on black background.


Color preview on white background

This text has color #352F39 on white background.



Black color preview on #352F39 background

This text has black color on #352F39 background.


White color preview on #352F39 background

This text has white color on #352F39 background.