COLOR #371E2C

HEX: #371E2C RGB: (55,30,44)

Color info

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

RGB color model

#371E2C color RGB value is (55,30,44).

RGB: (55,30,44) (22%, 12%, 17%)

RGB channels and saturation

R 55 of 255 = 22%
G 30 of 255 = 12%
B 44 of 255 = 17%

55
30
44

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

Portions of RGB colors in percentages

R + G + B = 55 + 30 + 44 = 129 (100%)
R 55 of 129 ~ 42.64%
G 30 of 129 ~ 23.26%
B 44 of 129 ~ 34.11'%

%42.64
%23.26
%34.11

CMYK color model

#371E2C color CMYK value is (0,45,20,78).

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

CMYK: (0,45,20,78)
C0M45Y20K78 (0%, 45%, 20%, 78%)
(0.00 / 0.45 / 0.20 / 0.78)

CMYK percentages

%0
%45.45
%20
%78.43

Codes

Color #371E2C in popluar color models

37 1E 2C
RGB 55 30 44
HSL 326° 29.41% 16.67%
HSB/HSV 326° 45.45% 21.57%
CMYK 0.00% 45.45% 20.00%
78.43%

Color #371E2C in popluar number systems.

HEX 37 1E 2C
Decimal 55 30 44
Binary 110111 11110 101100
Octal 67 36 54

Shades and tints

Shades of #371E2C

#371E2C
(55,30,44)
#321C28
(50,28,40)
#2D1A24
(45,26,36)
#281820
(40,24,32)
#23161C
(35,22,28)
#1E1418
(30,20,24)
#191214
(25,18,20)
#141010
(20,16,16)
#0F0E0C
(15,14,12)
#0A0C08
(10,12,8)
#050A04
(5,10,4)
#000000
(0,0,0)

Tints of #371E2C

#371E2C
(55,30,44)
#49323F
(73,50,63)
#5B4652
(91,70,82)
#6D5A65
(109,90,101)
#7F6E78
(127,110,120)
#91828B
(145,130,139)
#A3969E
(163,150,158)
#B5AAB1
(181,170,177)
#C7BEC4
(199,190,196)
#D9D2D7
(217,210,215)
#EBE6EA
(235,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #371E2C; }

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

This text font color is #371E2C.

Background Color

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

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

This div background color is #371E2C.

Border color

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

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

This div border color is #371E2C.

Opacity

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

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

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

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

This text has shadow with #371E2C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #371E2C.

Preview

Color preview on black background

This text has color #371E2C on black background.


Color preview on white background

This text has color #371E2C on white background.


Black color preview on #371E2C background

This text has black color on #371E2C background.


White color preview on #371E2C background

This text has white color on #371E2C background.


Related colors

Complementary color

Complementary color for #hex is #C8E1D3.


I love getcolorcode.com

Triadic colors

1 #2C371E and #1E2C37 with #371E2C are triadic colors.

2 #2C1E37 and #1E372C with #371E2C are triadic colors.