COLOR #352229

HEX: #352229 RGB: (53,34,41)

Color info

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

RGB color model

#352229 color RGB value is (53,34,41).

RGB: (53,34,41) (21%, 13%, 16%)

RGB channels and saturation

R 53 of 255 = 21%
G 34 of 255 = 13%
B 41 of 255 = 16%

53
34
41

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

Portions of RGB colors in percentages

R + G + B = 53 + 34 + 41 = 128 (100%)
R 53 of 128 ~ 41.41%
G 34 of 128 ~ 26.56%
B 41 of 128 ~ 32.03'%

%41.41
%26.56
%32.03

CMYK color model

#352229 color CMYK value is (0,36,23,79).

  • cyan value is 0.00%
  • magenta value is 35.85%
  • yellow value is 22.64%
  • key color value is 79.22%

CMYK: (0,36,23,79)
C0M36Y23K79 (0%, 36%, 23%, 79%)
(0.00 / 0.36 / 0.23 / 0.79)

CMYK percentages

%0
%35.85
%22.64
%79.22

Codes

Color #352229 in popluar color models

35 22 29
RGB 53 34 41
HSL 338° 21.84% 17.06%
HSB/HSV 338° 35.85% 20.78%
CMYK 0.00% 35.85% 22.64%
79.22%

Color #352229 in popluar number systems.

HEX 35 22 29
Decimal 53 34 41
Binary 110101 100010 101001
Octal 65 42 51

Shades and tints

Shades of #352229

#352229
(53,34,41)
#311F26
(49,31,38)
#2D1C23
(45,28,35)
#291920
(41,25,32)
#25161D
(37,22,29)
#21131A
(33,19,26)
#1D1017
(29,16,23)
#190D14
(25,13,20)
#150A11
(21,10,17)
#11070E
(17,7,14)
#0D040B
(13,4,11)
#000000
(0,0,0)

Tints of #352229

#352229
(53,34,41)
#47363C
(71,54,60)
#594A4F
(89,74,79)
#6B5E62
(107,94,98)
#7D7275
(125,114,117)
#8F8688
(143,134,136)
#A19A9B
(161,154,155)
#B3AEAE
(179,174,174)
#C5C2C1
(197,194,193)
#D7D6D4
(215,214,212)
#E9EAE7
(233,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #352229; }

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

This text font color is #352229.

Background Color

.myBgColor { background-color: #352229; }

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

This div background color is #352229.

Border color

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

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

This div border color is #352229.

Opacity

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

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

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

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

This text has shadow with #352229 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #352229.

Preview

Color preview on black background

This text has color #352229 on black background.


Color preview on white background

This text has color #352229 on white background.


Black color preview on #352229 background

This text has black color on #352229 background.


White color preview on #352229 background

This text has white color on #352229 background.


Related colors

Complementary color

Complementary color for #hex is #CADDD6.


I love getcolorcode.com

Triadic colors

1 #293522 and #222935 with #352229 are triadic colors.

2 #292235 and #223529 with #352229 are triadic colors.