COLOR #352323

HEX: #352323
RGB: (53,35,35)

Color info

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

RGB color model

#352323 color RGB value is (53,35,35).

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

RGB channels and saturation

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

53
35
35

R + G + B ~ 16%. #352323 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 35 + 35 = 123 (100%)
R 53 of 123 ~ 43.09%
G 35 of 123 ~ 28.46%
B 35 of 123 ~ 28.46%

%43.09
%28.46
%28.46

CMYK color model

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

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

CMYK percentages

%0
%33.96
%33.96
%79.22

Codes

Color #352323 in popluar color models

352323
RGB533535
HSL20.45%17.25%
HSB/HSV33.96%20.78%
CMYK0.00%33.96%33.96%
79.22%

Color #352323 in popluar number systems.

HEX352323
Decimal533535
Binary110101100011100011
Octal654343

Shades and tints

Shades of #352323

#352323
(53,35,35)
#312020
(49,32,32)
#2D1D1D
(45,29,29)
#291A1A
(41,26,26)
#251717
(37,23,23)
#211414
(33,20,20)
#1D1111
(29,17,17)
#190E0E
(25,14,14)
#150B0B
(21,11,11)
#110808
(17,8,8)
#0D0505
(13,5,5)
#000000
(0,0,0)

Tints of #352323

#352323
(53,35,35)
#473737
(71,55,55)
#594B4B
(89,75,75)
#6B5F5F
(107,95,95)
#7D7373
(125,115,115)
#8F8787
(143,135,135)
#A19B9B
(161,155,155)
#B3AFAF
(179,175,175)
#C5C3C3
(197,195,195)
#D7D7D7
(215,215,215)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #352323; }

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

This text font color is #352323.


Background Color

.myBgColor { background-color: #352323; }

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

This div background color is #352323.


Border color

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

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

This div border color is #352323.


Opacity

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

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

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

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

This text has shadow with #352323 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #352323 on black background.


Color preview on white background

This text has color #352323 on white background.



Black color preview on #352323 background

This text has black color on #352323 background.


White color preview on #352323 background

This text has white color on #352323 background.