COLOR #371720

HEX: #371720
RGB: (55,23,32)

Color info

#371720 contains red, green and blue colors in about the same proportion. Web safe color of #371720 is #330033 (or #303).

RGB color model

#371720 color RGB value is (55,23,32).

  • red value is 55;
  • green value is 23;
  • blue value is 32.
RGB:
(55,23,32)
(22%,9%,13%)

RGB channels and saturation

R 55 of 255 = 22%
G 23 of 255 = 9%
B 32 of 255 = 13%

55
23
32

R + G + B ~ 15%. #371720 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 23 + 32 = 110 (100%)
R 55 of 110 ~ 50%
G 23 of 110 ~ 20.91%
B 32 of 110 ~ 29.09%

%50
%20.91
%29.09

CMYK color model

#371720 color CMYK value is (0,58,42,78).

  • cyan value is 0.00%
  • magenta value is 58.18%
  • yellow value is 41.82%
  • key color value is 78.43%
CMYK:
(0,58,42,78)
C0M58Y42K78 
(0%,58%,42%,78%)
(0.00/0.58/0.42/0.78)	

CMYK percentages

%0
%58.18
%41.82
%78.43

Codes

Color #371720 in popluar color models

371720
RGB552332
HSL343°41.03%15.29%
HSB/HSV343°58.18%21.57%
CMYK0.00%58.18%41.82%
78.43%

Color #371720 in popluar number systems.

HEX371720
Decimal552332
Binary11011110111100000
Octal672740

Shades and tints

Shades of #371720

#371720
(55,23,32)
#32151E
(50,21,30)
#2D131C
(45,19,28)
#28111A
(40,17,26)
#230F18
(35,15,24)
#1E0D16
(30,13,22)
#190B14
(25,11,20)
#140912
(20,9,18)
#0F0710
(15,7,16)
#0A050E
(10,5,14)
#05030C
(5,3,12)
#000000
(0,0,0)

Tints of #371720

#371720
(55,23,32)
#492C34
(73,44,52)
#5B4148
(91,65,72)
#6D565C
(109,86,92)
#7F6B70
(127,107,112)
#918084
(145,128,132)
#A39598
(163,149,152)
#B5AAAC
(181,170,172)
#C7BFC0
(199,191,192)
#D9D4D4
(217,212,212)
#EBE9E8
(235,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #371720 color. Also use rgb(55,23,32) instead hex code.

Text Font Color

.myTextColor { color: #371720; }

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

This text font color is #371720.


Background Color

.myBgColor { background-color: #371720; }

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

This div background color is #371720.


Border color

.myBorderColor { border: 1px solid #371720; }

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

This div border color is #371720.


Opacity

.myOpacity80 { color: #371720; opacity: 0.8; }

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

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

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

This text has shadow with #371720 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371720 on black background.


Color preview on white background

This text has color #371720 on white background.



Black color preview on #371720 background

This text has black color on #371720 background.


White color preview on #371720 background

This text has white color on #371720 background.