COLOR #371919

HEX: #371919
RGB: (55,25,25)

Color info

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

RGB color model

#371919 color RGB value is (55,25,25).

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

RGB channels and saturation

R 55 of 255 = 22%
G 25 of 255 = 10%
B 25 of 255 = 10%

55
25
25

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

Portions of RGB colors in percentages

R + G + B =
55 + 25 + 25 = 105 (100%)
R 55 of 105 ~ 52.38%
G 25 of 105 ~ 23.81%
B 25 of 105 ~ 23.81%

%52.38
%23.81
%23.81

CMYK color model

#371919 color CMYK value is (0,55,55,78).

  • cyan value is 0.00%
  • magenta value is 54.55%
  • yellow value is 54.55%
  • key color value is 78.43%
CMYK:
(0,55,55,78)
C0M55Y55K78 
(0%,55%,55%,78%)
(0.00/0.55/0.55/0.78)	

CMYK percentages

%0
%54.55
%54.55
%78.43

Codes

Color #371919 in popluar color models

371919
RGB552525
HSL37.50%15.69%
HSB/HSV54.55%21.57%
CMYK0.00%54.55%54.55%
78.43%

Color #371919 in popluar number systems.

HEX371919
Decimal552525
Binary1101111100111001
Octal673131

Shades and tints

Shades of #371919

#371919
(55,25,25)
#321717
(50,23,23)
#2D1515
(45,21,21)
#281313
(40,19,19)
#231111
(35,17,17)
#1E0F0F
(30,15,15)
#190D0D
(25,13,13)
#140B0B
(20,11,11)
#0F0909
(15,9,9)
#0A0707
(10,7,7)
#050505
(5,5,5)
#000000
(0,0,0)

Tints of #371919

#371919
(55,25,25)
#492D2D
(73,45,45)
#5B4141
(91,65,65)
#6D5555
(109,85,85)
#7F6969
(127,105,105)
#917D7D
(145,125,125)
#A39191
(163,145,145)
#B5A5A5
(181,165,165)
#C7B9B9
(199,185,185)
#D9CDCD
(217,205,205)
#EBE1E1
(235,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #371919 color. Also use rgb(55,25,25) instead hex code.

Text Font Color

.myTextColor { color: #371919; }

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

This text font color is #371919.


Background Color

.myBgColor { background-color: #371919; }

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

This div background color is #371919.


Border color

.myBorderColor { border: 1px solid #371919; }

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

This div border color is #371919.


Opacity

.myOpacity80 { color: #371919; opacity: 0.8; }

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

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

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

This text has shadow with #371919 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371919 on black background.


Color preview on white background

This text has color #371919 on white background.



Black color preview on #371919 background

This text has black color on #371919 background.


White color preview on #371919 background

This text has white color on #371919 background.