COLOR #352942

HEX: #352942
RGB: (53,41,66)

Color info

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

RGB color model

#352942 color RGB value is (53,41,66).

  • red value is 53;
  • green value is 41;
  • blue value is 66.
RGB:
(53,41,66)
(21%,16%,26%)

RGB channels and saturation

R 53 of 255 = 21%
G 41 of 255 = 16%
B 66 of 255 = 26%

53
41
66

R + G + B ~ 21%. #352942 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 41 + 66 = 160 (100%)
R 53 of 160 ~ 33.13%
G 41 of 160 ~ 25.63%
B 66 of 160 ~ 41.25%

%33.13
%25.63
%41.25

CMYK color model

#352942 color CMYK value is (20,38,0,74).

  • cyan value is 19.70%
  • magenta value is 37.88%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(20,38,0,74)
C20M38Y0K74 
(20%,38%,0%,74%)
(0.20/0.38/0.00/0.74)	

CMYK percentages

%19.7
%37.88
%0
%74.12

Codes

Color #352942 in popluar color models

352942
RGB534166
HSL269°23.36%20.98%
HSB/HSV269°37.88%25.88%
CMYK19.70%37.88%0.00%
74.12%

Color #352942 in popluar number systems.

HEX352942
Decimal534166
Binary1101011010011000010
Octal6551102

Shades and tints

Shades of #352942

#352942
(53,41,66)
#31263C
(49,38,60)
#2D2336
(45,35,54)
#292030
(41,32,48)
#251D2A
(37,29,42)
#211A24
(33,26,36)
#1D171E
(29,23,30)
#191418
(25,20,24)
#151112
(21,17,18)
#110E0C
(17,14,12)
#0D0B06
(13,11,6)
#000000
(0,0,0)

Tints of #352942

#352942
(53,41,66)
#473C53
(71,60,83)
#594F64
(89,79,100)
#6B6275
(107,98,117)
#7D7586
(125,117,134)
#8F8897
(143,136,151)
#A19BA8
(161,155,168)
#B3AEB9
(179,174,185)
#C5C1CA
(197,193,202)
#D7D4DB
(215,212,219)
#E9E7EC
(233,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #352942 color. Also use rgb(53,41,66) instead hex code.

Text Font Color

.myTextColor { color: #352942; }

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

This text font color is #352942.


Background Color

.myBgColor { background-color: #352942; }

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

This div background color is #352942.


Border color

.myBorderColor { border: 1px solid #352942; }

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

This div border color is #352942.


Opacity

.myOpacity80 { color: #352942; opacity: 0.8; }

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

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

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

This text has shadow with #352942 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #352942 on black background.


Color preview on white background

This text has color #352942 on white background.



Black color preview on #352942 background

This text has black color on #352942 background.


White color preview on #352942 background

This text has white color on #352942 background.