COLOR #352829

HEX: #352829
RGB: (53,40,41)

Color info

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

RGB color model

#352829 color RGB value is (53,40,41).

  • red value is 53;
  • green value is 40;
  • blue value is 41.
RGB:
(53,40,41)
(21%,16%,16%)

RGB channels and saturation

R 53 of 255 = 21%
G 40 of 255 = 16%
B 41 of 255 = 16%

53
40
41

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

Portions of RGB colors in percentages

R + G + B =
53 + 40 + 41 = 134 (100%)
R 53 of 134 ~ 39.55%
G 40 of 134 ~ 29.85%
B 41 of 134 ~ 30.6%

%39.55
%29.85
%30.6

CMYK color model

#352829 color CMYK value is (0,25,23,79).

  • cyan value is 0.00%
  • magenta value is 24.53%
  • yellow value is 22.64%
  • key color value is 79.22%
CMYK:
(0,25,23,79)
C0M25Y23K79 
(0%,25%,23%,79%)
(0.00/0.25/0.23/0.79)	

CMYK percentages

%0
%24.53
%22.64
%79.22

Codes

Color #352829 in popluar color models

352829
RGB534041
HSL355°13.98%18.24%
HSB/HSV355°24.53%20.78%
CMYK0.00%24.53%22.64%
79.22%

Color #352829 in popluar number systems.

HEX352829
Decimal534041
Binary110101101000101001
Octal655051

Shades and tints

Shades of #352829

#352829
(53,40,41)
#312526
(49,37,38)
#2D2223
(45,34,35)
#291F20
(41,31,32)
#251C1D
(37,28,29)
#21191A
(33,25,26)
#1D1617
(29,22,23)
#191314
(25,19,20)
#151011
(21,16,17)
#110D0E
(17,13,14)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #352829

#352829
(53,40,41)
#473B3C
(71,59,60)
#594E4F
(89,78,79)
#6B6162
(107,97,98)
#7D7475
(125,116,117)
#8F8788
(143,135,136)
#A19A9B
(161,154,155)
#B3ADAE
(179,173,174)
#C5C0C1
(197,192,193)
#D7D3D4
(215,211,212)
#E9E6E7
(233,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #352829 color. Also use rgb(53,40,41) instead hex code.

Text Font Color

.myTextColor { color: #352829; }

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

This text font color is #352829.


Background Color

.myBgColor { background-color: #352829; }

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

This div background color is #352829.


Border color

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

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

This div border color is #352829.


Opacity

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

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

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

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

This text has shadow with #352829 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #352829 on black background.


Color preview on white background

This text has color #352829 on white background.



Black color preview on #352829 background

This text has black color on #352829 background.


White color preview on #352829 background

This text has white color on #352829 background.