COLOR #371B19

HEX: #371B19 RGB: (55,27,25)

Color info

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

RGB color model

#371B19 color RGB value is (55,27,25).

RGB: (55,27,25) (22%, 11%, 10%)

RGB channels and saturation

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

55
27
25

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

Portions of RGB colors in percentages

R + G + B = 55 + 27 + 25 = 107 (100%)
R 55 of 107 ~ 51.4%
G 27 of 107 ~ 25.23%
B 25 of 107 ~ 23.36'%

%51.4
%25.23
%23.36

CMYK color model

#371B19 color CMYK value is (0,51,55,78).

  • cyan value is 0.00%
  • magenta value is 50.91%
  • yellow value is 54.55%
  • key color value is 78.43%

CMYK: (0,51,55,78)
C0M51Y55K78 (0%, 51%, 55%, 78%)
(0.00 / 0.51 / 0.55 / 0.78)

CMYK percentages

%0
%50.91
%54.55
%78.43

Codes

Color #371B19 in popluar color models

37 1B 19
RGB 55 27 25
HSL 37.50% 15.69%
HSB/HSV 54.55% 21.57%
CMYK 0.00% 50.91% 54.55%
78.43%

Color #371B19 in popluar number systems.

HEX 37 1B 19
Decimal 55 27 25
Binary 110111 11011 11001
Octal 67 33 31

Shades and tints

Shades of #371B19

#371B19
(55,27,25)
#321917
(50,25,23)
#2D1715
(45,23,21)
#281513
(40,21,19)
#231311
(35,19,17)
#1E110F
(30,17,15)
#190F0D
(25,15,13)
#140D0B
(20,13,11)
#0F0B09
(15,11,9)
#0A0907
(10,9,7)
#050705
(5,7,5)
#000000
(0,0,0)

Tints of #371B19

#371B19
(55,27,25)
#492F2D
(73,47,45)
#5B4341
(91,67,65)
#6D5755
(109,87,85)
#7F6B69
(127,107,105)
#917F7D
(145,127,125)
#A39391
(163,147,145)
#B5A7A5
(181,167,165)
#C7BBB9
(199,187,185)
#D9CFCD
(217,207,205)
#EBE3E1
(235,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #371B19; }

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

This text font color is #371B19.

Background Color

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

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

This div background color is #371B19.

Border color

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

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

This div border color is #371B19.

Opacity

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

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

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

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

This text has shadow with #371B19 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #371B19.

Preview

Color preview on black background

This text has color #371B19 on black background.


Color preview on white background

This text has color #371B19 on white background.


Black color preview on #371B19 background

This text has black color on #371B19 background.


White color preview on #371B19 background

This text has white color on #371B19 background.


Related colors

Complementary color

Complementary color for #hex is #C8E4E6.


I love getcolorcode.com

Triadic colors

1 #19371B and #1B1937 with #371B19 are triadic colors.

2 #191B37 and #1B3719 with #371B19 are triadic colors.