COLOR #352B2C

HEX: #352B2C
RGB: (53,43,44)

Color info

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

RGB color model

#352B2C color RGB value is (53,43,44).

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

RGB channels and saturation

R 53 of 255 = 21%
G 43 of 255 = 17%
B 44 of 255 = 17%

53
43
44

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

Portions of RGB colors in percentages

R + G + B =
53 + 43 + 44 = 140 (100%)
R 53 of 140 ~ 37.86%
G 43 of 140 ~ 30.71%
B 44 of 140 ~ 31.43%

%37.86
%30.71
%31.43

CMYK color model

#352B2C color CMYK value is (0,19,17,79).

  • cyan value is 0.00%
  • magenta value is 18.87%
  • yellow value is 16.98%
  • key color value is 79.22%
CMYK:
(0,19,17,79)
C0M19Y17K79 
(0%,19%,17%,79%)
(0.00/0.19/0.17/0.79)	

CMYK percentages

%0
%18.87
%16.98
%79.22

Codes

Color #352B2C in popluar color models

352B2C
RGB534344
HSL354°10.42%18.82%
HSB/HSV354°18.87%20.78%
CMYK0.00%18.87%16.98%
79.22%

Color #352B2C in popluar number systems.

HEX352B2C
Decimal534344
Binary110101101011101100
Octal655354

Shades and tints

Shades of #352B2C

#352B2C
(53,43,44)
#312828
(49,40,40)
#2D2524
(45,37,36)
#292220
(41,34,32)
#251F1C
(37,31,28)
#211C18
(33,28,24)
#1D1914
(29,25,20)
#191610
(25,22,16)
#15130C
(21,19,12)
#111008
(17,16,8)
#0D0D04
(13,13,4)
#000000
(0,0,0)

Tints of #352B2C

#352B2C
(53,43,44)
#473E3F
(71,62,63)
#595152
(89,81,82)
#6B6465
(107,100,101)
#7D7778
(125,119,120)
#8F8A8B
(143,138,139)
#A19D9E
(161,157,158)
#B3B0B1
(179,176,177)
#C5C3C4
(197,195,196)
#D7D6D7
(215,214,215)
#E9E9EA
(233,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #352B2C; }

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

This text font color is #352B2C.


Background Color

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

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

This div background color is #352B2C.


Border color

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

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

This div border color is #352B2C.


Opacity

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

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

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

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

This text has shadow with #352B2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #352B2C on black background.


Color preview on white background

This text has color #352B2C on white background.



Black color preview on #352B2C background

This text has black color on #352B2C background.


White color preview on #352B2C background

This text has white color on #352B2C background.