COLOR #353021

HEX: #353021
RGB: (53,48,33)

Color info

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

RGB color model

#353021 color RGB value is (53,48,33).

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

RGB channels and saturation

R 53 of 255 = 21%
G 48 of 255 = 19%
B 33 of 255 = 13%

53
48
33

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

Portions of RGB colors in percentages

R + G + B =
53 + 48 + 33 = 134 (100%)
R 53 of 134 ~ 39.55%
G 48 of 134 ~ 35.82%
B 33 of 134 ~ 24.63%

%39.55
%35.82
%24.63

CMYK color model

#353021 color CMYK value is (0,9,38,79).

  • cyan value is 0.00%
  • magenta value is 9.43%
  • yellow value is 37.74%
  • key color value is 79.22%
CMYK:
(0,9,38,79)
C0M9Y38K79 
(0%,9%,38%,79%)
(0.00/0.09/0.38/0.79)	

CMYK percentages

%0
%9.43
%37.74
%79.22

Codes

Color #353021 in popluar color models

353021
RGB534833
HSL45°23.26%16.86%
HSB/HSV45°37.74%20.78%
CMYK0.00%9.43%37.74%
79.22%

Color #353021 in popluar number systems.

HEX353021
Decimal534833
Binary110101110000100001
Octal656041

Shades and tints

Shades of #353021

#353021
(53,48,33)
#312C1E
(49,44,30)
#2D281B
(45,40,27)
#292418
(41,36,24)
#252015
(37,32,21)
#211C12
(33,28,18)
#1D180F
(29,24,15)
#19140C
(25,20,12)
#151009
(21,16,9)
#110C06
(17,12,6)
#0D0803
(13,8,3)
#000000
(0,0,0)

Tints of #353021

#353021
(53,48,33)
#474235
(71,66,53)
#595449
(89,84,73)
#6B665D
(107,102,93)
#7D7871
(125,120,113)
#8F8A85
(143,138,133)
#A19C99
(161,156,153)
#B3AEAD
(179,174,173)
#C5C0C1
(197,192,193)
#D7D2D5
(215,210,213)
#E9E4E9
(233,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353021; }

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

This text font color is #353021.


Background Color

.myBgColor { background-color: #353021; }

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

This div background color is #353021.


Border color

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

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

This div border color is #353021.


Opacity

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

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

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

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

This text has shadow with #353021 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353021 on black background.


Color preview on white background

This text has color #353021 on white background.



Black color preview on #353021 background

This text has black color on #353021 background.


White color preview on #353021 background

This text has white color on #353021 background.