COLOR #353542

HEX: #353542 RGB: (53,53,66)

Color info

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

RGB color model

#353542 color RGB value is (53,53,66).

RGB: (53,53,66) (21%, 21%, 26%)

RGB channels and saturation

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

53
53
66

R + G + B ~ 23%. #353542 is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 53 + 66 = 172 (100%)
R 53 of 172 ~ 30.81%
G 53 of 172 ~ 30.81%
B 66 of 172 ~ 38.37'%

%30.81
%30.81
%38.37

CMYK color model

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

  • cyan value is 19.70%
  • magenta value is 19.70%
  • yellow value is 0.00%
  • key color value is 74.12%

CMYK: (20,20,0,74)
C20M20Y0K74 (20%, 20%, 0%, 74%)
(0.20 / 0.20 / 0.00 / 0.74)

CMYK percentages

%19.7
%19.7
%0
%74.12

Codes

Color #353542 in popluar color models

35 35 42
RGB 53 53 66
HSL 240° 10.92% 23.33%
HSB/HSV 240° 19.70% 25.88%
CMYK 19.70% 19.70% 0.00%
74.12%

Color #353542 in popluar number systems.

HEX 35 35 42
Decimal 53 53 66
Binary 110101 110101 1000010
Octal 65 65 102

Shades and tints

Shades of #353542

#353542
(53,53,66)
#31313C
(49,49,60)
#2D2D36
(45,45,54)
#292930
(41,41,48)
#25252A
(37,37,42)
#212124
(33,33,36)
#1D1D1E
(29,29,30)
#191918
(25,25,24)
#151512
(21,21,18)
#11110C
(17,17,12)
#0D0D06
(13,13,6)
#000000
(0,0,0)

Tints of #353542

#353542
(53,53,66)
#474753
(71,71,83)
#595964
(89,89,100)
#6B6B75
(107,107,117)
#7D7D86
(125,125,134)
#8F8F97
(143,143,151)
#A1A1A8
(161,161,168)
#B3B3B9
(179,179,185)
#C5C5CA
(197,197,202)
#D7D7DB
(215,215,219)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353542; }

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

This text font color is #353542.

Background Color

.myBgColor { background-color: #353542; }

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

This div background color is #353542.

Border color

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

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

This div border color is #353542.

Opacity

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

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

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

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

This text has shadow with #353542 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #353542.

Preview

Color preview on black background

This text has color #353542 on black background.


Color preview on white background

This text has color #353542 on white background.


Black color preview on #353542 background

This text has black color on #353542 background.


White color preview on #353542 background

This text has white color on #353542 background.


Related colors

Complementary color

Complementary color for #hex is #CACABD.


I love getcolorcode.com