COLOR #371040

HEX: #371040
RGB: (55,16,64)

Color info

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

RGB color model

#371040 color RGB value is (55,16,64).

  • red value is 55;
  • green value is 16;
  • blue value is 64.
RGB:
(55,16,64)
(22%,6%,25%)

RGB channels and saturation

R 55 of 255 = 22%
G 16 of 255 = 6%
B 64 of 255 = 25%

55
16
64

R + G + B ~ 18%. #371040 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 16 + 64 = 135 (100%)
R 55 of 135 ~ 40.74%
G 16 of 135 ~ 11.85%
B 64 of 135 ~ 47.41%

%40.74
%11.85
%47.41

CMYK color model

#371040 color CMYK value is (14,75,0,75).

  • cyan value is 14.06%
  • magenta value is 75.00%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(14,75,0,75)
C14M75Y0K75 
(14%,75%,0%,75%)
(0.14/0.75/0.00/0.75)	

CMYK percentages

%14.06
%75
%0
%74.9

Codes

Color #371040 in popluar color models

371040
RGB551664
HSL289°60.00%15.69%
HSB/HSV289°75.00%25.10%
CMYK14.06%75.00%0.00%
74.90%

Color #371040 in popluar number systems.

HEX371040
Decimal551664
Binary110111100001000000
Octal6720100

Shades and tints

Shades of #371040

#371040
(55,16,64)
#320F3B
(50,15,59)
#2D0E36
(45,14,54)
#280D31
(40,13,49)
#230C2C
(35,12,44)
#1E0B27
(30,11,39)
#190A22
(25,10,34)
#14091D
(20,9,29)
#0F0818
(15,8,24)
#0A0713
(10,7,19)
#05060E
(5,6,14)
#000000
(0,0,0)

Tints of #371040

#371040
(55,16,64)
#492551
(73,37,81)
#5B3A62
(91,58,98)
#6D4F73
(109,79,115)
#7F6484
(127,100,132)
#917995
(145,121,149)
#A38EA6
(163,142,166)
#B5A3B7
(181,163,183)
#C7B8C8
(199,184,200)
#D9CDD9
(217,205,217)
#EBE2EA
(235,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #371040 color. Also use rgb(55,16,64) instead hex code.

Text Font Color

.myTextColor { color: #371040; }

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

This text font color is #371040.


Background Color

.myBgColor { background-color: #371040; }

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

This div background color is #371040.


Border color

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

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

This div border color is #371040.


Opacity

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

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

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

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

This text has shadow with #371040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371040 on black background.


Color preview on white background

This text has color #371040 on white background.



Black color preview on #371040 background

This text has black color on #371040 background.


White color preview on #371040 background

This text has white color on #371040 background.