COLOR #371C1B

HEX: #371C1B RGB: (55,28,27)

Color info

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

RGB color model

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

RGB: (55,28,27) (22%, 11%, 11%)

RGB channels and saturation

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

55
28
27

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

Portions of RGB colors in percentages

R + G + B = 55 + 28 + 27 = 110 (100%)
R 55 of 110 ~ 50%
G 28 of 110 ~ 25.45%
B 27 of 110 ~ 24.55'%

%50
%25.45
%24.55

CMYK color model

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

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

CMYK: (0,49,51,78)
C0M49Y51K78 (0%, 49%, 51%, 78%)
(0.00 / 0.49 / 0.51 / 0.78)

CMYK percentages

%0
%49.09
%50.91
%78.43

Codes

Color #371C1B in popluar color models

37 1C 1B
RGB 55 28 27
HSL 34.15% 16.08%
HSB/HSV 50.91% 21.57%
CMYK 0.00% 49.09% 50.91%
78.43%

Color #371C1B in popluar number systems.

HEX 37 1C 1B
Decimal 55 28 27
Binary 110111 11100 11011
Octal 67 34 33

Shades and tints

Shades of #371C1B

#371C1B
(55,28,27)
#321A19
(50,26,25)
#2D1817
(45,24,23)
#281615
(40,22,21)
#231413
(35,20,19)
#1E1211
(30,18,17)
#19100F
(25,16,15)
#140E0D
(20,14,13)
#0F0C0B
(15,12,11)
#0A0A09
(10,10,9)
#050807
(5,8,7)
#000000
(0,0,0)

Tints of #371C1B

#371C1B
(55,28,27)
#49302F
(73,48,47)
#5B4443
(91,68,67)
#6D5857
(109,88,87)
#7F6C6B
(127,108,107)
#91807F
(145,128,127)
#A39493
(163,148,147)
#B5A8A7
(181,168,167)
#C7BCBB
(199,188,187)
#D9D0CF
(217,208,207)
#EBE4E3
(235,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #371C1B; }

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

This text font color is #371C1B.

Background Color

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

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

This div background color is #371C1B.

Border color

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

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

This div border color is #371C1B.

Opacity

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

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

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

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

This text has shadow with #371C1B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #371C1B.

Preview

Color preview on black background

This text has color #371C1B on black background.


Color preview on white background

This text has color #371C1B on white background.


Black color preview on #371C1B background

This text has black color on #371C1B background.


White color preview on #371C1B background

This text has white color on #371C1B background.


Related colors

Complementary color

Complementary color for #hex is #C8E3E4.


I love getcolorcode.com

Triadic colors

1 #1B371C and #1C1B37 with #371C1B are triadic colors.

2 #1B1C37 and #1C371B with #371C1B are triadic colors.