COLOR #35313F

HEX: #35313F
RGB: (53,49,63)

Color info

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

RGB color model

#35313F color RGB value is (53,49,63).

  • red value is 53;
  • green value is 49;
  • blue value is 63.
RGB:
(53,49,63)
(21%,19%,25%)

RGB channels and saturation

R 53 of 255 = 21%
G 49 of 255 = 19%
B 63 of 255 = 25%

53
49
63

R + G + B ~ 22%. #35313F is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 49 + 63 = 165 (100%)
R 53 of 165 ~ 32.12%
G 49 of 165 ~ 29.7%
B 63 of 165 ~ 38.18%

%32.12
%29.7
%38.18

CMYK color model

#35313F color CMYK value is (16,22,0,75).

  • cyan value is 15.87%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(16,22,0,75)
C16M22Y0K75 
(16%,22%,0%,75%)
(0.16/0.22/0.00/0.75)	

CMYK percentages

%15.87
%22.22
%0
%75.29

Codes

Color #35313F in popluar color models

35313F
RGB534963
HSL257°12.50%21.96%
HSB/HSV257°22.22%24.71%
CMYK15.87%22.22%0.00%
75.29%

Color #35313F in popluar number systems.

HEX35313F
Decimal534963
Binary110101110001111111
Octal656177

Shades and tints

Shades of #35313F

#35313F
(53,49,63)
#312D3A
(49,45,58)
#2D2935
(45,41,53)
#292530
(41,37,48)
#25212B
(37,33,43)
#211D26
(33,29,38)
#1D1921
(29,25,33)
#19151C
(25,21,28)
#151117
(21,17,23)
#110D12
(17,13,18)
#0D090D
(13,9,13)
#000000
(0,0,0)

Tints of #35313F

#35313F
(53,49,63)
#474350
(71,67,80)
#595561
(89,85,97)
#6B6772
(107,103,114)
#7D7983
(125,121,131)
#8F8B94
(143,139,148)
#A19DA5
(161,157,165)
#B3AFB6
(179,175,182)
#C5C1C7
(197,193,199)
#D7D3D8
(215,211,216)
#E9E5E9
(233,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35313F; }

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

This text font color is #35313F.


Background Color

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

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

This div background color is #35313F.


Border color

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

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

This div border color is #35313F.


Opacity

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

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

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

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

This text has shadow with #35313F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35313F on black background.


Color preview on white background

This text has color #35313F on white background.



Black color preview on #35313F background

This text has black color on #35313F background.


White color preview on #35313F background

This text has white color on #35313F background.