COLOR #37392D

HEX: #37392D
RGB: (55,57,45)

Color info

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

RGB color model

#37392D color RGB value is (55,57,45).

  • red value is 55;
  • green value is 57;
  • blue value is 45.
RGB:
(55,57,45)
(22%,22%,18%)

RGB channels and saturation

R 55 of 255 = 22%
G 57 of 255 = 22%
B 45 of 255 = 18%

55
57
45

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

Portions of RGB colors in percentages

R + G + B =
55 + 57 + 45 = 157 (100%)
R 55 of 157 ~ 35.03%
G 57 of 157 ~ 36.31%
B 45 of 157 ~ 28.66%

%35.03
%36.31
%28.66

CMYK color model

#37392D color CMYK value is (4,0,21,78).

  • cyan value is 3.51%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 77.65%
CMYK:
(4,0,21,78)
C4M0Y21K78 
(4%,0%,21%,78%)
(0.04/0.00/0.21/0.78)	

CMYK percentages

%3.51
%0
%21.05
%77.65

Codes

Color #37392D in popluar color models

37392D
RGB555745
HSL70°11.76%20.00%
HSB/HSV70°21.05%22.35%
CMYK3.51%0.00%21.05%
77.65%

Color #37392D in popluar number systems.

HEX37392D
Decimal555745
Binary110111111001101101
Octal677155

Shades and tints

Shades of #37392D

#37392D
(55,57,45)
#323429
(50,52,41)
#2D2F25
(45,47,37)
#282A21
(40,42,33)
#23251D
(35,37,29)
#1E2019
(30,32,25)
#191B15
(25,27,21)
#141611
(20,22,17)
#0F110D
(15,17,13)
#0A0C09
(10,12,9)
#050705
(5,7,5)
#000000
(0,0,0)

Tints of #37392D

#37392D
(55,57,45)
#494B40
(73,75,64)
#5B5D53
(91,93,83)
#6D6F66
(109,111,102)
#7F8179
(127,129,121)
#91938C
(145,147,140)
#A3A59F
(163,165,159)
#B5B7B2
(181,183,178)
#C7C9C5
(199,201,197)
#D9DBD8
(217,219,216)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37392D color. Also use rgb(55,57,45) instead hex code.

Text Font Color

.myTextColor { color: #37392D; }

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

This text font color is #37392D.


Background Color

.myBgColor { background-color: #37392D; }

<div style="background-color:#37392D">Inner text</div>

This div background color is #37392D.


Border color

.myBorderColor { border: 1px solid #37392D; }

<div style="border:3px solid #37392D">Div</div>

This div border color is #37392D.


Opacity

.myOpacity80 { color: #37392D; opacity: 0.8; }

<p style="color:#37392D;opacity:0.8;">80%</p>

Text with #37392D 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 #37392D;}

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

This text has shadow with #37392D color.

.textShadow {text-shadow: 3px 3px 1px #37392D, 3px 3px 1px red;}

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

This text has shadow with #37392D primary color and red secondary color.


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

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

This text has shadow with #37392D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37392D on black background.


Color preview on white background

This text has color #37392D on white background.



Black color preview on #37392D background

This text has black color on #37392D background.


White color preview on #37392D background

This text has white color on #37392D background.