COLOR #352729

HEX: #352729
RGB: (53,39,41)

Color info

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

RGB color model

#352729 color RGB value is (53,39,41).

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

RGB channels and saturation

R 53 of 255 = 21%
G 39 of 255 = 15%
B 41 of 255 = 16%

53
39
41

R + G + B ~ 17%. #352729 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 39 + 41 = 133 (100%)
R 53 of 133 ~ 39.85%
G 39 of 133 ~ 29.32%
B 41 of 133 ~ 30.83%

%39.85
%29.32
%30.83

CMYK color model

#352729 color CMYK value is (0,26,23,79).

  • cyan value is 0.00%
  • magenta value is 26.42%
  • yellow value is 22.64%
  • key color value is 79.22%
CMYK:
(0,26,23,79)
C0M26Y23K79 
(0%,26%,23%,79%)
(0.00/0.26/0.23/0.79)	

CMYK percentages

%0
%26.42
%22.64
%79.22

Codes

Color #352729 in popluar color models

352729
RGB533941
HSL351°15.22%18.04%
HSB/HSV351°26.42%20.78%
CMYK0.00%26.42%22.64%
79.22%

Color #352729 in popluar number systems.

HEX352729
Decimal533941
Binary110101100111101001
Octal654751

Shades and tints

Shades of #352729

#352729
(53,39,41)
#312426
(49,36,38)
#2D2123
(45,33,35)
#291E20
(41,30,32)
#251B1D
(37,27,29)
#21181A
(33,24,26)
#1D1517
(29,21,23)
#191214
(25,18,20)
#150F11
(21,15,17)
#110C0E
(17,12,14)
#0D090B
(13,9,11)
#000000
(0,0,0)

Tints of #352729

#352729
(53,39,41)
#473A3C
(71,58,60)
#594D4F
(89,77,79)
#6B6062
(107,96,98)
#7D7375
(125,115,117)
#8F8688
(143,134,136)
#A1999B
(161,153,155)
#B3ACAE
(179,172,174)
#C5BFC1
(197,191,193)
#D7D2D4
(215,210,212)
#E9E5E7
(233,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #352729; }

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

This text font color is #352729.


Background Color

.myBgColor { background-color: #352729; }

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

This div background color is #352729.


Border color

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

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

This div border color is #352729.


Opacity

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

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

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

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

This text has shadow with #352729 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #352729 on black background.


Color preview on white background

This text has color #352729 on white background.



Black color preview on #352729 background

This text has black color on #352729 background.


White color preview on #352729 background

This text has white color on #352729 background.