COLOR #371F20

HEX: #371F20
RGB: (55,31,32)

Color info

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

RGB color model

#371F20 color RGB value is (55,31,32).

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

RGB channels and saturation

R 55 of 255 = 22%
G 31 of 255 = 12%
B 32 of 255 = 13%

55
31
32

R + G + B ~ 16%. #371F20 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 31 + 32 = 118 (100%)
R 55 of 118 ~ 46.61%
G 31 of 118 ~ 26.27%
B 32 of 118 ~ 27.12%

%46.61
%26.27
%27.12

CMYK color model

#371F20 color CMYK value is (0,44,42,78).

  • cyan value is 0.00%
  • magenta value is 43.64%
  • yellow value is 41.82%
  • key color value is 78.43%
CMYK:
(0,44,42,78)
C0M44Y42K78 
(0%,44%,42%,78%)
(0.00/0.44/0.42/0.78)	

CMYK percentages

%0
%43.64
%41.82
%78.43

Codes

Color #371F20 in popluar color models

371F20
RGB553132
HSL358°27.91%16.86%
HSB/HSV358°43.64%21.57%
CMYK0.00%43.64%41.82%
78.43%

Color #371F20 in popluar number systems.

HEX371F20
Decimal553132
Binary11011111111100000
Octal673740

Shades and tints

Shades of #371F20

#371F20
(55,31,32)
#321D1E
(50,29,30)
#2D1B1C
(45,27,28)
#28191A
(40,25,26)
#231718
(35,23,24)
#1E1516
(30,21,22)
#191314
(25,19,20)
#141112
(20,17,18)
#0F0F10
(15,15,16)
#0A0D0E
(10,13,14)
#050B0C
(5,11,12)
#000000
(0,0,0)

Tints of #371F20

#371F20
(55,31,32)
#493334
(73,51,52)
#5B4748
(91,71,72)
#6D5B5C
(109,91,92)
#7F6F70
(127,111,112)
#918384
(145,131,132)
#A39798
(163,151,152)
#B5ABAC
(181,171,172)
#C7BFC0
(199,191,192)
#D9D3D4
(217,211,212)
#EBE7E8
(235,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #371F20; }

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

This text font color is #371F20.


Background Color

.myBgColor { background-color: #371F20; }

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

This div background color is #371F20.


Border color

.myBorderColor { border: 1px solid #371F20; }

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

This div border color is #371F20.


Opacity

.myOpacity80 { color: #371F20; opacity: 0.8; }

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

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

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

This text has shadow with #371F20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371F20 on black background.


Color preview on white background

This text has color #371F20 on white background.



Black color preview on #371F20 background

This text has black color on #371F20 background.


White color preview on #371F20 background

This text has white color on #371F20 background.