COLOR #371851

HEX: #371851
RGB: (55,24,81)

Color info

#371851 contains red, green and blue colors in about the same proportion. Web safe color of #371851 is #330066 (or #306).

RGB color model

#371851 color RGB value is (55,24,81).

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

RGB channels and saturation

R 55 of 255 = 22%
G 24 of 255 = 9%
B 81 of 255 = 32%

55
24
81

R + G + B ~ 21%. #371851 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 24 + 81 = 160 (100%)
R 55 of 160 ~ 34.38%
G 24 of 160 ~ 15%
B 81 of 160 ~ 50.63%

%34.38
%15
%50.63

CMYK color model

#371851 color CMYK value is (32,70,0,68).

  • cyan value is 32.10%
  • magenta value is 70.37%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(32,70,0,68)
C32M70Y0K68 
(32%,70%,0%,68%)
(0.32/0.70/0.00/0.68)	

CMYK percentages

%32.1
%70.37
%0
%68.24

Codes

Color #371851 in popluar color models

371851
RGB552481
HSL273°54.29%20.59%
HSB/HSV273°70.37%31.76%
CMYK32.10%70.37%0.00%
68.24%

Color #371851 in popluar number systems.

HEX371851
Decimal552481
Binary110111110001010001
Octal6730121

Shades and tints

Shades of #371851

#371851
(55,24,81)
#32164A
(50,22,74)
#2D1443
(45,20,67)
#28123C
(40,18,60)
#231035
(35,16,53)
#1E0E2E
(30,14,46)
#190C27
(25,12,39)
#140A20
(20,10,32)
#0F0819
(15,8,25)
#0A0612
(10,6,18)
#05040B
(5,4,11)
#000000
(0,0,0)

Tints of #371851

#371851
(55,24,81)
#492D60
(73,45,96)
#5B426F
(91,66,111)
#6D577E
(109,87,126)
#7F6C8D
(127,108,141)
#91819C
(145,129,156)
#A396AB
(163,150,171)
#B5ABBA
(181,171,186)
#C7C0C9
(199,192,201)
#D9D5D8
(217,213,216)
#EBEAE7
(235,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #371851; }

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

This text font color is #371851.


Background Color

.myBgColor { background-color: #371851; }

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

This div background color is #371851.


Border color

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

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

This div border color is #371851.


Opacity

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

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

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

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

This text has shadow with #371851 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371851 on black background.


Color preview on white background

This text has color #371851 on white background.



Black color preview on #371851 background

This text has black color on #371851 background.


White color preview on #371851 background

This text has white color on #371851 background.