COLOR #371831

HEX: #371831
RGB: (55,24,49)

Color info

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

RGB color model

#371831 color RGB value is (55,24,49).

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

RGB channels and saturation

R 55 of 255 = 22%
G 24 of 255 = 9%
B 49 of 255 = 19%

55
24
49

R + G + B ~ 17%. #371831 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 24 + 49 = 128 (100%)
R 55 of 128 ~ 42.97%
G 24 of 128 ~ 18.75%
B 49 of 128 ~ 38.28%

%42.97
%18.75
%38.28

CMYK color model

#371831 color CMYK value is (0,56,11,78).

  • cyan value is 0.00%
  • magenta value is 56.36%
  • yellow value is 10.91%
  • key color value is 78.43%
CMYK:
(0,56,11,78)
C0M56Y11K78 
(0%,56%,11%,78%)
(0.00/0.56/0.11/0.78)	

CMYK percentages

%0
%56.36
%10.91
%78.43

Codes

Color #371831 in popluar color models

371831
RGB552449
HSL312°39.24%15.49%
HSB/HSV312°56.36%21.57%
CMYK0.00%56.36%10.91%
78.43%

Color #371831 in popluar number systems.

HEX371831
Decimal552449
Binary11011111000110001
Octal673061

Shades and tints

Shades of #371831

#371831
(55,24,49)
#32162D
(50,22,45)
#2D1429
(45,20,41)
#281225
(40,18,37)
#231021
(35,16,33)
#1E0E1D
(30,14,29)
#190C19
(25,12,25)
#140A15
(20,10,21)
#0F0811
(15,8,17)
#0A060D
(10,6,13)
#050409
(5,4,9)
#000000
(0,0,0)

Tints of #371831

#371831
(55,24,49)
#492D43
(73,45,67)
#5B4255
(91,66,85)
#6D5767
(109,87,103)
#7F6C79
(127,108,121)
#91818B
(145,129,139)
#A3969D
(163,150,157)
#B5ABAF
(181,171,175)
#C7C0C1
(199,192,193)
#D9D5D3
(217,213,211)
#EBEAE5
(235,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #371831; }

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

This text font color is #371831.


Background Color

.myBgColor { background-color: #371831; }

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

This div background color is #371831.


Border color

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

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

This div border color is #371831.


Opacity

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

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

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

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

This text has shadow with #371831 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371831 on black background.


Color preview on white background

This text has color #371831 on white background.



Black color preview on #371831 background

This text has black color on #371831 background.


White color preview on #371831 background

This text has white color on #371831 background.