COLOR #371A1C

HEX: #371A1C
RGB: (55,26,28)

Color info

#371A1C contains red, green and blue colors in about the same proportion. Web safe color of #371A1C is #330033 (or #303).

RGB color model

#371A1C color RGB value is (55,26,28).

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

RGB channels and saturation

R 55 of 255 = 22%
G 26 of 255 = 10%
B 28 of 255 = 11%

55
26
28

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

Portions of RGB colors in percentages

R + G + B =
55 + 26 + 28 = 109 (100%)
R 55 of 109 ~ 50.46%
G 26 of 109 ~ 23.85%
B 28 of 109 ~ 25.69%

%50.46
%23.85
%25.69

CMYK color model

#371A1C color CMYK value is (0,53,49,78).

  • cyan value is 0.00%
  • magenta value is 52.73%
  • yellow value is 49.09%
  • key color value is 78.43%
CMYK:
(0,53,49,78)
C0M53Y49K78 
(0%,53%,49%,78%)
(0.00/0.53/0.49/0.78)	

CMYK percentages

%0
%52.73
%49.09
%78.43

Codes

Color #371A1C in popluar color models

371A1C
RGB552628
HSL356°35.80%15.88%
HSB/HSV356°52.73%21.57%
CMYK0.00%52.73%49.09%
78.43%

Color #371A1C in popluar number systems.

HEX371A1C
Decimal552628
Binary1101111101011100
Octal673234

Shades and tints

Shades of #371A1C

#371A1C
(55,26,28)
#32181A
(50,24,26)
#2D1618
(45,22,24)
#281416
(40,20,22)
#231214
(35,18,20)
#1E1012
(30,16,18)
#190E10
(25,14,16)
#140C0E
(20,12,14)
#0F0A0C
(15,10,12)
#0A080A
(10,8,10)
#050608
(5,6,8)
#000000
(0,0,0)

Tints of #371A1C

#371A1C
(55,26,28)
#492E30
(73,46,48)
#5B4244
(91,66,68)
#6D5658
(109,86,88)
#7F6A6C
(127,106,108)
#917E80
(145,126,128)
#A39294
(163,146,148)
#B5A6A8
(181,166,168)
#C7BABC
(199,186,188)
#D9CED0
(217,206,208)
#EBE2E4
(235,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #371A1C; }

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

This text font color is #371A1C.


Background Color

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

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

This div background color is #371A1C.


Border color

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

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

This div border color is #371A1C.


Opacity

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

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

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

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

This text has shadow with #371A1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371A1C on black background.


Color preview on white background

This text has color #371A1C on white background.



Black color preview on #371A1C background

This text has black color on #371A1C background.


White color preview on #371A1C background

This text has white color on #371A1C background.