COLOR #352742

HEX: #352742
RGB: (53,39,66)

Color info

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

RGB color model

#352742 color RGB value is (53,39,66).

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

RGB channels and saturation

R 53 of 255 = 21%
G 39 of 255 = 15%
B 66 of 255 = 26%

53
39
66

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

Portions of RGB colors in percentages

R + G + B =
53 + 39 + 66 = 158 (100%)
R 53 of 158 ~ 33.54%
G 39 of 158 ~ 24.68%
B 66 of 158 ~ 41.77%

%33.54
%24.68
%41.77

CMYK color model

#352742 color CMYK value is (20,41,0,74).

  • cyan value is 19.70%
  • magenta value is 40.91%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(20,41,0,74)
C20M41Y0K74 
(20%,41%,0%,74%)
(0.20/0.41/0.00/0.74)	

CMYK percentages

%19.7
%40.91
%0
%74.12

Codes

Color #352742 in popluar color models

352742
RGB533966
HSL271°25.71%20.59%
HSB/HSV271°40.91%25.88%
CMYK19.70%40.91%0.00%
74.12%

Color #352742 in popluar number systems.

HEX352742
Decimal533966
Binary1101011001111000010
Octal6547102

Shades and tints

Shades of #352742

#352742
(53,39,66)
#31243C
(49,36,60)
#2D2136
(45,33,54)
#291E30
(41,30,48)
#251B2A
(37,27,42)
#211824
(33,24,36)
#1D151E
(29,21,30)
#191218
(25,18,24)
#150F12
(21,15,18)
#110C0C
(17,12,12)
#0D0906
(13,9,6)
#000000
(0,0,0)

Tints of #352742

#352742
(53,39,66)
#473A53
(71,58,83)
#594D64
(89,77,100)
#6B6075
(107,96,117)
#7D7386
(125,115,134)
#8F8697
(143,134,151)
#A199A8
(161,153,168)
#B3ACB9
(179,172,185)
#C5BFCA
(197,191,202)
#D7D2DB
(215,210,219)
#E9E5EC
(233,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #352742; }

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

This text font color is #352742.


Background Color

.myBgColor { background-color: #352742; }

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

This div background color is #352742.


Border color

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

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

This div border color is #352742.


Opacity

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

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

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

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

This text has shadow with #352742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #352742 on black background.


Color preview on white background

This text has color #352742 on white background.



Black color preview on #352742 background

This text has black color on #352742 background.


White color preview on #352742 background

This text has white color on #352742 background.