COLOR #37343C

HEX: #37343C
RGB: (55,52,60)

Color info

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

RGB color model

#37343C color RGB value is (55,52,60).

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

RGB channels and saturation

R 55 of 255 = 22%
G 52 of 255 = 20%
B 60 of 255 = 24%

55
52
60

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

Portions of RGB colors in percentages

R + G + B =
55 + 52 + 60 = 167 (100%)
R 55 of 167 ~ 32.93%
G 52 of 167 ~ 31.14%
B 60 of 167 ~ 35.93%

%32.93
%31.14
%35.93

CMYK color model

#37343C color CMYK value is (8,13,0,76).

  • cyan value is 8.33%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(8,13,0,76)
C8M13Y0K76 
(8%,13%,0%,76%)
(0.08/0.13/0.00/0.76)	

CMYK percentages

%8.33
%13.33
%0
%76.47

Codes

Color #37343C in popluar color models

37343C
RGB555260
HSL263°7.14%21.96%
HSB/HSV263°13.33%23.53%
CMYK8.33%13.33%0.00%
76.47%

Color #37343C in popluar number systems.

HEX37343C
Decimal555260
Binary110111110100111100
Octal676474

Shades and tints

Shades of #37343C

#37343C
(55,52,60)
#323037
(50,48,55)
#2D2C32
(45,44,50)
#28282D
(40,40,45)
#232428
(35,36,40)
#1E2023
(30,32,35)
#191C1E
(25,28,30)
#141819
(20,24,25)
#0F1414
(15,20,20)
#0A100F
(10,16,15)
#050C0A
(5,12,10)
#000000
(0,0,0)

Tints of #37343C

#37343C
(55,52,60)
#49464D
(73,70,77)
#5B585E
(91,88,94)
#6D6A6F
(109,106,111)
#7F7C80
(127,124,128)
#918E91
(145,142,145)
#A3A0A2
(163,160,162)
#B5B2B3
(181,178,179)
#C7C4C4
(199,196,196)
#D9D6D5
(217,214,213)
#EBE8E6
(235,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37343C; }

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

This text font color is #37343C.


Background Color

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

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

This div background color is #37343C.


Border color

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

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

This div border color is #37343C.


Opacity

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

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

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

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

This text has shadow with #37343C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37343C on black background.


Color preview on white background

This text has color #37343C on white background.



Black color preview on #37343C background

This text has black color on #37343C background.


White color preview on #37343C background

This text has white color on #37343C background.