COLOR #371B3A

HEX: #371B3A
RGB: (55,27,58)

Color info

#371B3A contains red, green and blue colors in about the same proportion. Web safe color of #371B3A is #333333 (or #333).

RGB color model

#371B3A color RGB value is (55,27,58).

  • red value is 55;
  • green value is 27;
  • blue value is 58.
RGB:
(55,27,58)
(22%,11%,23%)

RGB channels and saturation

R 55 of 255 = 22%
G 27 of 255 = 11%
B 58 of 255 = 23%

55
27
58

R + G + B ~ 19%. #371B3A is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 27 + 58 = 140 (100%)
R 55 of 140 ~ 39.29%
G 27 of 140 ~ 19.29%
B 58 of 140 ~ 41.43%

%39.29
%19.29
%41.43

CMYK color model

#371B3A color CMYK value is (5,53,0,77).

  • cyan value is 5.17%
  • magenta value is 53.45%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(5,53,0,77)
C5M53Y0K77 
(5%,53%,0%,77%)
(0.05/0.53/0.00/0.77)	

CMYK percentages

%5.17
%53.45
%0
%77.25

Codes

Color #371B3A in popluar color models

371B3A
RGB552758
HSL294°36.47%16.67%
HSB/HSV294°53.45%22.75%
CMYK5.17%53.45%0.00%
77.25%

Color #371B3A in popluar number systems.

HEX371B3A
Decimal552758
Binary11011111011111010
Octal673372

Shades and tints

Shades of #371B3A

#371B3A
(55,27,58)
#321935
(50,25,53)
#2D1730
(45,23,48)
#28152B
(40,21,43)
#231326
(35,19,38)
#1E1121
(30,17,33)
#190F1C
(25,15,28)
#140D17
(20,13,23)
#0F0B12
(15,11,18)
#0A090D
(10,9,13)
#050708
(5,7,8)
#000000
(0,0,0)

Tints of #371B3A

#371B3A
(55,27,58)
#492F4B
(73,47,75)
#5B435C
(91,67,92)
#6D576D
(109,87,109)
#7F6B7E
(127,107,126)
#917F8F
(145,127,143)
#A393A0
(163,147,160)
#B5A7B1
(181,167,177)
#C7BBC2
(199,187,194)
#D9CFD3
(217,207,211)
#EBE3E4
(235,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #371B3A; }

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

This text font color is #371B3A.


Background Color

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

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

This div background color is #371B3A.


Border color

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

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

This div border color is #371B3A.


Opacity

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

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

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

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

This text has shadow with #371B3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371B3A on black background.


Color preview on white background

This text has color #371B3A on white background.



Black color preview on #371B3A background

This text has black color on #371B3A background.


White color preview on #371B3A background

This text has white color on #371B3A background.