COLOR #353B42

HEX: #353B42 RGB: (53,59,66)

Color info

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

RGB color model

#353B42 color RGB value is (53,59,66).

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

RGB channels and saturation

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

53
59
66

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

Portions of RGB colors in percentages

R + G + B = 53 + 59 + 66 = 178 (100%)
R 53 of 178 ~ 29.78%
G 59 of 178 ~ 33.15%
B 66 of 178 ~ 37.08'%

%29.78
%33.15
%37.08

CMYK color model

#353B42 color CMYK value is (20,11,0,74).

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

CMYK: (20,11,0,74)
C20M11Y0K74 (20%, 11%, 0%, 74%)
(0.20 / 0.11 / 0.00 / 0.74)

CMYK percentages

%19.7
%10.61
%0
%74.12

Codes

Color #353B42 in popluar color models

35 3B 42
RGB 53 59 66
HSL 212° 10.92% 23.33%
HSB/HSV 212° 19.70% 25.88%
CMYK 19.70% 10.61% 0.00%
74.12%

Color #353B42 in popluar number systems.

HEX 35 3B 42
Decimal 53 59 66
Binary 110101 111011 1000010
Octal 65 73 102

Shades and tints

Shades of #353B42

#353B42
(53,59,66)
#31363C
(49,54,60)
#2D3136
(45,49,54)
#292C30
(41,44,48)
#25272A
(37,39,42)
#212224
(33,34,36)
#1D1D1E
(29,29,30)
#191818
(25,24,24)
#151312
(21,19,18)
#110E0C
(17,14,12)
#0D0906
(13,9,6)
#000000
(0,0,0)

Tints of #353B42

#353B42
(53,59,66)
#474C53
(71,76,83)
#595D64
(89,93,100)
#6B6E75
(107,110,117)
#7D7F86
(125,127,134)
#8F9097
(143,144,151)
#A1A1A8
(161,161,168)
#B3B2B9
(179,178,185)
#C5C3CA
(197,195,202)
#D7D4DB
(215,212,219)
#E9E5EC
(233,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353B42; }

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

This text font color is #353B42.

Background Color

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

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

This div background color is #353B42.

Border color

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

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

This div border color is #353B42.

Opacity

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

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

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

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

This text has shadow with #353B42 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #353B42.

Preview

Color preview on black background

This text has color #353B42 on black background.


Color preview on white background

This text has color #353B42 on white background.


Black color preview on #353B42 background

This text has black color on #353B42 background.


White color preview on #353B42 background

This text has white color on #353B42 background.


Related colors

Complementary color

Complementary color for #hex is #CAC4BD.


I love getcolorcode.com

Triadic colors

1 #42353B and #3B4235 with #353B42 are triadic colors.

2 #423B35 and #3B3542 with #353B42 are triadic colors.