COLOR #371F30

HEX: #371F30 RGB: (55,31,48)

Color info

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

RGB color model

#371F30 color RGB value is (55,31,48).

RGB: (55,31,48) (22%, 12%, 19%)

RGB channels and saturation

R 55 of 255 = 22%
G 31 of 255 = 12%
B 48 of 255 = 19%

55
31
48

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

Portions of RGB colors in percentages

R + G + B = 55 + 31 + 48 = 134 (100%)
R 55 of 134 ~ 41.04%
G 31 of 134 ~ 23.13%
B 48 of 134 ~ 35.82'%

%41.04
%23.13
%35.82

CMYK color model

#371F30 color CMYK value is (0,44,13,78).

  • cyan value is 0.00%
  • magenta value is 43.64%
  • yellow value is 12.73%
  • key color value is 78.43%

CMYK: (0,44,13,78)
C0M44Y13K78 (0%, 44%, 13%, 78%)
(0.00 / 0.44 / 0.13 / 0.78)

CMYK percentages

%0
%43.64
%12.73
%78.43

Codes

Color #371F30 in popluar color models

37 1F 30
RGB 55 31 48
HSL 318° 27.91% 16.86%
HSB/HSV 318° 43.64% 21.57%
CMYK 0.00% 43.64% 12.73%
78.43%

Color #371F30 in popluar number systems.

HEX 37 1F 30
Decimal 55 31 48
Binary 110111 11111 110000
Octal 67 37 60

Shades and tints

Shades of #371F30

#371F30
(55,31,48)
#321D2C
(50,29,44)
#2D1B28
(45,27,40)
#281924
(40,25,36)
#231720
(35,23,32)
#1E151C
(30,21,28)
#191318
(25,19,24)
#141114
(20,17,20)
#0F0F10
(15,15,16)
#0A0D0C
(10,13,12)
#050B08
(5,11,8)
#000000
(0,0,0)

Tints of #371F30

#371F30
(55,31,48)
#493342
(73,51,66)
#5B4754
(91,71,84)
#6D5B66
(109,91,102)
#7F6F78
(127,111,120)
#91838A
(145,131,138)
#A3979C
(163,151,156)
#B5ABAE
(181,171,174)
#C7BFC0
(199,191,192)
#D9D3D2
(217,211,210)
#EBE7E4
(235,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #371F30; }

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

This text font color is #371F30.

Background Color

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

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

This div background color is #371F30.

Border color

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

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

This div border color is #371F30.

Opacity

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

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

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

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

This text has shadow with #371F30 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #371F30.

Preview

Color preview on black background

This text has color #371F30 on black background.


Color preview on white background

This text has color #371F30 on white background.


Black color preview on #371F30 background

This text has black color on #371F30 background.


White color preview on #371F30 background

This text has white color on #371F30 background.


Related colors

Complementary color

Complementary color for #hex is #C8E0CF.


I love getcolorcode.com

Triadic colors

1 #30371F and #1F3037 with #371F30 are triadic colors.

2 #301F37 and #1F3730 with #371F30 are triadic colors.