COLOR #352C2A

HEX: #352C2A
RGB: (53,44,42)

Color info

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

RGB color model

#352C2A color RGB value is (53,44,42).

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

RGB channels and saturation

R 53 of 255 = 21%
G 44 of 255 = 17%
B 42 of 255 = 16%

53
44
42

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

Portions of RGB colors in percentages

R + G + B =
53 + 44 + 42 = 139 (100%)
R 53 of 139 ~ 38.13%
G 44 of 139 ~ 31.65%
B 42 of 139 ~ 30.22%

%38.13
%31.65
%30.22

CMYK color model

#352C2A color CMYK value is (0,17,21,79).

  • cyan value is 0.00%
  • magenta value is 16.98%
  • yellow value is 20.75%
  • key color value is 79.22%
CMYK:
(0,17,21,79)
C0M17Y21K79 
(0%,17%,21%,79%)
(0.00/0.17/0.21/0.79)	

CMYK percentages

%0
%16.98
%20.75
%79.22

Codes

Color #352C2A in popluar color models

352C2A
RGB534442
HSL11°11.58%18.63%
HSB/HSV11°20.75%20.78%
CMYK0.00%16.98%20.75%
79.22%

Color #352C2A in popluar number systems.

HEX352C2A
Decimal534442
Binary110101101100101010
Octal655452

Shades and tints

Shades of #352C2A

#352C2A
(53,44,42)
#312827
(49,40,39)
#2D2424
(45,36,36)
#292021
(41,32,33)
#251C1E
(37,28,30)
#21181B
(33,24,27)
#1D1418
(29,20,24)
#191015
(25,16,21)
#150C12
(21,12,18)
#11080F
(17,8,15)
#0D040C
(13,4,12)
#000000
(0,0,0)

Tints of #352C2A

#352C2A
(53,44,42)
#473F3D
(71,63,61)
#595250
(89,82,80)
#6B6563
(107,101,99)
#7D7876
(125,120,118)
#8F8B89
(143,139,137)
#A19E9C
(161,158,156)
#B3B1AF
(179,177,175)
#C5C4C2
(197,196,194)
#D7D7D5
(215,215,213)
#E9EAE8
(233,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #352C2A; }

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

This text font color is #352C2A.


Background Color

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

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

This div background color is #352C2A.


Border color

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

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

This div border color is #352C2A.


Opacity

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

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

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

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

This text has shadow with #352C2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #352C2A on black background.


Color preview on white background

This text has color #352C2A on white background.



Black color preview on #352C2A background

This text has black color on #352C2A background.


White color preview on #352C2A background

This text has white color on #352C2A background.