COLOR #371A16

HEX: #371A16
RGB: (55,26,22)

Color info

#371A16 contains red, green and blue colors in about the same proportion. Web safe color of #371A16 is #330000 (or #300).

RGB color model

#371A16 color RGB value is (55,26,22).

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

RGB channels and saturation

R 55 of 255 = 22%
G 26 of 255 = 10%
B 22 of 255 = 9%

55
26
22

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

Portions of RGB colors in percentages

R + G + B =
55 + 26 + 22 = 103 (100%)
R 55 of 103 ~ 53.4%
G 26 of 103 ~ 25.24%
B 22 of 103 ~ 21.36%

%53.4
%25.24
%21.36

CMYK color model

#371A16 color CMYK value is (0,53,60,78).

  • cyan value is 0.00%
  • magenta value is 52.73%
  • yellow value is 60.00%
  • key color value is 78.43%
CMYK:
(0,53,60,78)
C0M53Y60K78 
(0%,53%,60%,78%)
(0.00/0.53/0.60/0.78)	

CMYK percentages

%0
%52.73
%60
%78.43

Codes

Color #371A16 in popluar color models

371A16
RGB552622
HSL42.86%15.10%
HSB/HSV60.00%21.57%
CMYK0.00%52.73%60.00%
78.43%

Color #371A16 in popluar number systems.

HEX371A16
Decimal552622
Binary1101111101010110
Octal673226

Shades and tints

Shades of #371A16

#371A16
(55,26,22)
#321814
(50,24,20)
#2D1612
(45,22,18)
#281410
(40,20,16)
#23120E
(35,18,14)
#1E100C
(30,16,12)
#190E0A
(25,14,10)
#140C08
(20,12,8)
#0F0A06
(15,10,6)
#0A0804
(10,8,4)
#050602
(5,6,2)
#000000
(0,0,0)

Tints of #371A16

#371A16
(55,26,22)
#492E2B
(73,46,43)
#5B4240
(91,66,64)
#6D5655
(109,86,85)
#7F6A6A
(127,106,106)
#917E7F
(145,126,127)
#A39294
(163,146,148)
#B5A6A9
(181,166,169)
#C7BABE
(199,186,190)
#D9CED3
(217,206,211)
#EBE2E8
(235,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #371A16; }

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

This text font color is #371A16.


Background Color

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

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

This div background color is #371A16.


Border color

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

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

This div border color is #371A16.


Opacity

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

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

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

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

This text has shadow with #371A16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371A16 on black background.


Color preview on white background

This text has color #371A16 on white background.



Black color preview on #371A16 background

This text has black color on #371A16 background.


White color preview on #371A16 background

This text has white color on #371A16 background.