COLOR #371B15

HEX: #371B15
RGB: (55,27,21)

Color info

#371B15 contains red, green and blue colors in about the same proportion. Web safe color of #371B15 is #333300 (or #330).

RGB color model

#371B15 color RGB value is (55,27,21).

  • red value is 55;
  • green value is 27;
  • blue value is 21.
RGB:
(55,27,21)
(22%,11%,8%)

RGB channels and saturation

R 55 of 255 = 22%
G 27 of 255 = 11%
B 21 of 255 = 8%

55
27
21

R + G + B ~ 14%. #371B15 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 27 + 21 = 103 (100%)
R 55 of 103 ~ 53.4%
G 27 of 103 ~ 26.21%
B 21 of 103 ~ 20.39%

%53.4
%26.21
%20.39

CMYK color model

#371B15 color CMYK value is (0,51,62,78).

  • cyan value is 0.00%
  • magenta value is 50.91%
  • yellow value is 61.82%
  • key color value is 78.43%
CMYK:
(0,51,62,78)
C0M51Y62K78 
(0%,51%,62%,78%)
(0.00/0.51/0.62/0.78)	

CMYK percentages

%0
%50.91
%61.82
%78.43

Codes

Color #371B15 in popluar color models

371B15
RGB552721
HSL11°44.74%14.90%
HSB/HSV11°61.82%21.57%
CMYK0.00%50.91%61.82%
78.43%

Color #371B15 in popluar number systems.

HEX371B15
Decimal552721
Binary1101111101110101
Octal673325

Shades and tints

Shades of #371B15

#371B15
(55,27,21)
#321914
(50,25,20)
#2D1713
(45,23,19)
#281512
(40,21,18)
#231311
(35,19,17)
#1E1110
(30,17,16)
#190F0F
(25,15,15)
#140D0E
(20,13,14)
#0F0B0D
(15,11,13)
#0A090C
(10,9,12)
#05070B
(5,7,11)
#000000
(0,0,0)

Tints of #371B15

#371B15
(55,27,21)
#492F2A
(73,47,42)
#5B433F
(91,67,63)
#6D5754
(109,87,84)
#7F6B69
(127,107,105)
#917F7E
(145,127,126)
#A39393
(163,147,147)
#B5A7A8
(181,167,168)
#C7BBBD
(199,187,189)
#D9CFD2
(217,207,210)
#EBE3E7
(235,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #371B15 color. Also use rgb(55,27,21) instead hex code.

Text Font Color

.myTextColor { color: #371B15; }

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

This text font color is #371B15.


Background Color

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

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

This div background color is #371B15.


Border color

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

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

This div border color is #371B15.


Opacity

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

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

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

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

This text has shadow with #371B15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371B15 on black background.


Color preview on white background

This text has color #371B15 on white background.



Black color preview on #371B15 background

This text has black color on #371B15 background.


White color preview on #371B15 background

This text has white color on #371B15 background.