COLOR #353720

HEX: #353720
RGB: (53,55,32)

Color info

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

RGB color model

#353720 color RGB value is (53,55,32).

  • red value is 53;
  • green value is 55;
  • blue value is 32.
RGB:
(53,55,32)
(21%,22%,13%)

RGB channels and saturation

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

53
55
32

R + G + B ~ 19%. #353720 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 55 + 32 = 140 (100%)
R 53 of 140 ~ 37.86%
G 55 of 140 ~ 39.29%
B 32 of 140 ~ 22.86%

%37.86
%39.29
%22.86

CMYK color model

#353720 color CMYK value is (4,0,42,78).

  • cyan value is 3.64%
  • magenta value is 0.00%
  • yellow value is 41.82%
  • key color value is 78.43%
CMYK:
(4,0,42,78)
C4M0Y42K78 
(4%,0%,42%,78%)
(0.04/0.00/0.42/0.78)	

CMYK percentages

%3.64
%0
%41.82
%78.43

Codes

Color #353720 in popluar color models

353720
RGB535532
HSL65°26.44%17.06%
HSB/HSV65°41.82%21.57%
CMYK3.64%0.00%41.82%
78.43%

Color #353720 in popluar number systems.

HEX353720
Decimal535532
Binary110101110111100000
Octal656740

Shades and tints

Shades of #353720

#353720
(53,55,32)
#31321E
(49,50,30)
#2D2D1C
(45,45,28)
#29281A
(41,40,26)
#252318
(37,35,24)
#211E16
(33,30,22)
#1D1914
(29,25,20)
#191412
(25,20,18)
#150F10
(21,15,16)
#110A0E
(17,10,14)
#0D050C
(13,5,12)
#000000
(0,0,0)

Tints of #353720

#353720
(53,55,32)
#474934
(71,73,52)
#595B48
(89,91,72)
#6B6D5C
(107,109,92)
#7D7F70
(125,127,112)
#8F9184
(143,145,132)
#A1A398
(161,163,152)
#B3B5AC
(179,181,172)
#C5C7C0
(197,199,192)
#D7D9D4
(215,217,212)
#E9EBE8
(233,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353720; }

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

This text font color is #353720.


Background Color

.myBgColor { background-color: #353720; }

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

This div background color is #353720.


Border color

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

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

This div border color is #353720.


Opacity

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

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

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

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

This text has shadow with #353720 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353720 on black background.


Color preview on white background

This text has color #353720 on white background.



Black color preview on #353720 background

This text has black color on #353720 background.


White color preview on #353720 background

This text has white color on #353720 background.