COLOR #373E3C

HEX: #373E3C
RGB: (55,62,60)

Color info

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

RGB color model

#373E3C color RGB value is (55,62,60).

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

RGB channels and saturation

R 55 of 255 = 22%
G 62 of 255 = 24%
B 60 of 255 = 24%

55
62
60

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

Portions of RGB colors in percentages

R + G + B =
55 + 62 + 60 = 177 (100%)
R 55 of 177 ~ 31.07%
G 62 of 177 ~ 35.03%
B 60 of 177 ~ 33.9%

%31.07
%35.03
%33.9

CMYK color model

#373E3C color CMYK value is (11,0,3,76).

  • cyan value is 11.29%
  • magenta value is 0.00%
  • yellow value is 3.23%
  • key color value is 75.69%
CMYK:
(11,0,3,76)
C11M0Y3K76 
(11%,0%,3%,76%)
(0.11/0.00/0.03/0.76)	

CMYK percentages

%11.29
%0
%3.23
%75.69

Codes

Color #373E3C in popluar color models

373E3C
RGB556260
HSL163°5.98%22.94%
HSB/HSV163°11.29%24.31%
CMYK11.29%0.00%3.23%
75.69%

Color #373E3C in popluar number systems.

HEX373E3C
Decimal556260
Binary110111111110111100
Octal677674

Shades and tints

Shades of #373E3C

#373E3C
(55,62,60)
#323937
(50,57,55)
#2D3432
(45,52,50)
#282F2D
(40,47,45)
#232A28
(35,42,40)
#1E2523
(30,37,35)
#19201E
(25,32,30)
#141B19
(20,27,25)
#0F1614
(15,22,20)
#0A110F
(10,17,15)
#050C0A
(5,12,10)
#000000
(0,0,0)

Tints of #373E3C

#373E3C
(55,62,60)
#494F4D
(73,79,77)
#5B605E
(91,96,94)
#6D716F
(109,113,111)
#7F8280
(127,130,128)
#919391
(145,147,145)
#A3A4A2
(163,164,162)
#B5B5B3
(181,181,179)
#C7C6C4
(199,198,196)
#D9D7D5
(217,215,213)
#EBE8E6
(235,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #373E3C color. Also use rgb(55,62,60) instead hex code.

Text Font Color

.myTextColor { color: #373E3C; }

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

This text font color is #373E3C.


Background Color

.myBgColor { background-color: #373E3C; }

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

This div background color is #373E3C.


Border color

.myBorderColor { border: 1px solid #373E3C; }

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

This div border color is #373E3C.


Opacity

.myOpacity80 { color: #373E3C; opacity: 0.8; }

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

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

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

This text has shadow with #373E3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373E3C on black background.


Color preview on white background

This text has color #373E3C on white background.



Black color preview on #373E3C background

This text has black color on #373E3C background.


White color preview on #373E3C background

This text has white color on #373E3C background.