COLOR #371C1F

HEX: #371C1F RGB: (55,28,31)

Color info

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

RGB color model

#371C1F color RGB value is (55,28,31).

RGB: (55,28,31) (22%, 11%, 12%)

RGB channels and saturation

R 55 of 255 = 22%
G 28 of 255 = 11%
B 31 of 255 = 12%

55
28
31

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

Portions of RGB colors in percentages

R + G + B = 55 + 28 + 31 = 114 (100%)
R 55 of 114 ~ 48.25%
G 28 of 114 ~ 24.56%
B 31 of 114 ~ 27.19'%

%48.25
%24.56
%27.19

CMYK color model

#371C1F color CMYK value is (0,49,44,78).

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

CMYK: (0,49,44,78)
C0M49Y44K78 (0%, 49%, 44%, 78%)
(0.00 / 0.49 / 0.44 / 0.78)

CMYK percentages

%0
%49.09
%43.64
%78.43

Codes

Color #371C1F in popluar color models

37 1C 1F
RGB 55 28 31
HSL 353° 32.53% 16.27%
HSB/HSV 353° 49.09% 21.57%
CMYK 0.00% 49.09% 43.64%
78.43%

Color #371C1F in popluar number systems.

HEX 37 1C 1F
Decimal 55 28 31
Binary 110111 11100 11111
Octal 67 34 37

Shades and tints

Shades of #371C1F

#371C1F
(55,28,31)
#321A1D
(50,26,29)
#2D181B
(45,24,27)
#281619
(40,22,25)
#231417
(35,20,23)
#1E1215
(30,18,21)
#191013
(25,16,19)
#140E11
(20,14,17)
#0F0C0F
(15,12,15)
#0A0A0D
(10,10,13)
#05080B
(5,8,11)
#000000
(0,0,0)

Tints of #371C1F

#371C1F
(55,28,31)
#493033
(73,48,51)
#5B4447
(91,68,71)
#6D585B
(109,88,91)
#7F6C6F
(127,108,111)
#918083
(145,128,131)
#A39497
(163,148,151)
#B5A8AB
(181,168,171)
#C7BCBF
(199,188,191)
#D9D0D3
(217,208,211)
#EBE4E7
(235,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #371C1F; }

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

This text font color is #371C1F.

Background Color

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

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

This div background color is #371C1F.

Border color

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

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

This div border color is #371C1F.

Opacity

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

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

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

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

This text has shadow with #371C1F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #371C1F.

Preview

Color preview on black background

This text has color #371C1F on black background.


Color preview on white background

This text has color #371C1F on white background.


Black color preview on #371C1F background

This text has black color on #371C1F background.


White color preview on #371C1F background

This text has white color on #371C1F background.


Related colors

Complementary color

Complementary color for #hex is #C8E3E0.


I love getcolorcode.com

Triadic colors

1 #1F371C and #1C1F37 with #371C1F are triadic colors.

2 #1F1C37 and #1C371F with #371C1F are triadic colors.