COLOR #37402C

HEX: #37402C
RGB: (55,64,44)

Color info

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

RGB color model

#37402C color RGB value is (55,64,44).

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

RGB channels and saturation

R 55 of 255 = 22%
G 64 of 255 = 25%
B 44 of 255 = 17%

55
64
44

R + G + B ~ 21%. #37402C is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 64 + 44 = 163 (100%)
R 55 of 163 ~ 33.74%
G 64 of 163 ~ 39.26%
B 44 of 163 ~ 26.99%

%33.74
%39.26
%26.99

CMYK color model

#37402C color CMYK value is (14,0,31,75).

  • cyan value is 14.06%
  • magenta value is 0.00%
  • yellow value is 31.25%
  • key color value is 74.90%
CMYK:
(14,0,31,75)
C14M0Y31K75 
(14%,0%,31%,75%)
(0.14/0.00/0.31/0.75)	

CMYK percentages

%14.06
%0
%31.25
%74.9

Codes

Color #37402C in popluar color models

37402C
RGB556444
HSL87°18.52%21.18%
HSB/HSV87°31.25%25.10%
CMYK14.06%0.00%31.25%
74.90%

Color #37402C in popluar number systems.

HEX37402C
Decimal556444
Binary1101111000000101100
Octal6710054

Shades and tints

Shades of #37402C

#37402C
(55,64,44)
#323B28
(50,59,40)
#2D3624
(45,54,36)
#283120
(40,49,32)
#232C1C
(35,44,28)
#1E2718
(30,39,24)
#192214
(25,34,20)
#141D10
(20,29,16)
#0F180C
(15,24,12)
#0A1308
(10,19,8)
#050E04
(5,14,4)
#000000
(0,0,0)

Tints of #37402C

#37402C
(55,64,44)
#49513F
(73,81,63)
#5B6252
(91,98,82)
#6D7365
(109,115,101)
#7F8478
(127,132,120)
#91958B
(145,149,139)
#A3A69E
(163,166,158)
#B5B7B1
(181,183,177)
#C7C8C4
(199,200,196)
#D9D9D7
(217,217,215)
#EBEAEA
(235,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37402C; }

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

This text font color is #37402C.


Background Color

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

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

This div background color is #37402C.


Border color

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

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

This div border color is #37402C.


Opacity

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

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

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

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

This text has shadow with #37402C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37402C on black background.


Color preview on white background

This text has color #37402C on white background.



Black color preview on #37402C background

This text has black color on #37402C background.


White color preview on #37402C background

This text has white color on #37402C background.