COLOR #352435

HEX: #352435
RGB: (53,36,53)

Color info

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

RGB color model

#352435 color RGB value is (53,36,53).

  • red value is 53;
  • green value is 36;
  • blue value is 53.
RGB:
(53,36,53)
(21%,14%,21%)

RGB channels and saturation

R 53 of 255 = 21%
G 36 of 255 = 14%
B 53 of 255 = 21%

53
36
53

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

Portions of RGB colors in percentages

R + G + B =
53 + 36 + 53 = 142 (100%)
R 53 of 142 ~ 37.32%
G 36 of 142 ~ 25.35%
B 53 of 142 ~ 37.32%

%37.32
%25.35
%37.32

CMYK color model

#352435 color CMYK value is (0,32,0,79).

  • cyan value is 0.00%
  • magenta value is 32.08%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(0,32,0,79)
C0M32Y0K79 
(0%,32%,0%,79%)
(0.00/0.32/0.00/0.79)	

CMYK percentages

%0
%32.08
%0
%79.22

Codes

Color #352435 in popluar color models

352435
RGB533653
HSL300°19.10%17.45%
HSB/HSV300°32.08%20.78%
CMYK0.00%32.08%0.00%
79.22%

Color #352435 in popluar number systems.

HEX352435
Decimal533653
Binary110101100100110101
Octal654465

Shades and tints

Shades of #352435

#352435
(53,36,53)
#312131
(49,33,49)
#2D1E2D
(45,30,45)
#291B29
(41,27,41)
#251825
(37,24,37)
#211521
(33,21,33)
#1D121D
(29,18,29)
#190F19
(25,15,25)
#150C15
(21,12,21)
#110911
(17,9,17)
#0D060D
(13,6,13)
#000000
(0,0,0)

Tints of #352435

#352435
(53,36,53)
#473747
(71,55,71)
#594A59
(89,74,89)
#6B5D6B
(107,93,107)
#7D707D
(125,112,125)
#8F838F
(143,131,143)
#A196A1
(161,150,161)
#B3A9B3
(179,169,179)
#C5BCC5
(197,188,197)
#D7CFD7
(215,207,215)
#E9E2E9
(233,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #352435 color. Also use rgb(53,36,53) instead hex code.

Text Font Color

.myTextColor { color: #352435; }

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

This text font color is #352435.


Background Color

.myBgColor { background-color: #352435; }

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

This div background color is #352435.


Border color

.myBorderColor { border: 1px solid #352435; }

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

This div border color is #352435.


Opacity

.myOpacity80 { color: #352435; opacity: 0.8; }

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

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

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

This text has shadow with #352435 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #352435 on black background.


Color preview on white background

This text has color #352435 on white background.



Black color preview on #352435 background

This text has black color on #352435 background.


White color preview on #352435 background

This text has white color on #352435 background.