COLOR #353F42

HEX: #353F42
RGB: (53,63,66)

Color info

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

RGB color model

#353F42 color RGB value is (53,63,66).

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

RGB channels and saturation

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

53
63
66

R + G + B ~ 24%. #353F42 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 63 + 66 = 182 (100%)
R 53 of 182 ~ 29.12%
G 63 of 182 ~ 34.62%
B 66 of 182 ~ 36.26%

%29.12
%34.62
%36.26

CMYK color model

#353F42 color CMYK value is (20,5,0,74).

  • cyan value is 19.70%
  • magenta value is 4.55%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(20,5,0,74)
C20M5Y0K74 
(20%,5%,0%,74%)
(0.20/0.05/0.00/0.74)	

CMYK percentages

%19.7
%4.55
%0
%74.12

Codes

Color #353F42 in popluar color models

353F42
RGB536366
HSL194°10.92%23.33%
HSB/HSV194°19.70%25.88%
CMYK19.70%4.55%0.00%
74.12%

Color #353F42 in popluar number systems.

HEX353F42
Decimal536366
Binary1101011111111000010
Octal6577102

Shades and tints

Shades of #353F42

#353F42
(53,63,66)
#313A3C
(49,58,60)
#2D3536
(45,53,54)
#293030
(41,48,48)
#252B2A
(37,43,42)
#212624
(33,38,36)
#1D211E
(29,33,30)
#191C18
(25,28,24)
#151712
(21,23,18)
#11120C
(17,18,12)
#0D0D06
(13,13,6)
#000000
(0,0,0)

Tints of #353F42

#353F42
(53,63,66)
#475053
(71,80,83)
#596164
(89,97,100)
#6B7275
(107,114,117)
#7D8386
(125,131,134)
#8F9497
(143,148,151)
#A1A5A8
(161,165,168)
#B3B6B9
(179,182,185)
#C5C7CA
(197,199,202)
#D7D8DB
(215,216,219)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353F42; }

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

This text font color is #353F42.


Background Color

.myBgColor { background-color: #353F42; }

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

This div background color is #353F42.


Border color

.myBorderColor { border: 1px solid #353F42; }

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

This div border color is #353F42.


Opacity

.myOpacity80 { color: #353F42; opacity: 0.8; }

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

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

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

This text has shadow with #353F42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353F42 on black background.


Color preview on white background

This text has color #353F42 on white background.



Black color preview on #353F42 background

This text has black color on #353F42 background.


White color preview on #353F42 background

This text has white color on #353F42 background.