COLOR #371E0F

HEX: #371E0F
RGB: (55,30,15)

Color info

#371E0F contains red, green and blue colors in about the same proportion. Web safe color of #371E0F is #333300 (or #330).

RGB color model

#371E0F color RGB value is (55,30,15).

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

RGB channels and saturation

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

55
30
15

R + G + B ~ 13%. #371E0F is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 30 + 15 = 100 (100%)
R 55 of 100 ~ 55%
G 30 of 100 ~ 30%
B 15 of 100 ~ 15%

%55
%30
%15

CMYK color model

#371E0F color CMYK value is (0,45,73,78).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 72.73%
  • key color value is 78.43%
CMYK:
(0,45,73,78)
C0M45Y73K78 
(0%,45%,73%,78%)
(0.00/0.45/0.73/0.78)	

CMYK percentages

%0
%45.45
%72.73
%78.43

Codes

Color #371E0F in popluar color models

371E0F
RGB553015
HSL23°57.14%13.73%
HSB/HSV23°72.73%21.57%
CMYK0.00%45.45%72.73%
78.43%

Color #371E0F in popluar number systems.

HEX371E0F
Decimal553015
Binary110111111101111
Octal673617

Shades and tints

Shades of #371E0F

#371E0F
(55,30,15)
#321C0E
(50,28,14)
#2D1A0D
(45,26,13)
#28180C
(40,24,12)
#23160B
(35,22,11)
#1E140A
(30,20,10)
#191209
(25,18,9)
#141008
(20,16,8)
#0F0E07
(15,14,7)
#0A0C06
(10,12,6)
#050A05
(5,10,5)
#000000
(0,0,0)

Tints of #371E0F

#371E0F
(55,30,15)
#493224
(73,50,36)
#5B4639
(91,70,57)
#6D5A4E
(109,90,78)
#7F6E63
(127,110,99)
#918278
(145,130,120)
#A3968D
(163,150,141)
#B5AAA2
(181,170,162)
#C7BEB7
(199,190,183)
#D9D2CC
(217,210,204)
#EBE6E1
(235,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #371E0F; }

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

This text font color is #371E0F.


Background Color

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

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

This div background color is #371E0F.


Border color

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

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

This div border color is #371E0F.


Opacity

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

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

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

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

This text has shadow with #371E0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371E0F on black background.


Color preview on white background

This text has color #371E0F on white background.



Black color preview on #371E0F background

This text has black color on #371E0F background.


White color preview on #371E0F background

This text has white color on #371E0F background.