COLOR #371B2C

HEX: #371B2C RGB: (55,27,44)

Color info

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

RGB color model

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

RGB: (55,27,44) (22%, 11%, 17%)

RGB channels and saturation

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

55
27
44

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

Portions of RGB colors in percentages

R + G + B = 55 + 27 + 44 = 126 (100%)
R 55 of 126 ~ 43.65%
G 27 of 126 ~ 21.43%
B 44 of 126 ~ 34.92'%

%43.65
%21.43
%34.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 50.91%
  • yellow value is 20.00%
  • key color value is 78.43%

CMYK: (0,51,20,78)
C0M51Y20K78 (0%, 51%, 20%, 78%)
(0.00 / 0.51 / 0.20 / 0.78)

CMYK percentages

%0
%50.91
%20
%78.43

Codes

Color #371B2C in popluar color models

37 1B 2C
RGB 55 27 44
HSL 324° 34.15% 16.08%
HSB/HSV 324° 50.91% 21.57%
CMYK 0.00% 50.91% 20.00%
78.43%

Color #371B2C in popluar number systems.

HEX 37 1B 2C
Decimal 55 27 44
Binary 110111 11011 101100
Octal 67 33 54

Shades and tints

Shades of #371B2C

#371B2C
(55,27,44)
#321928
(50,25,40)
#2D1724
(45,23,36)
#281520
(40,21,32)
#23131C
(35,19,28)
#1E1118
(30,17,24)
#190F14
(25,15,20)
#140D10
(20,13,16)
#0F0B0C
(15,11,12)
#0A0908
(10,9,8)
#050704
(5,7,4)
#000000
(0,0,0)

Tints of #371B2C

#371B2C
(55,27,44)
#492F3F
(73,47,63)
#5B4352
(91,67,82)
#6D5765
(109,87,101)
#7F6B78
(127,107,120)
#917F8B
(145,127,139)
#A3939E
(163,147,158)
#B5A7B1
(181,167,177)
#C7BBC4
(199,187,196)
#D9CFD7
(217,207,215)
#EBE3EA
(235,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #371B2C; }

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

This text font color is #371B2C.

Background Color

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

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

This div background color is #371B2C.

Border color

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

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

This div border color is #371B2C.

Opacity

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

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

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

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

This text has shadow with #371B2C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #371B2C.

Preview

Color preview on black background

This text has color #371B2C on black background.


Color preview on white background

This text has color #371B2C on white background.


Black color preview on #371B2C background

This text has black color on #371B2C background.


White color preview on #371B2C background

This text has white color on #371B2C background.


Related colors

Complementary color

Complementary color for #hex is #C8E4D3.


I love getcolorcode.com

Triadic colors

1 #2C371B and #1B2C37 with #371B2C are triadic colors.

2 #2C1B37 and #1B372C with #371B2C are triadic colors.