COLOR #353721

HEX: #353721
RGB: (53,55,33)

Color info

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

RGB color model

#353721 color RGB value is (53,55,33).

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

RGB channels and saturation

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

53
55
33

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

Portions of RGB colors in percentages

R + G + B =
53 + 55 + 33 = 141 (100%)
R 53 of 141 ~ 37.59%
G 55 of 141 ~ 39.01%
B 33 of 141 ~ 23.4%

%37.59
%39.01
%23.4

CMYK color model

#353721 color CMYK value is (4,0,40,78).

  • cyan value is 3.64%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 78.43%
CMYK:
(4,0,40,78)
C4M0Y40K78 
(4%,0%,40%,78%)
(0.04/0.00/0.40/0.78)	

CMYK percentages

%3.64
%0
%40
%78.43

Codes

Color #353721 in popluar color models

353721
RGB535533
HSL65°25.00%17.25%
HSB/HSV65°40.00%21.57%
CMYK3.64%0.00%40.00%
78.43%

Color #353721 in popluar number systems.

HEX353721
Decimal535533
Binary110101110111100001
Octal656741

Shades and tints

Shades of #353721

#353721
(53,55,33)
#31321E
(49,50,30)
#2D2D1B
(45,45,27)
#292818
(41,40,24)
#252315
(37,35,21)
#211E12
(33,30,18)
#1D190F
(29,25,15)
#19140C
(25,20,12)
#150F09
(21,15,9)
#110A06
(17,10,6)
#0D0503
(13,5,3)
#000000
(0,0,0)

Tints of #353721

#353721
(53,55,33)
#474935
(71,73,53)
#595B49
(89,91,73)
#6B6D5D
(107,109,93)
#7D7F71
(125,127,113)
#8F9185
(143,145,133)
#A1A399
(161,163,153)
#B3B5AD
(179,181,173)
#C5C7C1
(197,199,193)
#D7D9D5
(215,217,213)
#E9EBE9
(233,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353721; }

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

This text font color is #353721.


Background Color

.myBgColor { background-color: #353721; }

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

This div background color is #353721.


Border color

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

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

This div border color is #353721.


Opacity

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

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

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

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

This text has shadow with #353721 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353721 on black background.


Color preview on white background

This text has color #353721 on white background.



Black color preview on #353721 background

This text has black color on #353721 background.


White color preview on #353721 background

This text has white color on #353721 background.