COLOR #35373F

HEX: #35373F
RGB: (53,55,63)

Color info

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

RGB color model

#35373F color RGB value is (53,55,63).

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

RGB channels and saturation

R 53 of 255 = 21%
G 55 of 255 = 22%
B 63 of 255 = 25%

53
55
63

R + G + B ~ 23%. #35373F is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 55 + 63 = 171 (100%)
R 53 of 171 ~ 30.99%
G 55 of 171 ~ 32.16%
B 63 of 171 ~ 36.84%

%30.99
%32.16
%36.84

CMYK color model

#35373F color CMYK value is (16,13,0,75).

  • cyan value is 15.87%
  • magenta value is 12.70%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(16,13,0,75)
C16M13Y0K75 
(16%,13%,0%,75%)
(0.16/0.13/0.00/0.75)	

CMYK percentages

%15.87
%12.7
%0
%75.29

Codes

Color #35373F in popluar color models

35373F
RGB535563
HSL228°8.62%22.75%
HSB/HSV228°15.87%24.71%
CMYK15.87%12.70%0.00%
75.29%

Color #35373F in popluar number systems.

HEX35373F
Decimal535563
Binary110101110111111111
Octal656777

Shades and tints

Shades of #35373F

#35373F
(53,55,63)
#31323A
(49,50,58)
#2D2D35
(45,45,53)
#292830
(41,40,48)
#25232B
(37,35,43)
#211E26
(33,30,38)
#1D1921
(29,25,33)
#19141C
(25,20,28)
#150F17
(21,15,23)
#110A12
(17,10,18)
#0D050D
(13,5,13)
#000000
(0,0,0)

Tints of #35373F

#35373F
(53,55,63)
#474950
(71,73,80)
#595B61
(89,91,97)
#6B6D72
(107,109,114)
#7D7F83
(125,127,131)
#8F9194
(143,145,148)
#A1A3A5
(161,163,165)
#B3B5B6
(179,181,182)
#C5C7C7
(197,199,199)
#D7D9D8
(215,217,216)
#E9EBE9
(233,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35373F; }

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

This text font color is #35373F.


Background Color

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

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

This div background color is #35373F.


Border color

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

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

This div border color is #35373F.


Opacity

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

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

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

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

This text has shadow with #35373F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35373F on black background.


Color preview on white background

This text has color #35373F on white background.



Black color preview on #35373F background

This text has black color on #35373F background.


White color preview on #35373F background

This text has white color on #35373F background.