COLOR #371D2B

HEX: #371D2B
RGB: (55,29,43)

Color info

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

RGB color model

#371D2B color RGB value is (55,29,43).

  • red value is 55;
  • green value is 29;
  • blue value is 43.
RGB:
(55,29,43)
(22%,11%,17%)

RGB channels and saturation

R 55 of 255 = 22%
G 29 of 255 = 11%
B 43 of 255 = 17%

55
29
43

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

Portions of RGB colors in percentages

R + G + B =
55 + 29 + 43 = 127 (100%)
R 55 of 127 ~ 43.31%
G 29 of 127 ~ 22.83%
B 43 of 127 ~ 33.86%

%43.31
%22.83
%33.86

CMYK color model

#371D2B color CMYK value is (0,47,22,78).

  • cyan value is 0.00%
  • magenta value is 47.27%
  • yellow value is 21.82%
  • key color value is 78.43%
CMYK:
(0,47,22,78)
C0M47Y22K78 
(0%,47%,22%,78%)
(0.00/0.47/0.22/0.78)	

CMYK percentages

%0
%47.27
%21.82
%78.43

Codes

Color #371D2B in popluar color models

371D2B
RGB552943
HSL328°30.95%16.47%
HSB/HSV328°47.27%21.57%
CMYK0.00%47.27%21.82%
78.43%

Color #371D2B in popluar number systems.

HEX371D2B
Decimal552943
Binary11011111101101011
Octal673553

Shades and tints

Shades of #371D2B

#371D2B
(55,29,43)
#321B28
(50,27,40)
#2D1925
(45,25,37)
#281722
(40,23,34)
#23151F
(35,21,31)
#1E131C
(30,19,28)
#191119
(25,17,25)
#140F16
(20,15,22)
#0F0D13
(15,13,19)
#0A0B10
(10,11,16)
#05090D
(5,9,13)
#000000
(0,0,0)

Tints of #371D2B

#371D2B
(55,29,43)
#49313E
(73,49,62)
#5B4551
(91,69,81)
#6D5964
(109,89,100)
#7F6D77
(127,109,119)
#91818A
(145,129,138)
#A3959D
(163,149,157)
#B5A9B0
(181,169,176)
#C7BDC3
(199,189,195)
#D9D1D6
(217,209,214)
#EBE5E9
(235,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #371D2B color. Also use rgb(55,29,43) instead hex code.

Text Font Color

.myTextColor { color: #371D2B; }

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

This text font color is #371D2B.


Background Color

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

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

This div background color is #371D2B.


Border color

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

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

This div border color is #371D2B.


Opacity

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

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

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

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

This text has shadow with #371D2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371D2B on black background.


Color preview on white background

This text has color #371D2B on white background.



Black color preview on #371D2B background

This text has black color on #371D2B background.


White color preview on #371D2B background

This text has white color on #371D2B background.