COLOR #371F40

HEX: #371F40 RGB: (55,31,64)

Color info

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

RGB color model

#371F40 color RGB value is (55,31,64).

RGB: (55,31,64) (22%, 12%, 25%)

RGB channels and saturation

R 55 of 255 = 22%
G 31 of 255 = 12%
B 64 of 255 = 25%

55
31
64

R + G + B ~ 20%. #371F40 is dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 31 + 64 = 150 (100%)
R 55 of 150 ~ 36.67%
G 31 of 150 ~ 20.67%
B 64 of 150 ~ 42.67'%

%36.67
%20.67
%42.67

CMYK color model

#371F40 color CMYK value is (14,52,0,75).

  • cyan value is 14.06%
  • magenta value is 51.56%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK: (14,52,0,75) C14M52Y0K75 (14%,52%,0%,75%) (0.14/0.52/0.00/0.75) 

CMYK percentages

%14.06
%51.56
%0
%74.9

Codes

Color #371F40 in popluar color models

37 1F 40
RGB 55 31 64
HSL 284° 34.74% 18.63%
HSB/HSV 284° 51.56% 25.10%
CMYK 14.06% 51.56% 0.00%
74.90%

Color #371F40 in popluar number systems.

HEX 37 1F 40
Decimal 55 31 64
Binary 110111 11111 1000000
Octal 67 37 100

Shades and tints

Shades of #371F40

#371F40
(55,31,64)
#321D3B
(50,29,59)
#2D1B36
(45,27,54)
#281931
(40,25,49)
#23172C
(35,23,44)
#1E1527
(30,21,39)
#191322
(25,19,34)
#14111D
(20,17,29)
#0F0F18
(15,15,24)
#0A0D13
(10,13,19)
#050B0E
(5,11,14)
#000000
(0,0,0)

Tints of #371F40

#371F40
(55,31,64)
#493351
(73,51,81)
#5B4762
(91,71,98)
#6D5B73
(109,91,115)
#7F6F84
(127,111,132)
#918395
(145,131,149)
#A397A6
(163,151,166)
#B5ABB7
(181,171,183)
#C7BFC8
(199,191,200)
#D9D3D9
(217,211,217)
#EBE7EA
(235,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #371F40; }

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

This text font color is #371F40.

Background Color

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

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

This div background color is #371F40.

Border color

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

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

This div border color is #371F40.

Opacity

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

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

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

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

This text has shadow with #371F40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #371F40.

Preview

Color preview on black background

This text has color #371F40 on black background.


Color preview on white background

This text has color #371F40 on white background.


Black color preview on #371F40 background

This text has black color on #371F40 background.


White color preview on #371F40 background

This text has white color on #371F40 background.


Related colors

Complementary color

Complementary color for #hex is #C8E0BF.


I love getcolorcode.com

Triadic colors

1 #40371F and #1F4037 with #371F40 are triadic colors.

2 #401F37 and #1F3740 with #371F40 are triadic colors.