COLOR #352529

HEX: #352529
RGB: (53,37,41)

Color info

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

RGB color model

#352529 color RGB value is (53,37,41).

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

RGB channels and saturation

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

53
37
41

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

Portions of RGB colors in percentages

R + G + B =
53 + 37 + 41 = 131 (100%)
R 53 of 131 ~ 40.46%
G 37 of 131 ~ 28.24%
B 41 of 131 ~ 31.3%

%40.46
%28.24
%31.3

CMYK color model

#352529 color CMYK value is (0,30,23,79).

  • cyan value is 0.00%
  • magenta value is 30.19%
  • yellow value is 22.64%
  • key color value is 79.22%
CMYK:
(0,30,23,79)
C0M30Y23K79 
(0%,30%,23%,79%)
(0.00/0.30/0.23/0.79)	

CMYK percentages

%0
%30.19
%22.64
%79.22

Codes

Color #352529 in popluar color models

352529
RGB533741
HSL345°17.78%17.65%
HSB/HSV345°30.19%20.78%
CMYK0.00%30.19%22.64%
79.22%

Color #352529 in popluar number systems.

HEX352529
Decimal533741
Binary110101100101101001
Octal654551

Shades and tints

Shades of #352529

#352529
(53,37,41)
#312226
(49,34,38)
#2D1F23
(45,31,35)
#291C20
(41,28,32)
#25191D
(37,25,29)
#21161A
(33,22,26)
#1D1317
(29,19,23)
#191014
(25,16,20)
#150D11
(21,13,17)
#110A0E
(17,10,14)
#0D070B
(13,7,11)
#000000
(0,0,0)

Tints of #352529

#352529
(53,37,41)
#47383C
(71,56,60)
#594B4F
(89,75,79)
#6B5E62
(107,94,98)
#7D7175
(125,113,117)
#8F8488
(143,132,136)
#A1979B
(161,151,155)
#B3AAAE
(179,170,174)
#C5BDC1
(197,189,193)
#D7D0D4
(215,208,212)
#E9E3E7
(233,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #352529; }

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

This text font color is #352529.


Background Color

.myBgColor { background-color: #352529; }

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

This div background color is #352529.


Border color

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

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

This div border color is #352529.


Opacity

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

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

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

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

This text has shadow with #352529 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #352529 on black background.


Color preview on white background

This text has color #352529 on white background.



Black color preview on #352529 background

This text has black color on #352529 background.


White color preview on #352529 background

This text has white color on #352529 background.