COLOR #352821

HEX: #352821
RGB: (53,40,33)

Color info

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

RGB color model

#352821 color RGB value is (53,40,33).

  • red value is 53;
  • green value is 40;
  • blue value is 33.
RGB:
(53,40,33)
(21%,16%,13%)

RGB channels and saturation

R 53 of 255 = 21%
G 40 of 255 = 16%
B 33 of 255 = 13%

53
40
33

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

Portions of RGB colors in percentages

R + G + B =
53 + 40 + 33 = 126 (100%)
R 53 of 126 ~ 42.06%
G 40 of 126 ~ 31.75%
B 33 of 126 ~ 26.19%

%42.06
%31.75
%26.19

CMYK color model

#352821 color CMYK value is (0,25,38,79).

  • cyan value is 0.00%
  • magenta value is 24.53%
  • yellow value is 37.74%
  • key color value is 79.22%
CMYK:
(0,25,38,79)
C0M25Y38K79 
(0%,25%,38%,79%)
(0.00/0.25/0.38/0.79)	

CMYK percentages

%0
%24.53
%37.74
%79.22

Codes

Color #352821 in popluar color models

352821
RGB534033
HSL21°23.26%16.86%
HSB/HSV21°37.74%20.78%
CMYK0.00%24.53%37.74%
79.22%

Color #352821 in popluar number systems.

HEX352821
Decimal534033
Binary110101101000100001
Octal655041

Shades and tints

Shades of #352821

#352821
(53,40,33)
#31251E
(49,37,30)
#2D221B
(45,34,27)
#291F18
(41,31,24)
#251C15
(37,28,21)
#211912
(33,25,18)
#1D160F
(29,22,15)
#19130C
(25,19,12)
#151009
(21,16,9)
#110D06
(17,13,6)
#0D0A03
(13,10,3)
#000000
(0,0,0)

Tints of #352821

#352821
(53,40,33)
#473B35
(71,59,53)
#594E49
(89,78,73)
#6B615D
(107,97,93)
#7D7471
(125,116,113)
#8F8785
(143,135,133)
#A19A99
(161,154,153)
#B3ADAD
(179,173,173)
#C5C0C1
(197,192,193)
#D7D3D5
(215,211,213)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #352821; }

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

This text font color is #352821.


Background Color

.myBgColor { background-color: #352821; }

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

This div background color is #352821.


Border color

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

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

This div border color is #352821.


Opacity

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

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

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

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

This text has shadow with #352821 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #352821 on black background.


Color preview on white background

This text has color #352821 on white background.



Black color preview on #352821 background

This text has black color on #352821 background.


White color preview on #352821 background

This text has white color on #352821 background.