COLOR #353520

HEX: #353520 RGB: (53,53,32)

Color info

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

RGB color model

#353520 color RGB value is (53,53,32).

RGB: (53,53,32) (21%, 21%, 13%)

RGB channels and saturation

R 53 of 255 = 21%
G 53 of 255 = 21%
B 32 of 255 = 13%

53
53
32

R + G + B ~ 18%. #353520 is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 53 + 32 = 138 (100%)
R 53 of 138 ~ 38.41%
G 53 of 138 ~ 38.41%
B 32 of 138 ~ 23.19'%

%38.41
%38.41
%23.19

CMYK color model

#353520 color CMYK value is (0,0,40,79).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 39.62%
  • key color value is 79.22%

CMYK: (0,0,40,79)
C0M0Y40K79 (0%, 0%, 40%, 79%)
(0.00 / 0.00 / 0.40 / 0.79)

CMYK percentages

%0
%0
%39.62
%79.22

Codes

Color #353520 in popluar color models

35 35 20
RGB 53 53 32
HSL 60° 24.71% 16.67%
HSB/HSV 60° 39.62% 20.78%
CMYK 0.00% 0.00% 39.62%
79.22%

Color #353520 in popluar number systems.

HEX 35 35 20
Decimal 53 53 32
Binary 110101 110101 100000
Octal 65 65 40

Shades and tints

Shades of #353520

#353520
(53,53,32)
#31311E
(49,49,30)
#2D2D1C
(45,45,28)
#29291A
(41,41,26)
#252518
(37,37,24)
#212116
(33,33,22)
#1D1D14
(29,29,20)
#191912
(25,25,18)
#151510
(21,21,16)
#11110E
(17,17,14)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #353520

#353520
(53,53,32)
#474734
(71,71,52)
#595948
(89,89,72)
#6B6B5C
(107,107,92)
#7D7D70
(125,125,112)
#8F8F84
(143,143,132)
#A1A198
(161,161,152)
#B3B3AC
(179,179,172)
#C5C5C0
(197,197,192)
#D7D7D4
(215,215,212)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353520; }

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

This text font color is #353520.

Background Color

.myBgColor { background-color: #353520; }

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

This div background color is #353520.

Border color

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

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

This div border color is #353520.

Opacity

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

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

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

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

This text has shadow with #353520 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #353520.

Preview

Color preview on black background

This text has color #353520 on black background.


Color preview on white background

This text has color #353520 on white background.


Black color preview on #353520 background

This text has black color on #353520 background.


White color preview on #353520 background

This text has white color on #353520 background.


Related colors

Complementary color

Complementary color for #hex is #CACADF.


I love getcolorcode.com