COLOR #371F26

HEX: #371F26 RGB: (55,31,38)

Color info

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

RGB color model

#371F26 color RGB value is (55,31,38).

RGB: (55,31,38) (22%, 12%, 15%)

RGB channels and saturation

R 55 of 255 = 22%
G 31 of 255 = 12%
B 38 of 255 = 15%

55
31
38

R + G + B ~ 16%. #371F26 is dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 31 + 38 = 124 (100%)
R 55 of 124 ~ 44.35%
G 31 of 124 ~ 25%
B 38 of 124 ~ 30.65'%

%44.35
%25
%30.65

CMYK color model

#371F26 color CMYK value is (0,44,31,78).

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

CMYK: (0,44,31,78)
C0M44Y31K78 (0%, 44%, 31%, 78%)
(0.00 / 0.44 / 0.31 / 0.78)

CMYK percentages

%0
%43.64
%30.91
%78.43

Codes

Color #371F26 in popluar color models

37 1F 26
RGB 55 31 38
HSL 343° 27.91% 16.86%
HSB/HSV 343° 43.64% 21.57%
CMYK 0.00% 43.64% 30.91%
78.43%

Color #371F26 in popluar number systems.

HEX 37 1F 26
Decimal 55 31 38
Binary 110111 11111 100110
Octal 67 37 46

Shades and tints

Shades of #371F26

#371F26
(55,31,38)
#321D23
(50,29,35)
#2D1B20
(45,27,32)
#28191D
(40,25,29)
#23171A
(35,23,26)
#1E1517
(30,21,23)
#191314
(25,19,20)
#141111
(20,17,17)
#0F0F0E
(15,15,14)
#0A0D0B
(10,13,11)
#050B08
(5,11,8)
#000000
(0,0,0)

Tints of #371F26

#371F26
(55,31,38)
#493339
(73,51,57)
#5B474C
(91,71,76)
#6D5B5F
(109,91,95)
#7F6F72
(127,111,114)
#918385
(145,131,133)
#A39798
(163,151,152)
#B5ABAB
(181,171,171)
#C7BFBE
(199,191,190)
#D9D3D1
(217,211,209)
#EBE7E4
(235,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #371F26; }

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

This text font color is #371F26.

Background Color

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

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

This div background color is #371F26.

Border color

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

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

This div border color is #371F26.

Opacity

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

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

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

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

This text has shadow with #371F26 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #371F26.

Preview

Color preview on black background

This text has color #371F26 on black background.


Color preview on white background

This text has color #371F26 on white background.


Black color preview on #371F26 background

This text has black color on #371F26 background.


White color preview on #371F26 background

This text has white color on #371F26 background.


Related colors

Complementary color

Complementary color for #hex is #C8E0D9.


I love getcolorcode.com

Triadic colors

1 #26371F and #1F2637 with #371F26 are triadic colors.

2 #261F37 and #1F3726 with #371F26 are triadic colors.