COLOR #353637

HEX: #353637 RGB: (53,54,55)

Color info

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

RGB color model

#353637 color RGB value is (53,54,55).

RGB: (53,54,55) (21%, 21%, 22%)

RGB channels and saturation

R 53 of 255 = 21%
G 54 of 255 = 21%
B 55 of 255 = 22%

53
54
55

R + G + B ~ 21%. #353637 is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 54 + 55 = 162 (100%)
R 53 of 162 ~ 32.72%
G 54 of 162 ~ 33.33%
B 55 of 162 ~ 33.95'%

%32.72
%33.33
%33.95

CMYK color model

#353637 color CMYK value is (4,2,0,78).

  • cyan value is 3.64%
  • magenta value is 1.82%
  • yellow value is 0.00%
  • key color value is 78.43%

CMYK: (4,2,0,78)
C4M2Y0K78 (4%, 2%, 0%, 78%)
(0.04 / 0.02 / 0.00 / 0.78)

CMYK percentages

%3.64
%1.82
%0
%78.43

Codes

Color #353637 in popluar color models

35 36 37
RGB 53 54 55
HSL 210° 1.85% 21.18%
HSB/HSV 210° 3.64% 21.57%
CMYK 3.64% 1.82% 0.00%
78.43%

Color #353637 in popluar number systems.

HEX 35 36 37
Decimal 53 54 55
Binary 110101 110110 110111
Octal 65 66 67

Shades and tints

Shades of #353637

#353637
(53,54,55)
#313232
(49,50,50)
#2D2E2D
(45,46,45)
#292A28
(41,42,40)
#252623
(37,38,35)
#21221E
(33,34,30)
#1D1E19
(29,30,25)
#191A14
(25,26,20)
#15160F
(21,22,15)
#11120A
(17,18,10)
#0D0E05
(13,14,5)
#000000
(0,0,0)

Tints of #353637

#353637
(53,54,55)
#474849
(71,72,73)
#595A5B
(89,90,91)
#6B6C6D
(107,108,109)
#7D7E7F
(125,126,127)
#8F9091
(143,144,145)
#A1A2A3
(161,162,163)
#B3B4B5
(179,180,181)
#C5C6C7
(197,198,199)
#D7D8D9
(215,216,217)
#E9EAEB
(233,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353637; }

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

This text font color is #353637.

Background Color

.myBgColor { background-color: #353637; }

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

This div background color is #353637.

Border color

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

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

This div border color is #353637.

Opacity

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

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

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

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

This text has shadow with #353637 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #353637.

Preview

Color preview on black background

This text has color #353637 on black background.


Color preview on white background

This text has color #353637 on white background.


Black color preview on #353637 background

This text has black color on #353637 background.


White color preview on #353637 background

This text has white color on #353637 background.


Related colors

Complementary color

Complementary color for #hex is #CAC9C8.


I love getcolorcode.com

Triadic colors

1 #373536 and #363735 with #353637 are triadic colors.

2 #373635 and #363537 with #353637 are triadic colors.