COLOR #353A20

HEX: #353A20
RGB: (53,58,32)

Color info

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

RGB color model

#353A20 color RGB value is (53,58,32).

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

RGB channels and saturation

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

53
58
32

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

Portions of RGB colors in percentages

R + G + B =
53 + 58 + 32 = 143 (100%)
R 53 of 143 ~ 37.06%
G 58 of 143 ~ 40.56%
B 32 of 143 ~ 22.38%

%37.06
%40.56
%22.38

CMYK color model

#353A20 color CMYK value is (9,0,45,77).

  • cyan value is 8.62%
  • magenta value is 0.00%
  • yellow value is 44.83%
  • key color value is 77.25%
CMYK:
(9,0,45,77)
C9M0Y45K77 
(9%,0%,45%,77%)
(0.09/0.00/0.45/0.77)	

CMYK percentages

%8.62
%0
%44.83
%77.25

Codes

Color #353A20 in popluar color models

353A20
RGB535832
HSL72°28.89%17.65%
HSB/HSV72°44.83%22.75%
CMYK8.62%0.00%44.83%
77.25%

Color #353A20 in popluar number systems.

HEX353A20
Decimal535832
Binary110101111010100000
Octal657240

Shades and tints

Shades of #353A20

#353A20
(53,58,32)
#31351E
(49,53,30)
#2D301C
(45,48,28)
#292B1A
(41,43,26)
#252618
(37,38,24)
#212116
(33,33,22)
#1D1C14
(29,28,20)
#191712
(25,23,18)
#151210
(21,18,16)
#110D0E
(17,13,14)
#0D080C
(13,8,12)
#000000
(0,0,0)

Tints of #353A20

#353A20
(53,58,32)
#474B34
(71,75,52)
#595C48
(89,92,72)
#6B6D5C
(107,109,92)
#7D7E70
(125,126,112)
#8F8F84
(143,143,132)
#A1A098
(161,160,152)
#B3B1AC
(179,177,172)
#C5C2C0
(197,194,192)
#D7D3D4
(215,211,212)
#E9E4E8
(233,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353A20; }

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

This text font color is #353A20.


Background Color

.myBgColor { background-color: #353A20; }

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

This div background color is #353A20.


Border color

.myBorderColor { border: 1px solid #353A20; }

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

This div border color is #353A20.


Opacity

.myOpacity80 { color: #353A20; opacity: 0.8; }

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

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

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

This text has shadow with #353A20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353A20 on black background.


Color preview on white background

This text has color #353A20 on white background.



Black color preview on #353A20 background

This text has black color on #353A20 background.


White color preview on #353A20 background

This text has white color on #353A20 background.