COLOR #373535

HEX: #373535
RGB: (55,53,53)

Color info

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

RGB color model

#373535 color RGB value is (55,53,53).

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

RGB channels and saturation

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

55
53
53

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

Portions of RGB colors in percentages

R + G + B =
55 + 53 + 53 = 161 (100%)
R 55 of 161 ~ 34.16%
G 53 of 161 ~ 32.92%
B 53 of 161 ~ 32.92%

%34.16
%32.92
%32.92

CMYK color model

#373535 color CMYK value is (0,4,4,78).

  • cyan value is 0.00%
  • magenta value is 3.64%
  • yellow value is 3.64%
  • key color value is 78.43%
CMYK:
(0,4,4,78)
C0M4Y4K78 
(0%,4%,4%,78%)
(0.00/0.04/0.04/0.78)	

CMYK percentages

%0
%3.64
%3.64
%78.43

Codes

Color #373535 in popluar color models

373535
RGB555353
HSL1.85%21.18%
HSB/HSV3.64%21.57%
CMYK0.00%3.64%3.64%
78.43%

Color #373535 in popluar number systems.

HEX373535
Decimal555353
Binary110111110101110101
Octal676565

Shades and tints

Shades of #373535

#373535
(55,53,53)
#323131
(50,49,49)
#2D2D2D
(45,45,45)
#282929
(40,41,41)
#232525
(35,37,37)
#1E2121
(30,33,33)
#191D1D
(25,29,29)
#141919
(20,25,25)
#0F1515
(15,21,21)
#0A1111
(10,17,17)
#050D0D
(5,13,13)
#000000
(0,0,0)

Tints of #373535

#373535
(55,53,53)
#494747
(73,71,71)
#5B5959
(91,89,89)
#6D6B6B
(109,107,107)
#7F7D7D
(127,125,125)
#918F8F
(145,143,143)
#A3A1A1
(163,161,161)
#B5B3B3
(181,179,179)
#C7C5C5
(199,197,197)
#D9D7D7
(217,215,215)
#EBE9E9
(235,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373535; }

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

This text font color is #373535.


Background Color

.myBgColor { background-color: #373535; }

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

This div background color is #373535.


Border color

.myBorderColor { border: 1px solid #373535; }

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

This div border color is #373535.


Opacity

.myOpacity80 { color: #373535; opacity: 0.8; }

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

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

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

This text has shadow with #373535 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373535 on black background.


Color preview on white background

This text has color #373535 on white background.



Black color preview on #373535 background

This text has black color on #373535 background.


White color preview on #373535 background

This text has white color on #373535 background.