COLOR #37442E

HEX: #37442E
RGB: (55,68,46)

Color info

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

RGB color model

#37442E color RGB value is (55,68,46).

  • red value is 55;
  • green value is 68;
  • blue value is 46.
RGB:
(55,68,46)
(22%,27%,18%)

RGB channels and saturation

R 55 of 255 = 22%
G 68 of 255 = 27%
B 46 of 255 = 18%

55
68
46

R + G + B ~ 22%. #37442E is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 68 + 46 = 169 (100%)
R 55 of 169 ~ 32.54%
G 68 of 169 ~ 40.24%
B 46 of 169 ~ 27.22%

%32.54
%40.24
%27.22

CMYK color model

#37442E color CMYK value is (19,0,32,73).

  • cyan value is 19.12%
  • magenta value is 0.00%
  • yellow value is 32.35%
  • key color value is 73.33%
CMYK:
(19,0,32,73)
C19M0Y32K73 
(19%,0%,32%,73%)
(0.19/0.00/0.32/0.73)	

CMYK percentages

%19.12
%0
%32.35
%73.33

Codes

Color #37442E in popluar color models

37442E
RGB556846
HSL95°19.30%22.35%
HSB/HSV95°32.35%26.67%
CMYK19.12%0.00%32.35%
73.33%

Color #37442E in popluar number systems.

HEX37442E
Decimal556846
Binary1101111000100101110
Octal6710456

Shades and tints

Shades of #37442E

#37442E
(55,68,46)
#323E2A
(50,62,42)
#2D3826
(45,56,38)
#283222
(40,50,34)
#232C1E
(35,44,30)
#1E261A
(30,38,26)
#192016
(25,32,22)
#141A12
(20,26,18)
#0F140E
(15,20,14)
#0A0E0A
(10,14,10)
#050806
(5,8,6)
#000000
(0,0,0)

Tints of #37442E

#37442E
(55,68,46)
#495541
(73,85,65)
#5B6654
(91,102,84)
#6D7767
(109,119,103)
#7F887A
(127,136,122)
#91998D
(145,153,141)
#A3AAA0
(163,170,160)
#B5BBB3
(181,187,179)
#C7CCC6
(199,204,198)
#D9DDD9
(217,221,217)
#EBEEEC
(235,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37442E color. Also use rgb(55,68,46) instead hex code.

Text Font Color

.myTextColor { color: #37442E; }

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

This text font color is #37442E.


Background Color

.myBgColor { background-color: #37442E; }

<div style="background-color:#37442E">Inner text</div>

This div background color is #37442E.


Border color

.myBorderColor { border: 1px solid #37442E; }

<div style="border:3px solid #37442E">Div</div>

This div border color is #37442E.


Opacity

.myOpacity80 { color: #37442E; opacity: 0.8; }

<p style="color:#37442E;opacity:0.8;">80%</p>

Text with #37442E 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 #37442E;}

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

This text has shadow with #37442E color.

.textShadow {text-shadow: 3px 3px 1px #37442E, 3px 3px 1px red;}

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

This text has shadow with #37442E primary color and red secondary color.


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

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

This text has shadow with #37442E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37442E on black background.


Color preview on white background

This text has color #37442E on white background.



Black color preview on #37442E background

This text has black color on #37442E background.


White color preview on #37442E background

This text has white color on #37442E background.