COLOR #35373C

HEX: #35373C
RGB: (53,55,60)

Color info

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

RGB color model

#35373C color RGB value is (53,55,60).

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

RGB channels and saturation

R 53 of 255 = 21%
G 55 of 255 = 22%
B 60 of 255 = 24%

53
55
60

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

Portions of RGB colors in percentages

R + G + B =
53 + 55 + 60 = 168 (100%)
R 53 of 168 ~ 31.55%
G 55 of 168 ~ 32.74%
B 60 of 168 ~ 35.71%

%31.55
%32.74
%35.71

CMYK color model

#35373C color CMYK value is (12,8,0,76).

  • cyan value is 11.67%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(12,8,0,76)
C12M8Y0K76 
(12%,8%,0%,76%)
(0.12/0.08/0.00/0.76)	

CMYK percentages

%11.67
%8.33
%0
%76.47

Codes

Color #35373C in popluar color models

35373C
RGB535560
HSL223°6.19%22.16%
HSB/HSV223°11.67%23.53%
CMYK11.67%8.33%0.00%
76.47%

Color #35373C in popluar number systems.

HEX35373C
Decimal535560
Binary110101110111111100
Octal656774

Shades and tints

Shades of #35373C

#35373C
(53,55,60)
#313237
(49,50,55)
#2D2D32
(45,45,50)
#29282D
(41,40,45)
#252328
(37,35,40)
#211E23
(33,30,35)
#1D191E
(29,25,30)
#191419
(25,20,25)
#150F14
(21,15,20)
#110A0F
(17,10,15)
#0D050A
(13,5,10)
#000000
(0,0,0)

Tints of #35373C

#35373C
(53,55,60)
#47494D
(71,73,77)
#595B5E
(89,91,94)
#6B6D6F
(107,109,111)
#7D7F80
(125,127,128)
#8F9191
(143,145,145)
#A1A3A2
(161,163,162)
#B3B5B3
(179,181,179)
#C5C7C4
(197,199,196)
#D7D9D5
(215,217,213)
#E9EBE6
(233,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35373C; }

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

This text font color is #35373C.


Background Color

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

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

This div background color is #35373C.


Border color

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

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

This div border color is #35373C.


Opacity

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

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

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

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

This text has shadow with #35373C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35373C on black background.


Color preview on white background

This text has color #35373C on white background.



Black color preview on #35373C background

This text has black color on #35373C background.


White color preview on #35373C background

This text has white color on #35373C background.