COLOR #352B28

HEX: #352B28
RGB: (53,43,40)

Color info

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

RGB color model

#352B28 color RGB value is (53,43,40).

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

RGB channels and saturation

R 53 of 255 = 21%
G 43 of 255 = 17%
B 40 of 255 = 16%

53
43
40

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

Portions of RGB colors in percentages

R + G + B =
53 + 43 + 40 = 136 (100%)
R 53 of 136 ~ 38.97%
G 43 of 136 ~ 31.62%
B 40 of 136 ~ 29.41%

%38.97
%31.62
%29.41

CMYK color model

#352B28 color CMYK value is (0,19,25,79).

  • cyan value is 0.00%
  • magenta value is 18.87%
  • yellow value is 24.53%
  • key color value is 79.22%
CMYK:
(0,19,25,79)
C0M19Y25K79 
(0%,19%,25%,79%)
(0.00/0.19/0.25/0.79)	

CMYK percentages

%0
%18.87
%24.53
%79.22

Codes

Color #352B28 in popluar color models

352B28
RGB534340
HSL14°13.98%18.24%
HSB/HSV14°24.53%20.78%
CMYK0.00%18.87%24.53%
79.22%

Color #352B28 in popluar number systems.

HEX352B28
Decimal534340
Binary110101101011101000
Octal655350

Shades and tints

Shades of #352B28

#352B28
(53,43,40)
#312825
(49,40,37)
#2D2522
(45,37,34)
#29221F
(41,34,31)
#251F1C
(37,31,28)
#211C19
(33,28,25)
#1D1916
(29,25,22)
#191613
(25,22,19)
#151310
(21,19,16)
#11100D
(17,16,13)
#0D0D0A
(13,13,10)
#000000
(0,0,0)

Tints of #352B28

#352B28
(53,43,40)
#473E3B
(71,62,59)
#59514E
(89,81,78)
#6B6461
(107,100,97)
#7D7774
(125,119,116)
#8F8A87
(143,138,135)
#A19D9A
(161,157,154)
#B3B0AD
(179,176,173)
#C5C3C0
(197,195,192)
#D7D6D3
(215,214,211)
#E9E9E6
(233,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #352B28; }

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

This text font color is #352B28.


Background Color

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

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

This div background color is #352B28.


Border color

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

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

This div border color is #352B28.


Opacity

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

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

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

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

This text has shadow with #352B28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #352B28 on black background.


Color preview on white background

This text has color #352B28 on white background.



Black color preview on #352B28 background

This text has black color on #352B28 background.


White color preview on #352B28 background

This text has white color on #352B28 background.