COLOR #352C21

HEX: #352C21
RGB: (53,44,33)

Color info

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

RGB color model

#352C21 color RGB value is (53,44,33).

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

RGB channels and saturation

R 53 of 255 = 21%
G 44 of 255 = 17%
B 33 of 255 = 13%

53
44
33

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

Portions of RGB colors in percentages

R + G + B =
53 + 44 + 33 = 130 (100%)
R 53 of 130 ~ 40.77%
G 44 of 130 ~ 33.85%
B 33 of 130 ~ 25.38%

%40.77
%33.85
%25.38

CMYK color model

#352C21 color CMYK value is (0,17,38,79).

  • cyan value is 0.00%
  • magenta value is 16.98%
  • yellow value is 37.74%
  • key color value is 79.22%
CMYK:
(0,17,38,79)
C0M17Y38K79 
(0%,17%,38%,79%)
(0.00/0.17/0.38/0.79)	

CMYK percentages

%0
%16.98
%37.74
%79.22

Codes

Color #352C21 in popluar color models

352C21
RGB534433
HSL33°23.26%16.86%
HSB/HSV33°37.74%20.78%
CMYK0.00%16.98%37.74%
79.22%

Color #352C21 in popluar number systems.

HEX352C21
Decimal534433
Binary110101101100100001
Octal655441

Shades and tints

Shades of #352C21

#352C21
(53,44,33)
#31281E
(49,40,30)
#2D241B
(45,36,27)
#292018
(41,32,24)
#251C15
(37,28,21)
#211812
(33,24,18)
#1D140F
(29,20,15)
#19100C
(25,16,12)
#150C09
(21,12,9)
#110806
(17,8,6)
#0D0403
(13,4,3)
#000000
(0,0,0)

Tints of #352C21

#352C21
(53,44,33)
#473F35
(71,63,53)
#595249
(89,82,73)
#6B655D
(107,101,93)
#7D7871
(125,120,113)
#8F8B85
(143,139,133)
#A19E99
(161,158,153)
#B3B1AD
(179,177,173)
#C5C4C1
(197,196,193)
#D7D7D5
(215,215,213)
#E9EAE9
(233,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #352C21; }

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

This text font color is #352C21.


Background Color

.myBgColor { background-color: #352C21; }

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

This div background color is #352C21.


Border color

.myBorderColor { border: 1px solid #352C21; }

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

This div border color is #352C21.


Opacity

.myOpacity80 { color: #352C21; opacity: 0.8; }

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

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

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

This text has shadow with #352C21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #352C21 on black background.


Color preview on white background

This text has color #352C21 on white background.



Black color preview on #352C21 background

This text has black color on #352C21 background.


White color preview on #352C21 background

This text has white color on #352C21 background.