COLOR #35373A

HEX: #35373A RGB: (53,55,58)

Color info

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

RGB color model

#35373A color RGB value is (53,55,58).

RGB: (53,55,58) (21%, 22%, 23%)

RGB channels and saturation

R 53 of 255 = 21%
G 55 of 255 = 22%
B 58 of 255 = 23%

53
55
58

R + G + B ~ 22%. #35373A is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 55 + 58 = 166 (100%)
R 53 of 166 ~ 31.93%
G 55 of 166 ~ 33.13%
B 58 of 166 ~ 34.94'%

%31.93
%33.13
%34.94

CMYK color model

#35373A color CMYK value is (9,5,0,77).

  • cyan value is 8.62%
  • magenta value is 5.17%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK: (9,5,0,77) C9M5Y0K77 (9%,5%,0%,77%) (0.09/0.05/0.00/0.77) 

CMYK percentages

%8.62
%5.17
%0
%77.25

Codes

Color #35373A in popluar color models

35 37 3A
RGB 53 55 58
HSL 216° 4.50% 21.76%
HSB/HSV 216° 8.62% 22.75%
CMYK 8.62% 5.17% 0.00%
77.25%

Color #35373A in popluar number systems.

HEX 35 37 3A
Decimal 53 55 58
Binary 110101 110111 111010
Octal 65 67 72

Shades and tints

Shades of #35373A

#35373A
(53,55,58)
#313235
(49,50,53)
#2D2D30
(45,45,48)
#29282B
(41,40,43)
#252326
(37,35,38)
#211E21
(33,30,33)
#1D191C
(29,25,28)
#191417
(25,20,23)
#150F12
(21,15,18)
#110A0D
(17,10,13)
#0D0508
(13,5,8)
#000000
(0,0,0)

Tints of #35373A

#35373A
(53,55,58)
#47494B
(71,73,75)
#595B5C
(89,91,92)
#6B6D6D
(107,109,109)
#7D7F7E
(125,127,126)
#8F918F
(143,145,143)
#A1A3A0
(161,163,160)
#B3B5B1
(179,181,177)
#C5C7C2
(197,199,194)
#D7D9D3
(215,217,211)
#E9EBE4
(233,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35373A; }

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

This text font color is #35373A.

Background Color

.myBgColor { background-color: #35373A; }

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

This div background color is #35373A.

Border color

.myBorderColor { border: 1px solid #35373A; }

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

This div border color is #35373A.

Opacity

.myOpacity80 { color: #35373A; opacity: 0.8; }

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

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

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

This text has shadow with #35373A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35373A.

Preview

Color preview on black background

This text has color #35373A on black background.


Color preview on white background

This text has color #35373A on white background.


Black color preview on #35373A background

This text has black color on #35373A background.


White color preview on #35373A background

This text has white color on #35373A background.


Related colors

Complementary color

Complementary color for #hex is #CAC8C5.


I love getcolorcode.com

Triadic colors

1 #3A3537 and #373A35 with #35373A are triadic colors.

2 #3A3735 and #37353A with #35373A are triadic colors.