COLOR #352E30

HEX: #352E30
RGB: (53,46,48)

Color info

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

RGB color model

#352E30 color RGB value is (53,46,48).

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

RGB channels and saturation

R 53 of 255 = 21%
G 46 of 255 = 18%
B 48 of 255 = 19%

53
46
48

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

Portions of RGB colors in percentages

R + G + B =
53 + 46 + 48 = 147 (100%)
R 53 of 147 ~ 36.05%
G 46 of 147 ~ 31.29%
B 48 of 147 ~ 32.65%

%36.05
%31.29
%32.65

CMYK color model

#352E30 color CMYK value is (0,13,9,79).

  • cyan value is 0.00%
  • magenta value is 13.21%
  • yellow value is 9.43%
  • key color value is 79.22%
CMYK:
(0,13,9,79)
C0M13Y9K79 
(0%,13%,9%,79%)
(0.00/0.13/0.09/0.79)	

CMYK percentages

%0
%13.21
%9.43
%79.22

Codes

Color #352E30 in popluar color models

352E30
RGB534648
HSL343°7.07%19.41%
HSB/HSV343°13.21%20.78%
CMYK0.00%13.21%9.43%
79.22%

Color #352E30 in popluar number systems.

HEX352E30
Decimal534648
Binary110101101110110000
Octal655660

Shades and tints

Shades of #352E30

#352E30
(53,46,48)
#312A2C
(49,42,44)
#2D2628
(45,38,40)
#292224
(41,34,36)
#251E20
(37,30,32)
#211A1C
(33,26,28)
#1D1618
(29,22,24)
#191214
(25,18,20)
#150E10
(21,14,16)
#110A0C
(17,10,12)
#0D0608
(13,6,8)
#000000
(0,0,0)

Tints of #352E30

#352E30
(53,46,48)
#474142
(71,65,66)
#595454
(89,84,84)
#6B6766
(107,103,102)
#7D7A78
(125,122,120)
#8F8D8A
(143,141,138)
#A1A09C
(161,160,156)
#B3B3AE
(179,179,174)
#C5C6C0
(197,198,192)
#D7D9D2
(215,217,210)
#E9ECE4
(233,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #352E30; }

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

This text font color is #352E30.


Background Color

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

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

This div background color is #352E30.


Border color

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

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

This div border color is #352E30.


Opacity

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

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

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

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

This text has shadow with #352E30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #352E30 on black background.


Color preview on white background

This text has color #352E30 on white background.



Black color preview on #352E30 background

This text has black color on #352E30 background.


White color preview on #352E30 background

This text has white color on #352E30 background.