COLOR #371E16

HEX: #371E16
RGB: (55,30,22)

Color info

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

RGB color model

#371E16 color RGB value is (55,30,22).

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

RGB channels and saturation

R 55 of 255 = 22%
G 30 of 255 = 12%
B 22 of 255 = 9%

55
30
22

R + G + B ~ 14%. #371E16 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 30 + 22 = 107 (100%)
R 55 of 107 ~ 51.4%
G 30 of 107 ~ 28.04%
B 22 of 107 ~ 20.56%

%51.4
%28.04
%20.56

CMYK color model

#371E16 color CMYK value is (0,45,60,78).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 60.00%
  • key color value is 78.43%
CMYK:
(0,45,60,78)
C0M45Y60K78 
(0%,45%,60%,78%)
(0.00/0.45/0.60/0.78)	

CMYK percentages

%0
%45.45
%60
%78.43

Codes

Color #371E16 in popluar color models

371E16
RGB553022
HSL15°42.86%15.10%
HSB/HSV15°60.00%21.57%
CMYK0.00%45.45%60.00%
78.43%

Color #371E16 in popluar number systems.

HEX371E16
Decimal553022
Binary1101111111010110
Octal673626

Shades and tints

Shades of #371E16

#371E16
(55,30,22)
#321C14
(50,28,20)
#2D1A12
(45,26,18)
#281810
(40,24,16)
#23160E
(35,22,14)
#1E140C
(30,20,12)
#19120A
(25,18,10)
#141008
(20,16,8)
#0F0E06
(15,14,6)
#0A0C04
(10,12,4)
#050A02
(5,10,2)
#000000
(0,0,0)

Tints of #371E16

#371E16
(55,30,22)
#49322B
(73,50,43)
#5B4640
(91,70,64)
#6D5A55
(109,90,85)
#7F6E6A
(127,110,106)
#91827F
(145,130,127)
#A39694
(163,150,148)
#B5AAA9
(181,170,169)
#C7BEBE
(199,190,190)
#D9D2D3
(217,210,211)
#EBE6E8
(235,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #371E16; }

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

This text font color is #371E16.


Background Color

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

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

This div background color is #371E16.


Border color

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

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

This div border color is #371E16.


Opacity

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

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

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

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

This text has shadow with #371E16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371E16 on black background.


Color preview on white background

This text has color #371E16 on white background.



Black color preview on #371E16 background

This text has black color on #371E16 background.


White color preview on #371E16 background

This text has white color on #371E16 background.