COLOR #371B1B

HEX: #371B1B
RGB: (55,27,27)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

55
27
27

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

Portions of RGB colors in percentages

R + G + B =
55 + 27 + 27 = 109 (100%)
R 55 of 109 ~ 50.46%
G 27 of 109 ~ 24.77%
B 27 of 109 ~ 24.77%

%50.46
%24.77
%24.77

CMYK color model

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

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

CMYK percentages

%0
%50.91
%50.91
%78.43

Codes

Color #371B1B in popluar color models

371B1B
RGB552727
HSL34.15%16.08%
HSB/HSV50.91%21.57%
CMYK0.00%50.91%50.91%
78.43%

Color #371B1B in popluar number systems.

HEX371B1B
Decimal552727
Binary1101111101111011
Octal673333

Shades and tints

Shades of #371B1B

#371B1B
(55,27,27)
#321919
(50,25,25)
#2D1717
(45,23,23)
#281515
(40,21,21)
#231313
(35,19,19)
#1E1111
(30,17,17)
#190F0F
(25,15,15)
#140D0D
(20,13,13)
#0F0B0B
(15,11,11)
#0A0909
(10,9,9)
#050707
(5,7,7)
#000000
(0,0,0)

Tints of #371B1B

#371B1B
(55,27,27)
#492F2F
(73,47,47)
#5B4343
(91,67,67)
#6D5757
(109,87,87)
#7F6B6B
(127,107,107)
#917F7F
(145,127,127)
#A39393
(163,147,147)
#B5A7A7
(181,167,167)
#C7BBBB
(199,187,187)
#D9CFCF
(217,207,207)
#EBE3E3
(235,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #371B1B; }

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

This text font color is #371B1B.


Background Color

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

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

This div background color is #371B1B.


Border color

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

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

This div border color is #371B1B.


Opacity

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

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

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

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

This text has shadow with #371B1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371B1B on black background.


Color preview on white background

This text has color #371B1B on white background.



Black color preview on #371B1B background

This text has black color on #371B1B background.


White color preview on #371B1B background

This text has white color on #371B1B background.