COLOR #35313A

HEX: #35313A RGB: (53,49,58)

Color info

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

RGB color model

#35313A color RGB value is (53,49,58).

RGB: (53,49,58) (21%, 19%, 23%)

RGB channels and saturation

R 53 of 255 = 21%
G 49 of 255 = 19%
B 58 of 255 = 23%

53
49
58

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

Portions of RGB colors in percentages

R + G + B = 53 + 49 + 58 = 160 (100%)
R 53 of 160 ~ 33.13%
G 49 of 160 ~ 30.63%
B 58 of 160 ~ 36.25'%

%33.13
%30.63
%36.25

CMYK color model

#35313A color CMYK value is (9,16,0,77).

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

CMYK: (9,16,0,77)
C9M16Y0K77 (9%, 16%, 0%, 77%)
(0.09 / 0.16 / 0.00 / 0.77)

CMYK percentages

%8.62
%15.52
%0
%77.25

Codes

Color #35313A in popluar color models

35 31 3A
RGB 53 49 58
HSL 267° 8.41% 20.98%
HSB/HSV 267° 15.52% 22.75%
CMYK 8.62% 15.52% 0.00%
77.25%

Color #35313A in popluar number systems.

HEX 35 31 3A
Decimal 53 49 58
Binary 110101 110001 111010
Octal 65 61 72

Shades and tints

Shades of #35313A

#35313A
(53,49,58)
#312D35
(49,45,53)
#2D2930
(45,41,48)
#29252B
(41,37,43)
#252126
(37,33,38)
#211D21
(33,29,33)
#1D191C
(29,25,28)
#191517
(25,21,23)
#151112
(21,17,18)
#110D0D
(17,13,13)
#0D0908
(13,9,8)
#000000
(0,0,0)

Tints of #35313A

#35313A
(53,49,58)
#47434B
(71,67,75)
#59555C
(89,85,92)
#6B676D
(107,103,109)
#7D797E
(125,121,126)
#8F8B8F
(143,139,143)
#A19DA0
(161,157,160)
#B3AFB1
(179,175,177)
#C5C1C2
(197,193,194)
#D7D3D3
(215,211,211)
#E9E5E4
(233,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35313A; }

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

This text font color is #35313A.

Background Color

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

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

This div background color is #35313A.

Border color

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

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

This div border color is #35313A.

Opacity

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

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

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

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

This text has shadow with #35313A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35313A.

Preview

Color preview on black background

This text has color #35313A on black background.


Color preview on white background

This text has color #35313A on white background.


Black color preview on #35313A background

This text has black color on #35313A background.


White color preview on #35313A background

This text has white color on #35313A background.


Related colors

Complementary color

Complementary color for #hex is #CACEC5.


I love getcolorcode.com

Triadic colors

1 #3A3531 and #313A35 with #35313A are triadic colors.

2 #3A3135 and #31353A with #35313A are triadic colors.