COLOR #35393A

HEX: #35393A RGB: (53,57,58)

Color info

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

RGB color model

#35393A color RGB value is (53,57,58).

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

RGB channels and saturation

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

53
57
58

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

Portions of RGB colors in percentages

R + G + B = 53 + 57 + 58 = 168 (100%)
R 53 of 168 ~ 31.55%
G 57 of 168 ~ 33.93%
B 58 of 168 ~ 34.52'%

%31.55
%33.93
%34.52

CMYK color model

#35393A color CMYK value is (9,2,0,77).

  • cyan value is 8.62%
  • magenta value is 1.72%
  • yellow value is 0.00%
  • key color value is 77.25%

CMYK: (9,2,0,77)
C9M2Y0K77 (9%, 2%, 0%, 77%)
(0.09 / 0.02 / 0.00 / 0.77)

CMYK percentages

%8.62
%1.72
%0
%77.25

Codes

Color #35393A in popluar color models

35 39 3A
RGB 53 57 58
HSL 192° 4.50% 21.76%
HSB/HSV 192° 8.62% 22.75%
CMYK 8.62% 1.72% 0.00%
77.25%

Color #35393A in popluar number systems.

HEX 35 39 3A
Decimal 53 57 58
Binary 110101 111001 111010
Octal 65 71 72

Shades and tints

Shades of #35393A

#35393A
(53,57,58)
#313435
(49,52,53)
#2D2F30
(45,47,48)
#292A2B
(41,42,43)
#252526
(37,37,38)
#212021
(33,32,33)
#1D1B1C
(29,27,28)
#191617
(25,22,23)
#151112
(21,17,18)
#110C0D
(17,12,13)
#0D0708
(13,7,8)
#000000
(0,0,0)

Tints of #35393A

#35393A
(53,57,58)
#474B4B
(71,75,75)
#595D5C
(89,93,92)
#6B6F6D
(107,111,109)
#7D817E
(125,129,126)
#8F938F
(143,147,143)
#A1A5A0
(161,165,160)
#B3B7B1
(179,183,177)
#C5C9C2
(197,201,194)
#D7DBD3
(215,219,211)
#E9EDE4
(233,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35393A; }

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

This text font color is #35393A.

Background Color

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

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

This div background color is #35393A.

Border color

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

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

This div border color is #35393A.

Opacity

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

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

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

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

This text has shadow with #35393A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35393A.

Preview

Color preview on black background

This text has color #35393A on black background.


Color preview on white background

This text has color #35393A on white background.


Black color preview on #35393A background

This text has black color on #35393A background.


White color preview on #35393A background

This text has white color on #35393A background.


Related colors

Complementary color

Complementary color for #hex is #CAC6C5.


I love getcolorcode.com

Triadic colors

1 #3A3539 and #393A35 with #35393A are triadic colors.

2 #3A3935 and #39353A with #35393A are triadic colors.