COLOR #371E28

HEX: #371E28
RGB: (55,30,40)

Color info

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

RGB color model

#371E28 color RGB value is (55,30,40).

  • red value is 55;
  • green value is 30;
  • blue value is 40.
RGB:
(55,30,40)
(22%,12%,16%)

RGB channels and saturation

R 55 of 255 = 22%
G 30 of 255 = 12%
B 40 of 255 = 16%

55
30
40

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

Portions of RGB colors in percentages

R + G + B =
55 + 30 + 40 = 125 (100%)
R 55 of 125 ~ 44%
G 30 of 125 ~ 24%
B 40 of 125 ~ 32%

%44
%24
%32

CMYK color model

#371E28 color CMYK value is (0,45,27,78).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 27.27%
  • key color value is 78.43%
CMYK:
(0,45,27,78)
C0M45Y27K78 
(0%,45%,27%,78%)
(0.00/0.45/0.27/0.78)	

CMYK percentages

%0
%45.45
%27.27
%78.43

Codes

Color #371E28 in popluar color models

371E28
RGB553040
HSL336°29.41%16.67%
HSB/HSV336°45.45%21.57%
CMYK0.00%45.45%27.27%
78.43%

Color #371E28 in popluar number systems.

HEX371E28
Decimal553040
Binary11011111110101000
Octal673650

Shades and tints

Shades of #371E28

#371E28
(55,30,40)
#321C25
(50,28,37)
#2D1A22
(45,26,34)
#28181F
(40,24,31)
#23161C
(35,22,28)
#1E1419
(30,20,25)
#191216
(25,18,22)
#141013
(20,16,19)
#0F0E10
(15,14,16)
#0A0C0D
(10,12,13)
#050A0A
(5,10,10)
#000000
(0,0,0)

Tints of #371E28

#371E28
(55,30,40)
#49323B
(73,50,59)
#5B464E
(91,70,78)
#6D5A61
(109,90,97)
#7F6E74
(127,110,116)
#918287
(145,130,135)
#A3969A
(163,150,154)
#B5AAAD
(181,170,173)
#C7BEC0
(199,190,192)
#D9D2D3
(217,210,211)
#EBE6E6
(235,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #371E28; }

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

This text font color is #371E28.


Background Color

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

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

This div background color is #371E28.


Border color

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

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

This div border color is #371E28.


Opacity

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

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

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

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

This text has shadow with #371E28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371E28 on black background.


Color preview on white background

This text has color #371E28 on white background.



Black color preview on #371E28 background

This text has black color on #371E28 background.


White color preview on #371E28 background

This text has white color on #371E28 background.