COLOR #353F46

HEX: #353F46 RGB: (53,63,70)

Color info

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

RGB color model

#353F46 color RGB value is (53,63,70).

RGB: (53,63,70) (21%, 25%, 27%)

RGB channels and saturation

R 53 of 255 = 21%
G 63 of 255 = 25%
B 70 of 255 = 27%

53
63
70

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

Portions of RGB colors in percentages

R + G + B = 53 + 63 + 70 = 186 (100%)
R 53 of 186 ~ 28.49%
G 63 of 186 ~ 33.87%
B 70 of 186 ~ 37.63'%

%28.49
%33.87
%37.63

CMYK color model

#353F46 color CMYK value is (24,10,0,73).

  • cyan value is 24.29%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 72.55%

CMYK: (24,10,0,73)
C24M10Y0K73 (24%, 10%, 0%, 73%)
(0.24 / 0.10 / 0.00 / 0.73)

CMYK percentages

%24.29
%10
%0
%72.55

Codes

Color #353F46 in popluar color models

35 3F 46
RGB 53 63 70
HSL 205° 13.82% 24.12%
HSB/HSV 205° 24.29% 27.45%
CMYK 24.29% 10.00% 0.00%
72.55%

Color #353F46 in popluar number systems.

HEX 35 3F 46
Decimal 53 63 70
Binary 110101 111111 1000110
Octal 65 77 106

Shades and tints

Shades of #353F46

#353F46
(53,63,70)
#313A40
(49,58,64)
#2D353A
(45,53,58)
#293034
(41,48,52)
#252B2E
(37,43,46)
#212628
(33,38,40)
#1D2122
(29,33,34)
#191C1C
(25,28,28)
#151716
(21,23,22)
#111210
(17,18,16)
#0D0D0A
(13,13,10)
#000000
(0,0,0)

Tints of #353F46

#353F46
(53,63,70)
#475056
(71,80,86)
#596166
(89,97,102)
#6B7276
(107,114,118)
#7D8386
(125,131,134)
#8F9496
(143,148,150)
#A1A5A6
(161,165,166)
#B3B6B6
(179,182,182)
#C5C7C6
(197,199,198)
#D7D8D6
(215,216,214)
#E9E9E6
(233,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353F46; }

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

This text font color is #353F46.

Background Color

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

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

This div background color is #353F46.

Border color

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

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

This div border color is #353F46.

Opacity

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

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

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

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

This text has shadow with #353F46 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #353F46.

Preview

Color preview on black background

This text has color #353F46 on black background.


Color preview on white background

This text has color #353F46 on white background.


Black color preview on #353F46 background

This text has black color on #353F46 background.


White color preview on #353F46 background

This text has white color on #353F46 background.


Related colors

Complementary color

Complementary color for #hex is #CAC0B9.


I love getcolorcode.com

Triadic colors

1 #46353F and #3F4635 with #353F46 are triadic colors.

2 #463F35 and #3F3546 with #353F46 are triadic colors.