COLOR #353B3A

HEX: #353B3A RGB: (53,59,58)

Color info

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

RGB color model

#353B3A color RGB value is (53,59,58).

RGB: (53,59,58) (21%, 23%, 23%)

RGB channels and saturation

R 53 of 255 = 21%
G 59 of 255 = 23%
B 58 of 255 = 23%

53
59
58

R + G + B ~ 22%. #353B3A is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 59 + 58 = 170 (100%)
R 53 of 170 ~ 31.18%
G 59 of 170 ~ 34.71%
B 58 of 170 ~ 34.12'%

%31.18
%34.71
%34.12

CMYK color model

#353B3A color CMYK value is (10,0,2,77).

  • cyan value is 10.17%
  • magenta value is 0.00%
  • yellow value is 1.69%
  • key color value is 76.86%

CMYK: (10,0,2,77)
C10M0Y2K77 (10%, 0%, 2%, 77%)
(0.10 / 0.00 / 0.02 / 0.77)

CMYK percentages

%10.17
%0
%1.69
%76.86

Codes

Color #353B3A in popluar color models

35 3B 3A
RGB 53 59 58
HSL 170° 5.36% 21.96%
HSB/HSV 170° 10.17% 23.14%
CMYK 10.17% 0.00% 1.69%
76.86%

Color #353B3A in popluar number systems.

HEX 35 3B 3A
Decimal 53 59 58
Binary 110101 111011 111010
Octal 65 73 72

Shades and tints

Shades of #353B3A

#353B3A
(53,59,58)
#313635
(49,54,53)
#2D3130
(45,49,48)
#292C2B
(41,44,43)
#252726
(37,39,38)
#212221
(33,34,33)
#1D1D1C
(29,29,28)
#191817
(25,24,23)
#151312
(21,19,18)
#110E0D
(17,14,13)
#0D0908
(13,9,8)
#000000
(0,0,0)

Tints of #353B3A

#353B3A
(53,59,58)
#474C4B
(71,76,75)
#595D5C
(89,93,92)
#6B6E6D
(107,110,109)
#7D7F7E
(125,127,126)
#8F908F
(143,144,143)
#A1A1A0
(161,161,160)
#B3B2B1
(179,178,177)
#C5C3C2
(197,195,194)
#D7D4D3
(215,212,211)
#E9E5E4
(233,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353B3A; }

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

This text font color is #353B3A.

Background Color

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

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

This div background color is #353B3A.

Border color

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

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

This div border color is #353B3A.

Opacity

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

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

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

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

This text has shadow with #353B3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #353B3A.

Preview

Color preview on black background

This text has color #353B3A on black background.


Color preview on white background

This text has color #353B3A on white background.


Black color preview on #353B3A background

This text has black color on #353B3A background.


White color preview on #353B3A background

This text has white color on #353B3A background.


Related colors

Complementary color

Complementary color for #hex is #CAC4C5.


I love getcolorcode.com

Triadic colors

1 #3A353B and #3B3A35 with #353B3A are triadic colors.

2 #3A3B35 and #3B353A with #353B3A are triadic colors.