COLOR #371B3F

HEX: #371B3F RGB: (55,27,63)

Color info

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

RGB color model

#371B3F color RGB value is (55,27,63).

RGB: (55,27,63) (22%, 11%, 25%)

RGB channels and saturation

R 55 of 255 = 22%
G 27 of 255 = 11%
B 63 of 255 = 25%

55
27
63

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

Portions of RGB colors in percentages

R + G + B = 55 + 27 + 63 = 145 (100%)
R 55 of 145 ~ 37.93%
G 27 of 145 ~ 18.62%
B 63 of 145 ~ 43.45'%

%37.93
%18.62
%43.45

CMYK color model

#371B3F color CMYK value is (13,57,0,75).

  • cyan value is 12.70%
  • magenta value is 57.14%
  • yellow value is 0.00%
  • key color value is 75.29%

CMYK: (13,57,0,75)
C13M57Y0K75 (13%, 57%, 0%, 75%)
(0.13 / 0.57 / 0.00 / 0.75)

CMYK percentages

%12.7
%57.14
%0
%75.29

Codes

Color #371B3F in popluar color models

37 1B 3F
RGB 55 27 63
HSL 287° 40.00% 17.65%
HSB/HSV 287° 57.14% 24.71%
CMYK 12.70% 57.14% 0.00%
75.29%

Color #371B3F in popluar number systems.

HEX 37 1B 3F
Decimal 55 27 63
Binary 110111 11011 111111
Octal 67 33 77

Shades and tints

Shades of #371B3F

#371B3F
(55,27,63)
#32193A
(50,25,58)
#2D1735
(45,23,53)
#281530
(40,21,48)
#23132B
(35,19,43)
#1E1126
(30,17,38)
#190F21
(25,15,33)
#140D1C
(20,13,28)
#0F0B17
(15,11,23)
#0A0912
(10,9,18)
#05070D
(5,7,13)
#000000
(0,0,0)

Tints of #371B3F

#371B3F
(55,27,63)
#492F50
(73,47,80)
#5B4361
(91,67,97)
#6D5772
(109,87,114)
#7F6B83
(127,107,131)
#917F94
(145,127,148)
#A393A5
(163,147,165)
#B5A7B6
(181,167,182)
#C7BBC7
(199,187,199)
#D9CFD8
(217,207,216)
#EBE3E9
(235,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #371B3F; }

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

This text font color is #371B3F.

Background Color

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

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

This div background color is #371B3F.

Border color

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

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

This div border color is #371B3F.

Opacity

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

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

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

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

This text has shadow with #371B3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #371B3F.

Preview

Color preview on black background

This text has color #371B3F on black background.


Color preview on white background

This text has color #371B3F on white background.


Black color preview on #371B3F background

This text has black color on #371B3F background.


White color preview on #371B3F background

This text has white color on #371B3F background.


Related colors

Complementary color

Complementary color for #hex is #C8E4C0.


I love getcolorcode.com

Triadic colors

1 #3F371B and #1B3F37 with #371B3F are triadic colors.

2 #3F1B37 and #1B373F with #371B3F are triadic colors.