COLOR #371920

HEX: #371920
RGB: (55,25,32)

Color info

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

RGB color model

#371920 color RGB value is (55,25,32).

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

RGB channels and saturation

R 55 of 255 = 22%
G 25 of 255 = 10%
B 32 of 255 = 13%

55
25
32

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

Portions of RGB colors in percentages

R + G + B =
55 + 25 + 32 = 112 (100%)
R 55 of 112 ~ 49.11%
G 25 of 112 ~ 22.32%
B 32 of 112 ~ 28.57%

%49.11
%22.32
%28.57

CMYK color model

#371920 color CMYK value is (0,55,42,78).

  • cyan value is 0.00%
  • magenta value is 54.55%
  • yellow value is 41.82%
  • key color value is 78.43%
CMYK:
(0,55,42,78)
C0M55Y42K78 
(0%,55%,42%,78%)
(0.00/0.55/0.42/0.78)	

CMYK percentages

%0
%54.55
%41.82
%78.43

Codes

Color #371920 in popluar color models

371920
RGB552532
HSL346°37.50%15.69%
HSB/HSV346°54.55%21.57%
CMYK0.00%54.55%41.82%
78.43%

Color #371920 in popluar number systems.

HEX371920
Decimal552532
Binary11011111001100000
Octal673140

Shades and tints

Shades of #371920

#371920
(55,25,32)
#32171E
(50,23,30)
#2D151C
(45,21,28)
#28131A
(40,19,26)
#231118
(35,17,24)
#1E0F16
(30,15,22)
#190D14
(25,13,20)
#140B12
(20,11,18)
#0F0910
(15,9,16)
#0A070E
(10,7,14)
#05050C
(5,5,12)
#000000
(0,0,0)

Tints of #371920

#371920
(55,25,32)
#492D34
(73,45,52)
#5B4148
(91,65,72)
#6D555C
(109,85,92)
#7F6970
(127,105,112)
#917D84
(145,125,132)
#A39198
(163,145,152)
#B5A5AC
(181,165,172)
#C7B9C0
(199,185,192)
#D9CDD4
(217,205,212)
#EBE1E8
(235,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #371920; }

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

This text font color is #371920.


Background Color

.myBgColor { background-color: #371920; }

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

This div background color is #371920.


Border color

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

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

This div border color is #371920.


Opacity

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

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

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

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

This text has shadow with #371920 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371920 on black background.


Color preview on white background

This text has color #371920 on white background.



Black color preview on #371920 background

This text has black color on #371920 background.


White color preview on #371920 background

This text has white color on #371920 background.