COLOR #371E27

HEX: #371E27
RGB: (55,30,39)

Color info

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

RGB color model

#371E27 color RGB value is (55,30,39).

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

RGB channels and saturation

R 55 of 255 = 22%
G 30 of 255 = 12%
B 39 of 255 = 15%

55
30
39

R + G + B ~ 16%. #371E27 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 30 + 39 = 124 (100%)
R 55 of 124 ~ 44.35%
G 30 of 124 ~ 24.19%
B 39 of 124 ~ 31.45%

%44.35
%24.19
%31.45

CMYK color model

#371E27 color CMYK value is (0,45,29,78).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 29.09%
  • key color value is 78.43%
CMYK:
(0,45,29,78)
C0M45Y29K78 
(0%,45%,29%,78%)
(0.00/0.45/0.29/0.78)	

CMYK percentages

%0
%45.45
%29.09
%78.43

Codes

Color #371E27 in popluar color models

371E27
RGB553039
HSL338°29.41%16.67%
HSB/HSV338°45.45%21.57%
CMYK0.00%45.45%29.09%
78.43%

Color #371E27 in popluar number systems.

HEX371E27
Decimal553039
Binary11011111110100111
Octal673647

Shades and tints

Shades of #371E27

#371E27
(55,30,39)
#321C24
(50,28,36)
#2D1A21
(45,26,33)
#28181E
(40,24,30)
#23161B
(35,22,27)
#1E1418
(30,20,24)
#191215
(25,18,21)
#141012
(20,16,18)
#0F0E0F
(15,14,15)
#0A0C0C
(10,12,12)
#050A09
(5,10,9)
#000000
(0,0,0)

Tints of #371E27

#371E27
(55,30,39)
#49323A
(73,50,58)
#5B464D
(91,70,77)
#6D5A60
(109,90,96)
#7F6E73
(127,110,115)
#918286
(145,130,134)
#A39699
(163,150,153)
#B5AAAC
(181,170,172)
#C7BEBF
(199,190,191)
#D9D2D2
(217,210,210)
#EBE6E5
(235,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #371E27; }

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

This text font color is #371E27.


Background Color

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

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

This div background color is #371E27.


Border color

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

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

This div border color is #371E27.


Opacity

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

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

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

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

This text has shadow with #371E27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371E27 on black background.


Color preview on white background

This text has color #371E27 on white background.



Black color preview on #371E27 background

This text has black color on #371E27 background.


White color preview on #371E27 background

This text has white color on #371E27 background.