COLOR #371B11

HEX: #371B11
RGB: (55,27,17)

Color info

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

RGB color model

#371B11 color RGB value is (55,27,17).

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

RGB channels and saturation

R 55 of 255 = 22%
G 27 of 255 = 11%
B 17 of 255 = 7%

55
27
17

R + G + B ~ 13%. #371B11 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 27 + 17 = 99 (100%)
R 55 of 99 ~ 55.56%
G 27 of 99 ~ 27.27%
B 17 of 99 ~ 17.17%

%55.56
%27.27
%17.17

CMYK color model

#371B11 color CMYK value is (0,51,69,78).

  • cyan value is 0.00%
  • magenta value is 50.91%
  • yellow value is 69.09%
  • key color value is 78.43%
CMYK:
(0,51,69,78)
C0M51Y69K78 
(0%,51%,69%,78%)
(0.00/0.51/0.69/0.78)	

CMYK percentages

%0
%50.91
%69.09
%78.43

Codes

Color #371B11 in popluar color models

371B11
RGB552717
HSL16°52.78%14.12%
HSB/HSV16°69.09%21.57%
CMYK0.00%50.91%69.09%
78.43%

Color #371B11 in popluar number systems.

HEX371B11
Decimal552717
Binary1101111101110001
Octal673321

Shades and tints

Shades of #371B11

#371B11
(55,27,17)
#321910
(50,25,16)
#2D170F
(45,23,15)
#28150E
(40,21,14)
#23130D
(35,19,13)
#1E110C
(30,17,12)
#190F0B
(25,15,11)
#140D0A
(20,13,10)
#0F0B09
(15,11,9)
#0A0908
(10,9,8)
#050707
(5,7,7)
#000000
(0,0,0)

Tints of #371B11

#371B11
(55,27,17)
#492F26
(73,47,38)
#5B433B
(91,67,59)
#6D5750
(109,87,80)
#7F6B65
(127,107,101)
#917F7A
(145,127,122)
#A3938F
(163,147,143)
#B5A7A4
(181,167,164)
#C7BBB9
(199,187,185)
#D9CFCE
(217,207,206)
#EBE3E3
(235,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #371B11; }

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

This text font color is #371B11.


Background Color

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

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

This div background color is #371B11.


Border color

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

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

This div border color is #371B11.


Opacity

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

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

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

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

This text has shadow with #371B11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371B11 on black background.


Color preview on white background

This text has color #371B11 on white background.



Black color preview on #371B11 background

This text has black color on #371B11 background.


White color preview on #371B11 background

This text has white color on #371B11 background.