COLOR #352537

HEX: #352537
RGB: (53,37,55)

Color info

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

RGB color model

#352537 color RGB value is (53,37,55).

  • red value is 53;
  • green value is 37;
  • blue value is 55.
RGB:
(53,37,55)
(21%,15%,22%)

RGB channels and saturation

R 53 of 255 = 21%
G 37 of 255 = 15%
B 55 of 255 = 22%

53
37
55

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

Portions of RGB colors in percentages

R + G + B =
53 + 37 + 55 = 145 (100%)
R 53 of 145 ~ 36.55%
G 37 of 145 ~ 25.52%
B 55 of 145 ~ 37.93%

%36.55
%25.52
%37.93

CMYK color model

#352537 color CMYK value is (4,33,0,78).

  • cyan value is 3.64%
  • magenta value is 32.73%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(4,33,0,78)
C4M33Y0K78 
(4%,33%,0%,78%)
(0.04/0.33/0.00/0.78)	

CMYK percentages

%3.64
%32.73
%0
%78.43

Codes

Color #352537 in popluar color models

352537
RGB533755
HSL293°19.57%18.04%
HSB/HSV293°32.73%21.57%
CMYK3.64%32.73%0.00%
78.43%

Color #352537 in popluar number systems.

HEX352537
Decimal533755
Binary110101100101110111
Octal654567

Shades and tints

Shades of #352537

#352537
(53,37,55)
#312232
(49,34,50)
#2D1F2D
(45,31,45)
#291C28
(41,28,40)
#251923
(37,25,35)
#21161E
(33,22,30)
#1D1319
(29,19,25)
#191014
(25,16,20)
#150D0F
(21,13,15)
#110A0A
(17,10,10)
#0D0705
(13,7,5)
#000000
(0,0,0)

Tints of #352537

#352537
(53,37,55)
#473849
(71,56,73)
#594B5B
(89,75,91)
#6B5E6D
(107,94,109)
#7D717F
(125,113,127)
#8F8491
(143,132,145)
#A197A3
(161,151,163)
#B3AAB5
(179,170,181)
#C5BDC7
(197,189,199)
#D7D0D9
(215,208,217)
#E9E3EB
(233,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #352537; }

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

This text font color is #352537.


Background Color

.myBgColor { background-color: #352537; }

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

This div background color is #352537.


Border color

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

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

This div border color is #352537.


Opacity

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

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

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

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

This text has shadow with #352537 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #352537 on black background.


Color preview on white background

This text has color #352537 on white background.



Black color preview on #352537 background

This text has black color on #352537 background.


White color preview on #352537 background

This text has white color on #352537 background.