COLOR #371E1D

HEX: #371E1D
RGB: (55,30,29)

Color info

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

RGB color model

#371E1D color RGB value is (55,30,29).

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

RGB channels and saturation

R 55 of 255 = 22%
G 30 of 255 = 12%
B 29 of 255 = 11%

55
30
29

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

Portions of RGB colors in percentages

R + G + B =
55 + 30 + 29 = 114 (100%)
R 55 of 114 ~ 48.25%
G 30 of 114 ~ 26.32%
B 29 of 114 ~ 25.44%

%48.25
%26.32
%25.44

CMYK color model

#371E1D color CMYK value is (0,45,47,78).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 47.27%
  • key color value is 78.43%
CMYK:
(0,45,47,78)
C0M45Y47K78 
(0%,45%,47%,78%)
(0.00/0.45/0.47/0.78)	

CMYK percentages

%0
%45.45
%47.27
%78.43

Codes

Color #371E1D in popluar color models

371E1D
RGB553029
HSL30.95%16.47%
HSB/HSV47.27%21.57%
CMYK0.00%45.45%47.27%
78.43%

Color #371E1D in popluar number systems.

HEX371E1D
Decimal553029
Binary1101111111011101
Octal673635

Shades and tints

Shades of #371E1D

#371E1D
(55,30,29)
#321C1B
(50,28,27)
#2D1A19
(45,26,25)
#281817
(40,24,23)
#231615
(35,22,21)
#1E1413
(30,20,19)
#191211
(25,18,17)
#14100F
(20,16,15)
#0F0E0D
(15,14,13)
#0A0C0B
(10,12,11)
#050A09
(5,10,9)
#000000
(0,0,0)

Tints of #371E1D

#371E1D
(55,30,29)
#493231
(73,50,49)
#5B4645
(91,70,69)
#6D5A59
(109,90,89)
#7F6E6D
(127,110,109)
#918281
(145,130,129)
#A39695
(163,150,149)
#B5AAA9
(181,170,169)
#C7BEBD
(199,190,189)
#D9D2D1
(217,210,209)
#EBE6E5
(235,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #371E1D; }

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

This text font color is #371E1D.


Background Color

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

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

This div background color is #371E1D.


Border color

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

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

This div border color is #371E1D.


Opacity

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

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

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

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

This text has shadow with #371E1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371E1D on black background.


Color preview on white background

This text has color #371E1D on white background.



Black color preview on #371E1D background

This text has black color on #371E1D background.


White color preview on #371E1D background

This text has white color on #371E1D background.