COLOR #37442B

HEX: #37442B RGB: (55,68,43)

Color info

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

RGB color model

#37442B color RGB value is (55,68,43).

RGB: (55,68,43) (22%, 27%, 17%)

RGB channels and saturation

R 55 of 255 = 22%
G 68 of 255 = 27%
B 43 of 255 = 17%

55
68
43

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

Portions of RGB colors in percentages

R + G + B = 55 + 68 + 43 = 166 (100%)
R 55 of 166 ~ 33.13%
G 68 of 166 ~ 40.96%
B 43 of 166 ~ 25.9'%

%33.13
%40.96
%25.9

CMYK color model

#37442B color CMYK value is (19,0,37,73).

  • cyan value is 19.12%
  • magenta value is 0.00%
  • yellow value is 36.76%
  • key color value is 73.33%

CMYK: (19,0,37,73)
C19M0Y37K73 (19%, 0%, 37%, 73%)
(0.19 / 0.00 / 0.37 / 0.73)

CMYK percentages

%19.12
%0
%36.76
%73.33

Codes

Color #37442B in popluar color models

37 44 2B
RGB 55 68 43
HSL 91° 22.52% 21.76%
HSB/HSV 91° 36.76% 26.67%
CMYK 19.12% 0.00% 36.76%
73.33%

Color #37442B in popluar number systems.

HEX 37 44 2B
Decimal 55 68 43
Binary 110111 1000100 101011
Octal 67 104 53

Shades and tints

Shades of #37442B

#37442B
(55,68,43)
#323E28
(50,62,40)
#2D3825
(45,56,37)
#283222
(40,50,34)
#232C1F
(35,44,31)
#1E261C
(30,38,28)
#192019
(25,32,25)
#141A16
(20,26,22)
#0F1413
(15,20,19)
#0A0E10
(10,14,16)
#05080D
(5,8,13)
#000000
(0,0,0)

Tints of #37442B

#37442B
(55,68,43)
#49553E
(73,85,62)
#5B6651
(91,102,81)
#6D7764
(109,119,100)
#7F8877
(127,136,119)
#91998A
(145,153,138)
#A3AA9D
(163,170,157)
#B5BBB0
(181,187,176)
#C7CCC3
(199,204,195)
#D9DDD6
(217,221,214)
#EBEEE9
(235,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37442B; }

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

This text font color is #37442B.

Background Color

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

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

This div background color is #37442B.

Border color

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

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

This div border color is #37442B.

Opacity

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

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

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

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

This text has shadow with #37442B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #37442B.

Preview

Color preview on black background

This text has color #37442B on black background.


Color preview on white background

This text has color #37442B on white background.


Black color preview on #37442B background

This text has black color on #37442B background.


White color preview on #37442B background

This text has white color on #37442B background.


Related colors

Complementary color

Complementary color for #hex is #C8BBD4.


I love getcolorcode.com

Triadic colors

1 #2B3744 and #442B37 with #37442B are triadic colors.

2 #2B4437 and #44372B with #37442B are triadic colors.