COLOR #352337

HEX: #352337
RGB: (53,35,55)

Color info

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

RGB color model

#352337 color RGB value is (53,35,55).

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

RGB channels and saturation

R 53 of 255 = 21%
G 35 of 255 = 14%
B 55 of 255 = 22%

53
35
55

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

Portions of RGB colors in percentages

R + G + B =
53 + 35 + 55 = 143 (100%)
R 53 of 143 ~ 37.06%
G 35 of 143 ~ 24.48%
B 55 of 143 ~ 38.46%

%37.06
%24.48
%38.46

CMYK color model

#352337 color CMYK value is (4,36,0,78).

  • cyan value is 3.64%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(4,36,0,78)
C4M36Y0K78 
(4%,36%,0%,78%)
(0.04/0.36/0.00/0.78)	

CMYK percentages

%3.64
%36.36
%0
%78.43

Codes

Color #352337 in popluar color models

352337
RGB533555
HSL294°22.22%17.65%
HSB/HSV294°36.36%21.57%
CMYK3.64%36.36%0.00%
78.43%

Color #352337 in popluar number systems.

HEX352337
Decimal533555
Binary110101100011110111
Octal654367

Shades and tints

Shades of #352337

#352337
(53,35,55)
#312032
(49,32,50)
#2D1D2D
(45,29,45)
#291A28
(41,26,40)
#251723
(37,23,35)
#21141E
(33,20,30)
#1D1119
(29,17,25)
#190E14
(25,14,20)
#150B0F
(21,11,15)
#11080A
(17,8,10)
#0D0505
(13,5,5)
#000000
(0,0,0)

Tints of #352337

#352337
(53,35,55)
#473749
(71,55,73)
#594B5B
(89,75,91)
#6B5F6D
(107,95,109)
#7D737F
(125,115,127)
#8F8791
(143,135,145)
#A19BA3
(161,155,163)
#B3AFB5
(179,175,181)
#C5C3C7
(197,195,199)
#D7D7D9
(215,215,217)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #352337; }

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

This text font color is #352337.


Background Color

.myBgColor { background-color: #352337; }

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

This div background color is #352337.


Border color

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

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

This div border color is #352337.


Opacity

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

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

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

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

This text has shadow with #352337 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #352337 on black background.


Color preview on white background

This text has color #352337 on white background.



Black color preview on #352337 background

This text has black color on #352337 background.


White color preview on #352337 background

This text has white color on #352337 background.