COLOR #352721

HEX: #352721 RGB: (53,39,33)

Color info

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

RGB color model

#352721 color RGB value is (53,39,33).

RGB: (53,39,33) (21%, 15%, 13%)

RGB channels and saturation

R 53 of 255 = 21%
G 39 of 255 = 15%
B 33 of 255 = 13%

53
39
33

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

Portions of RGB colors in percentages

R + G + B = 53 + 39 + 33 = 125 (100%)
R 53 of 125 ~ 42.4%
G 39 of 125 ~ 31.2%
B 33 of 125 ~ 26.4'%

%42.4
%31.2
%26.4

CMYK color model

#352721 color CMYK value is (0,26,38,79).

  • cyan value is 0.00%
  • magenta value is 26.42%
  • yellow value is 37.74%
  • key color value is 79.22%
CMYK: (0,26,38,79) C0M26Y38K79 (0%,26%,38%,79%) (0.00/0.26/0.38/0.79) 

CMYK percentages

%0
%26.42
%37.74
%79.22

Codes

Color #352721 in popluar color models

35 27 21
RGB 53 39 33
HSL 18° 23.26% 16.86%
HSB/HSV 18° 37.74% 20.78%
CMYK 0.00% 26.42% 37.74%
79.22%

Color #352721 in popluar number systems.

HEX 35 27 21
Decimal 53 39 33
Binary 110101 100111 100001
Octal 65 47 41

Shades and tints

Shades of #352721

#352721
(53,39,33)
#31241E
(49,36,30)
#2D211B
(45,33,27)
#291E18
(41,30,24)
#251B15
(37,27,21)
#211812
(33,24,18)
#1D150F
(29,21,15)
#19120C
(25,18,12)
#150F09
(21,15,9)
#110C06
(17,12,6)
#0D0903
(13,9,3)
#000000
(0,0,0)

Tints of #352721

#352721
(53,39,33)
#473A35
(71,58,53)
#594D49
(89,77,73)
#6B605D
(107,96,93)
#7D7371
(125,115,113)
#8F8685
(143,134,133)
#A19999
(161,153,153)
#B3ACAD
(179,172,173)
#C5BFC1
(197,191,193)
#D7D2D5
(215,210,213)
#E9E5E9
(233,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #352721; }

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

This text font color is #352721.

Background Color

.myBgColor { background-color: #352721; }

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

This div background color is #352721.

Border color

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

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

This div border color is #352721.

Opacity

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

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

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

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

This text has shadow with #352721 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #352721.

Preview

Color preview on black background

This text has color #352721 on black background.


Color preview on white background

This text has color #352721 on white background.


Black color preview on #352721 background

This text has black color on #352721 background.


White color preview on #352721 background

This text has white color on #352721 background.


Related colors

Complementary color

Complementary color for #hex is #CAD8DE.


I love getcolorcode.com

Triadic colors

1 #213527 and #272135 with #352721 are triadic colors.

2 #212735 and #273521 with #352721 are triadic colors.