COLOR #373435

HEX: #373435
RGB: (55,52,53)

Color info

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

RGB color model

#373435 color RGB value is (55,52,53).

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

RGB channels and saturation

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

55
52
53

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

Portions of RGB colors in percentages

R + G + B =
55 + 52 + 53 = 160 (100%)
R 55 of 160 ~ 34.38%
G 52 of 160 ~ 32.5%
B 53 of 160 ~ 33.13%

%34.38
%32.5
%33.13

CMYK color model

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

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

CMYK percentages

%0
%5.45
%3.64
%78.43

Codes

Color #373435 in popluar color models

373435
RGB555253
HSL340°2.80%20.98%
HSB/HSV340°5.45%21.57%
CMYK0.00%5.45%3.64%
78.43%

Color #373435 in popluar number systems.

HEX373435
Decimal555253
Binary110111110100110101
Octal676465

Shades and tints

Shades of #373435

#373435
(55,52,53)
#323031
(50,48,49)
#2D2C2D
(45,44,45)
#282829
(40,40,41)
#232425
(35,36,37)
#1E2021
(30,32,33)
#191C1D
(25,28,29)
#141819
(20,24,25)
#0F1415
(15,20,21)
#0A1011
(10,16,17)
#050C0D
(5,12,13)
#000000
(0,0,0)

Tints of #373435

#373435
(55,52,53)
#494647
(73,70,71)
#5B5859
(91,88,89)
#6D6A6B
(109,106,107)
#7F7C7D
(127,124,125)
#918E8F
(145,142,143)
#A3A0A1
(163,160,161)
#B5B2B3
(181,178,179)
#C7C4C5
(199,196,197)
#D9D6D7
(217,214,215)
#EBE8E9
(235,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373435; }

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

This text font color is #373435.


Background Color

.myBgColor { background-color: #373435; }

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

This div background color is #373435.


Border color

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

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

This div border color is #373435.


Opacity

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

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

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

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

This text has shadow with #373435 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373435 on black background.


Color preview on white background

This text has color #373435 on white background.



Black color preview on #373435 background

This text has black color on #373435 background.


White color preview on #373435 background

This text has white color on #373435 background.