COLOR #352B2E

HEX: #352B2E
RGB: (53,43,46)

Color info

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

RGB color model

#352B2E color RGB value is (53,43,46).

  • red value is 53;
  • green value is 43;
  • blue value is 46.
RGB:
(53,43,46)
(21%,17%,18%)

RGB channels and saturation

R 53 of 255 = 21%
G 43 of 255 = 17%
B 46 of 255 = 18%

53
43
46

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

Portions of RGB colors in percentages

R + G + B =
53 + 43 + 46 = 142 (100%)
R 53 of 142 ~ 37.32%
G 43 of 142 ~ 30.28%
B 46 of 142 ~ 32.39%

%37.32
%30.28
%32.39

CMYK color model

#352B2E color CMYK value is (0,19,13,79).

  • cyan value is 0.00%
  • magenta value is 18.87%
  • yellow value is 13.21%
  • key color value is 79.22%
CMYK:
(0,19,13,79)
C0M19Y13K79 
(0%,19%,13%,79%)
(0.00/0.19/0.13/0.79)	

CMYK percentages

%0
%18.87
%13.21
%79.22

Codes

Color #352B2E in popluar color models

352B2E
RGB534346
HSL342°10.42%18.82%
HSB/HSV342°18.87%20.78%
CMYK0.00%18.87%13.21%
79.22%

Color #352B2E in popluar number systems.

HEX352B2E
Decimal534346
Binary110101101011101110
Octal655356

Shades and tints

Shades of #352B2E

#352B2E
(53,43,46)
#31282A
(49,40,42)
#2D2526
(45,37,38)
#292222
(41,34,34)
#251F1E
(37,31,30)
#211C1A
(33,28,26)
#1D1916
(29,25,22)
#191612
(25,22,18)
#15130E
(21,19,14)
#11100A
(17,16,10)
#0D0D06
(13,13,6)
#000000
(0,0,0)

Tints of #352B2E

#352B2E
(53,43,46)
#473E41
(71,62,65)
#595154
(89,81,84)
#6B6467
(107,100,103)
#7D777A
(125,119,122)
#8F8A8D
(143,138,141)
#A19DA0
(161,157,160)
#B3B0B3
(179,176,179)
#C5C3C6
(197,195,198)
#D7D6D9
(215,214,217)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #352B2E color. Also use rgb(53,43,46) instead hex code.

Text Font Color

.myTextColor { color: #352B2E; }

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

This text font color is #352B2E.


Background Color

.myBgColor { background-color: #352B2E; }

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

This div background color is #352B2E.


Border color

.myBorderColor { border: 1px solid #352B2E; }

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

This div border color is #352B2E.


Opacity

.myOpacity80 { color: #352B2E; opacity: 0.8; }

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

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

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

This text has shadow with #352B2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #352B2E on black background.


Color preview on white background

This text has color #352B2E on white background.



Black color preview on #352B2E background

This text has black color on #352B2E background.


White color preview on #352B2E background

This text has white color on #352B2E background.