COLOR #352E2A

HEX: #352E2A
RGB: (53,46,42)

Color info

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

RGB color model

#352E2A color RGB value is (53,46,42).

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

RGB channels and saturation

R 53 of 255 = 21%
G 46 of 255 = 18%
B 42 of 255 = 16%

53
46
42

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

Portions of RGB colors in percentages

R + G + B =
53 + 46 + 42 = 141 (100%)
R 53 of 141 ~ 37.59%
G 46 of 141 ~ 32.62%
B 42 of 141 ~ 29.79%

%37.59
%32.62
%29.79

CMYK color model

#352E2A color CMYK value is (0,13,21,79).

  • cyan value is 0.00%
  • magenta value is 13.21%
  • yellow value is 20.75%
  • key color value is 79.22%
CMYK:
(0,13,21,79)
C0M13Y21K79 
(0%,13%,21%,79%)
(0.00/0.13/0.21/0.79)	

CMYK percentages

%0
%13.21
%20.75
%79.22

Codes

Color #352E2A in popluar color models

352E2A
RGB534642
HSL22°11.58%18.63%
HSB/HSV22°20.75%20.78%
CMYK0.00%13.21%20.75%
79.22%

Color #352E2A in popluar number systems.

HEX352E2A
Decimal534642
Binary110101101110101010
Octal655652

Shades and tints

Shades of #352E2A

#352E2A
(53,46,42)
#312A27
(49,42,39)
#2D2624
(45,38,36)
#292221
(41,34,33)
#251E1E
(37,30,30)
#211A1B
(33,26,27)
#1D1618
(29,22,24)
#191215
(25,18,21)
#150E12
(21,14,18)
#110A0F
(17,10,15)
#0D060C
(13,6,12)
#000000
(0,0,0)

Tints of #352E2A

#352E2A
(53,46,42)
#47413D
(71,65,61)
#595450
(89,84,80)
#6B6763
(107,103,99)
#7D7A76
(125,122,118)
#8F8D89
(143,141,137)
#A1A09C
(161,160,156)
#B3B3AF
(179,179,175)
#C5C6C2
(197,198,194)
#D7D9D5
(215,217,213)
#E9ECE8
(233,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #352E2A; }

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

This text font color is #352E2A.


Background Color

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

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

This div background color is #352E2A.


Border color

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

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

This div border color is #352E2A.


Opacity

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

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

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

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

This text has shadow with #352E2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #352E2A on black background.


Color preview on white background

This text has color #352E2A on white background.



Black color preview on #352E2A background

This text has black color on #352E2A background.


White color preview on #352E2A background

This text has white color on #352E2A background.