COLOR #373742

HEX: #373742 RGB: (55,55,66)

Color info

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

RGB color model

#373742 color RGB value is (55,55,66).

RGB: (55,55,66) (22%, 22%, 26%)

RGB channels and saturation

R 55 of 255 = 22%
G 55 of 255 = 22%
B 66 of 255 = 26%

55
55
66

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

Portions of RGB colors in percentages

R + G + B = 55 + 55 + 66 = 176 (100%)
R 55 of 176 ~ 31.25%
G 55 of 176 ~ 31.25%
B 66 of 176 ~ 37.5'%

%31.25
%31.25
%37.5

CMYK color model

#373742 color CMYK value is (17,17,0,74).

  • cyan value is 16.67%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 74.12%

CMYK: (17,17,0,74)
C17M17Y0K74 (17%, 17%, 0%, 74%)
(0.17 / 0.17 / 0.00 / 0.74)

CMYK percentages

%16.67
%16.67
%0
%74.12

Codes

Color #373742 in popluar color models

37 37 42
RGB 55 55 66
HSL 240° 9.09% 23.73%
HSB/HSV 240° 16.67% 25.88%
CMYK 16.67% 16.67% 0.00%
74.12%

Color #373742 in popluar number systems.

HEX 37 37 42
Decimal 55 55 66
Binary 110111 110111 1000010
Octal 67 67 102

Shades and tints

Shades of #373742

#373742
(55,55,66)
#32323C
(50,50,60)
#2D2D36
(45,45,54)
#282830
(40,40,48)
#23232A
(35,35,42)
#1E1E24
(30,30,36)
#19191E
(25,25,30)
#141418
(20,20,24)
#0F0F12
(15,15,18)
#0A0A0C
(10,10,12)
#050506
(5,5,6)
#000000
(0,0,0)

Tints of #373742

#373742
(55,55,66)
#494953
(73,73,83)
#5B5B64
(91,91,100)
#6D6D75
(109,109,117)
#7F7F86
(127,127,134)
#919197
(145,145,151)
#A3A3A8
(163,163,168)
#B5B5B9
(181,181,185)
#C7C7CA
(199,199,202)
#D9D9DB
(217,217,219)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373742; }

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

This text font color is #373742.

Background Color

.myBgColor { background-color: #373742; }

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

This div background color is #373742.

Border color

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

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

This div border color is #373742.

Opacity

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

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

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

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

This text has shadow with #373742 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #373742.

Preview

Color preview on black background

This text has color #373742 on black background.


Color preview on white background

This text has color #373742 on white background.


Black color preview on #373742 background

This text has black color on #373742 background.


White color preview on #373742 background

This text has white color on #373742 background.


Related colors

Complementary color

Complementary color for #hex is #C8C8BD.


I love getcolorcode.com