COLOR #37402B

HEX: #37402B
RGB: (55,64,43)

Color info

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

RGB color model

#37402B color RGB value is (55,64,43).

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

RGB channels and saturation

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

55
64
43

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

Portions of RGB colors in percentages

R + G + B =
55 + 64 + 43 = 162 (100%)
R 55 of 162 ~ 33.95%
G 64 of 162 ~ 39.51%
B 43 of 162 ~ 26.54%

%33.95
%39.51
%26.54

CMYK color model

#37402B color CMYK value is (14,0,33,75).

  • cyan value is 14.06%
  • magenta value is 0.00%
  • yellow value is 32.81%
  • key color value is 74.90%
CMYK:
(14,0,33,75)
C14M0Y33K75 
(14%,0%,33%,75%)
(0.14/0.00/0.33/0.75)	

CMYK percentages

%14.06
%0
%32.81
%74.9

Codes

Color #37402B in popluar color models

37402B
RGB556443
HSL86°19.63%20.98%
HSB/HSV86°32.81%25.10%
CMYK14.06%0.00%32.81%
74.90%

Color #37402B in popluar number systems.

HEX37402B
Decimal556443
Binary1101111000000101011
Octal6710053

Shades and tints

Shades of #37402B

#37402B
(55,64,43)
#323B28
(50,59,40)
#2D3625
(45,54,37)
#283122
(40,49,34)
#232C1F
(35,44,31)
#1E271C
(30,39,28)
#192219
(25,34,25)
#141D16
(20,29,22)
#0F1813
(15,24,19)
#0A1310
(10,19,16)
#050E0D
(5,14,13)
#000000
(0,0,0)

Tints of #37402B

#37402B
(55,64,43)
#49513E
(73,81,62)
#5B6251
(91,98,81)
#6D7364
(109,115,100)
#7F8477
(127,132,119)
#91958A
(145,149,138)
#A3A69D
(163,166,157)
#B5B7B0
(181,183,176)
#C7C8C3
(199,200,195)
#D9D9D6
(217,217,214)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37402B; }

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

This text font color is #37402B.


Background Color

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

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

This div background color is #37402B.


Border color

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

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

This div border color is #37402B.


Opacity

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

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

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

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

This text has shadow with #37402B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37402B on black background.


Color preview on white background

This text has color #37402B on white background.



Black color preview on #37402B background

This text has black color on #37402B background.


White color preview on #37402B background

This text has white color on #37402B background.