COLOR #352E34

HEX: #352E34
RGB: (53,46,52)

Color info

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

RGB color model

#352E34 color RGB value is (53,46,52).

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

RGB channels and saturation

R 53 of 255 = 21%
G 46 of 255 = 18%
B 52 of 255 = 20%

53
46
52

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

Portions of RGB colors in percentages

R + G + B =
53 + 46 + 52 = 151 (100%)
R 53 of 151 ~ 35.1%
G 46 of 151 ~ 30.46%
B 52 of 151 ~ 34.44%

%35.1
%30.46
%34.44

CMYK color model

#352E34 color CMYK value is (0,13,2,79).

  • cyan value is 0.00%
  • magenta value is 13.21%
  • yellow value is 1.89%
  • key color value is 79.22%
CMYK:
(0,13,2,79)
C0M13Y2K79 
(0%,13%,2%,79%)
(0.00/0.13/0.02/0.79)	

CMYK percentages

%0
%13.21
%1.89
%79.22

Codes

Color #352E34 in popluar color models

352E34
RGB534652
HSL309°7.07%19.41%
HSB/HSV309°13.21%20.78%
CMYK0.00%13.21%1.89%
79.22%

Color #352E34 in popluar number systems.

HEX352E34
Decimal534652
Binary110101101110110100
Octal655664

Shades and tints

Shades of #352E34

#352E34
(53,46,52)
#312A30
(49,42,48)
#2D262C
(45,38,44)
#292228
(41,34,40)
#251E24
(37,30,36)
#211A20
(33,26,32)
#1D161C
(29,22,28)
#191218
(25,18,24)
#150E14
(21,14,20)
#110A10
(17,10,16)
#0D060C
(13,6,12)
#000000
(0,0,0)

Tints of #352E34

#352E34
(53,46,52)
#474146
(71,65,70)
#595458
(89,84,88)
#6B676A
(107,103,106)
#7D7A7C
(125,122,124)
#8F8D8E
(143,141,142)
#A1A0A0
(161,160,160)
#B3B3B2
(179,179,178)
#C5C6C4
(197,198,196)
#D7D9D6
(215,217,214)
#E9ECE8
(233,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #352E34 color. Also use rgb(53,46,52) instead hex code.

Text Font Color

.myTextColor { color: #352E34; }

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

This text font color is #352E34.


Background Color

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

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

This div background color is #352E34.


Border color

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

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

This div border color is #352E34.


Opacity

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

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

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

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

This text has shadow with #352E34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #352E34 on black background.


Color preview on white background

This text has color #352E34 on white background.



Black color preview on #352E34 background

This text has black color on #352E34 background.


White color preview on #352E34 background

This text has white color on #352E34 background.