COLOR #37403C

HEX: #37403C
RGB: (55,64,60)

Color info

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

RGB color model

#37403C color RGB value is (55,64,60).

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

RGB channels and saturation

R 55 of 255 = 22%
G 64 of 255 = 25%
B 60 of 255 = 24%

55
64
60

R + G + B ~ 24%. #37403C is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 64 + 60 = 179 (100%)
R 55 of 179 ~ 30.73%
G 64 of 179 ~ 35.75%
B 60 of 179 ~ 33.52%

%30.73
%35.75
%33.52

CMYK color model

#37403C color CMYK value is (14,0,6,75).

  • cyan value is 14.06%
  • magenta value is 0.00%
  • yellow value is 6.25%
  • key color value is 74.90%
CMYK:
(14,0,6,75)
C14M0Y6K75 
(14%,0%,6%,75%)
(0.14/0.00/0.06/0.75)	

CMYK percentages

%14.06
%0
%6.25
%74.9

Codes

Color #37403C in popluar color models

37403C
RGB556460
HSL153°7.56%23.33%
HSB/HSV153°14.06%25.10%
CMYK14.06%0.00%6.25%
74.90%

Color #37403C in popluar number systems.

HEX37403C
Decimal556460
Binary1101111000000111100
Octal6710074

Shades and tints

Shades of #37403C

#37403C
(55,64,60)
#323B37
(50,59,55)
#2D3632
(45,54,50)
#28312D
(40,49,45)
#232C28
(35,44,40)
#1E2723
(30,39,35)
#19221E
(25,34,30)
#141D19
(20,29,25)
#0F1814
(15,24,20)
#0A130F
(10,19,15)
#050E0A
(5,14,10)
#000000
(0,0,0)

Tints of #37403C

#37403C
(55,64,60)
#49514D
(73,81,77)
#5B625E
(91,98,94)
#6D736F
(109,115,111)
#7F8480
(127,132,128)
#919591
(145,149,145)
#A3A6A2
(163,166,162)
#B5B7B3
(181,183,179)
#C7C8C4
(199,200,196)
#D9D9D5
(217,217,213)
#EBEAE6
(235,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37403C; }

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

This text font color is #37403C.


Background Color

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

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

This div background color is #37403C.


Border color

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

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

This div border color is #37403C.


Opacity

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

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

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

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

This text has shadow with #37403C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37403C on black background.


Color preview on white background

This text has color #37403C on white background.



Black color preview on #37403C background

This text has black color on #37403C background.


White color preview on #37403C background

This text has white color on #37403C background.