COLOR #352327

HEX: #352327
RGB: (53,35,39)

Color info

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

RGB color model

#352327 color RGB value is (53,35,39).

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

RGB channels and saturation

R 53 of 255 = 21%
G 35 of 255 = 14%
B 39 of 255 = 15%

53
35
39

R + G + B ~ 17%. #352327 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 35 + 39 = 127 (100%)
R 53 of 127 ~ 41.73%
G 35 of 127 ~ 27.56%
B 39 of 127 ~ 30.71%

%41.73
%27.56
%30.71

CMYK color model

#352327 color CMYK value is (0,34,26,79).

  • cyan value is 0.00%
  • magenta value is 33.96%
  • yellow value is 26.42%
  • key color value is 79.22%
CMYK:
(0,34,26,79)
C0M34Y26K79 
(0%,34%,26%,79%)
(0.00/0.34/0.26/0.79)	

CMYK percentages

%0
%33.96
%26.42
%79.22

Codes

Color #352327 in popluar color models

352327
RGB533539
HSL347°20.45%17.25%
HSB/HSV347°33.96%20.78%
CMYK0.00%33.96%26.42%
79.22%

Color #352327 in popluar number systems.

HEX352327
Decimal533539
Binary110101100011100111
Octal654347

Shades and tints

Shades of #352327

#352327
(53,35,39)
#312024
(49,32,36)
#2D1D21
(45,29,33)
#291A1E
(41,26,30)
#25171B
(37,23,27)
#211418
(33,20,24)
#1D1115
(29,17,21)
#190E12
(25,14,18)
#150B0F
(21,11,15)
#11080C
(17,8,12)
#0D0509
(13,5,9)
#000000
(0,0,0)

Tints of #352327

#352327
(53,35,39)
#47373A
(71,55,58)
#594B4D
(89,75,77)
#6B5F60
(107,95,96)
#7D7373
(125,115,115)
#8F8786
(143,135,134)
#A19B99
(161,155,153)
#B3AFAC
(179,175,172)
#C5C3BF
(197,195,191)
#D7D7D2
(215,215,210)
#E9EBE5
(233,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #352327; }

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

This text font color is #352327.


Background Color

.myBgColor { background-color: #352327; }

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

This div background color is #352327.


Border color

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

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

This div border color is #352327.


Opacity

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

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

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

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

This text has shadow with #352327 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #352327 on black background.


Color preview on white background

This text has color #352327 on white background.



Black color preview on #352327 background

This text has black color on #352327 background.


White color preview on #352327 background

This text has white color on #352327 background.