COLOR #353D21

HEX: #353D21
RGB: (53,61,33)

Color info

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

RGB color model

#353D21 color RGB value is (53,61,33).

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

RGB channels and saturation

R 53 of 255 = 21%
G 61 of 255 = 24%
B 33 of 255 = 13%

53
61
33

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

Portions of RGB colors in percentages

R + G + B =
53 + 61 + 33 = 147 (100%)
R 53 of 147 ~ 36.05%
G 61 of 147 ~ 41.5%
B 33 of 147 ~ 22.45%

%36.05
%41.5
%22.45

CMYK color model

#353D21 color CMYK value is (13,0,46,76).

  • cyan value is 13.11%
  • magenta value is 0.00%
  • yellow value is 45.90%
  • key color value is 76.08%
CMYK:
(13,0,46,76)
C13M0Y46K76 
(13%,0%,46%,76%)
(0.13/0.00/0.46/0.76)	

CMYK percentages

%13.11
%0
%45.9
%76.08

Codes

Color #353D21 in popluar color models

353D21
RGB536133
HSL77°29.79%18.43%
HSB/HSV77°45.90%23.92%
CMYK13.11%0.00%45.90%
76.08%

Color #353D21 in popluar number systems.

HEX353D21
Decimal536133
Binary110101111101100001
Octal657541

Shades and tints

Shades of #353D21

#353D21
(53,61,33)
#31381E
(49,56,30)
#2D331B
(45,51,27)
#292E18
(41,46,24)
#252915
(37,41,21)
#212412
(33,36,18)
#1D1F0F
(29,31,15)
#191A0C
(25,26,12)
#151509
(21,21,9)
#111006
(17,16,6)
#0D0B03
(13,11,3)
#000000
(0,0,0)

Tints of #353D21

#353D21
(53,61,33)
#474E35
(71,78,53)
#595F49
(89,95,73)
#6B705D
(107,112,93)
#7D8171
(125,129,113)
#8F9285
(143,146,133)
#A1A399
(161,163,153)
#B3B4AD
(179,180,173)
#C5C5C1
(197,197,193)
#D7D6D5
(215,214,213)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353D21; }

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

This text font color is #353D21.


Background Color

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

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

This div background color is #353D21.


Border color

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

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

This div border color is #353D21.


Opacity

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

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

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

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

This text has shadow with #353D21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353D21 on black background.


Color preview on white background

This text has color #353D21 on white background.



Black color preview on #353D21 background

This text has black color on #353D21 background.


White color preview on #353D21 background

This text has white color on #353D21 background.