COLOR #371819

HEX: #371819
RGB: (55,24,25)

Color info

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

RGB color model

#371819 color RGB value is (55,24,25).

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

RGB channels and saturation

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

55
24
25

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

Portions of RGB colors in percentages

R + G + B =
55 + 24 + 25 = 104 (100%)
R 55 of 104 ~ 52.88%
G 24 of 104 ~ 23.08%
B 25 of 104 ~ 24.04%

%52.88
%23.08
%24.04

CMYK color model

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

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

CMYK percentages

%0
%56.36
%54.55
%78.43

Codes

Color #371819 in popluar color models

371819
RGB552425
HSL358°39.24%15.49%
HSB/HSV358°56.36%21.57%
CMYK0.00%56.36%54.55%
78.43%

Color #371819 in popluar number systems.

HEX371819
Decimal552425
Binary1101111100011001
Octal673031

Shades and tints

Shades of #371819

#371819
(55,24,25)
#321617
(50,22,23)
#2D1415
(45,20,21)
#281213
(40,18,19)
#231011
(35,16,17)
#1E0E0F
(30,14,15)
#190C0D
(25,12,13)
#140A0B
(20,10,11)
#0F0809
(15,8,9)
#0A0607
(10,6,7)
#050405
(5,4,5)
#000000
(0,0,0)

Tints of #371819

#371819
(55,24,25)
#492D2D
(73,45,45)
#5B4241
(91,66,65)
#6D5755
(109,87,85)
#7F6C69
(127,108,105)
#91817D
(145,129,125)
#A39691
(163,150,145)
#B5ABA5
(181,171,165)
#C7C0B9
(199,192,185)
#D9D5CD
(217,213,205)
#EBEAE1
(235,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #371819; }

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

This text font color is #371819.


Background Color

.myBgColor { background-color: #371819; }

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

This div background color is #371819.


Border color

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

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

This div border color is #371819.


Opacity

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

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

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

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

This text has shadow with #371819 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371819 on black background.


Color preview on white background

This text has color #371819 on white background.



Black color preview on #371819 background

This text has black color on #371819 background.


White color preview on #371819 background

This text has white color on #371819 background.