COLOR #371F2C

HEX: #371F2C
RGB: (55,31,44)

Color info

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

RGB color model

#371F2C color RGB value is (55,31,44).

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

RGB channels and saturation

R 55 of 255 = 22%
G 31 of 255 = 12%
B 44 of 255 = 17%

55
31
44

R + G + B ~ 17%. #371F2C is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 31 + 44 = 130 (100%)
R 55 of 130 ~ 42.31%
G 31 of 130 ~ 23.85%
B 44 of 130 ~ 33.85%

%42.31
%23.85
%33.85

CMYK color model

#371F2C color CMYK value is (0,44,20,78).

  • cyan value is 0.00%
  • magenta value is 43.64%
  • yellow value is 20.00%
  • key color value is 78.43%
CMYK:
(0,44,20,78)
C0M44Y20K78 
(0%,44%,20%,78%)
(0.00/0.44/0.20/0.78)	

CMYK percentages

%0
%43.64
%20
%78.43

Codes

Color #371F2C in popluar color models

371F2C
RGB553144
HSL328°27.91%16.86%
HSB/HSV328°43.64%21.57%
CMYK0.00%43.64%20.00%
78.43%

Color #371F2C in popluar number systems.

HEX371F2C
Decimal553144
Binary11011111111101100
Octal673754

Shades and tints

Shades of #371F2C

#371F2C
(55,31,44)
#321D28
(50,29,40)
#2D1B24
(45,27,36)
#281920
(40,25,32)
#23171C
(35,23,28)
#1E1518
(30,21,24)
#191314
(25,19,20)
#141110
(20,17,16)
#0F0F0C
(15,15,12)
#0A0D08
(10,13,8)
#050B04
(5,11,4)
#000000
(0,0,0)

Tints of #371F2C

#371F2C
(55,31,44)
#49333F
(73,51,63)
#5B4752
(91,71,82)
#6D5B65
(109,91,101)
#7F6F78
(127,111,120)
#91838B
(145,131,139)
#A3979E
(163,151,158)
#B5ABB1
(181,171,177)
#C7BFC4
(199,191,196)
#D9D3D7
(217,211,215)
#EBE7EA
(235,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #371F2C; }

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

This text font color is #371F2C.


Background Color

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

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

This div background color is #371F2C.


Border color

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

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

This div border color is #371F2C.


Opacity

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

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

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

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

This text has shadow with #371F2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371F2C on black background.


Color preview on white background

This text has color #371F2C on white background.



Black color preview on #371F2C background

This text has black color on #371F2C background.


White color preview on #371F2C background

This text has white color on #371F2C background.