COLOR #37473C

HEX: #37473C
RGB: (55,71,60)

Color info

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

RGB color model

#37473C color RGB value is (55,71,60).

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

RGB channels and saturation

R 55 of 255 = 22%
G 71 of 255 = 28%
B 60 of 255 = 24%

55
71
60

R + G + B ~ 25%. #37473C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 71 + 60 = 186 (100%)
R 55 of 186 ~ 29.57%
G 71 of 186 ~ 38.17%
B 60 of 186 ~ 32.26%

%29.57
%38.17
%32.26

CMYK color model

#37473C color CMYK value is (23,0,15,72).

  • cyan value is 22.54%
  • magenta value is 0.00%
  • yellow value is 15.49%
  • key color value is 72.16%
CMYK:
(23,0,15,72)
C23M0Y15K72 
(23%,0%,15%,72%)
(0.23/0.00/0.15/0.72)	

CMYK percentages

%22.54
%0
%15.49
%72.16

Codes

Color #37473C in popluar color models

37473C
RGB557160
HSL139°12.70%24.71%
HSB/HSV139°22.54%27.84%
CMYK22.54%0.00%15.49%
72.16%

Color #37473C in popluar number systems.

HEX37473C
Decimal557160
Binary1101111000111111100
Octal6710774

Shades and tints

Shades of #37473C

#37473C
(55,71,60)
#324137
(50,65,55)
#2D3B32
(45,59,50)
#28352D
(40,53,45)
#232F28
(35,47,40)
#1E2923
(30,41,35)
#19231E
(25,35,30)
#141D19
(20,29,25)
#0F1714
(15,23,20)
#0A110F
(10,17,15)
#050B0A
(5,11,10)
#000000
(0,0,0)

Tints of #37473C

#37473C
(55,71,60)
#49574D
(73,87,77)
#5B675E
(91,103,94)
#6D776F
(109,119,111)
#7F8780
(127,135,128)
#919791
(145,151,145)
#A3A7A2
(163,167,162)
#B5B7B3
(181,183,179)
#C7C7C4
(199,199,196)
#D9D7D5
(217,215,213)
#EBE7E6
(235,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37473C; }

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

This text font color is #37473C.


Background Color

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

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

This div background color is #37473C.


Border color

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

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

This div border color is #37473C.


Opacity

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

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

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

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

This text has shadow with #37473C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37473C on black background.


Color preview on white background

This text has color #37473C on white background.



Black color preview on #37473C background

This text has black color on #37473C background.


White color preview on #37473C background

This text has white color on #37473C background.