COLOR #371F1B

HEX: #371F1B RGB: (55,31,27)

Color info

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

RGB color model

#371F1B color RGB value is (55,31,27).

RGB: (55,31,27) (22%, 12%, 11%)

RGB channels and saturation

R 55 of 255 = 22%
G 31 of 255 = 12%
B 27 of 255 = 11%

55
31
27

R + G + B ~ 15%. #371F1B is dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 31 + 27 = 113 (100%)
R 55 of 113 ~ 48.67%
G 31 of 113 ~ 27.43%
B 27 of 113 ~ 23.89'%

%48.67
%27.43
%23.89

CMYK color model

#371F1B color CMYK value is (0,44,51,78).

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

CMYK: (0,44,51,78)
C0M44Y51K78 (0%, 44%, 51%, 78%)
(0.00 / 0.44 / 0.51 / 0.78)

CMYK percentages

%0
%43.64
%50.91
%78.43

Codes

Color #371F1B in popluar color models

37 1F 1B
RGB 55 31 27
HSL 34.15% 16.08%
HSB/HSV 50.91% 21.57%
CMYK 0.00% 43.64% 50.91%
78.43%

Color #371F1B in popluar number systems.

HEX 37 1F 1B
Decimal 55 31 27
Binary 110111 11111 11011
Octal 67 37 33

Shades and tints

Shades of #371F1B

#371F1B
(55,31,27)
#321D19
(50,29,25)
#2D1B17
(45,27,23)
#281915
(40,25,21)
#231713
(35,23,19)
#1E1511
(30,21,17)
#19130F
(25,19,15)
#14110D
(20,17,13)
#0F0F0B
(15,15,11)
#0A0D09
(10,13,9)
#050B07
(5,11,7)
#000000
(0,0,0)

Tints of #371F1B

#371F1B
(55,31,27)
#49332F
(73,51,47)
#5B4743
(91,71,67)
#6D5B57
(109,91,87)
#7F6F6B
(127,111,107)
#91837F
(145,131,127)
#A39793
(163,151,147)
#B5ABA7
(181,171,167)
#C7BFBB
(199,191,187)
#D9D3CF
(217,211,207)
#EBE7E3
(235,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #371F1B; }

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

This text font color is #371F1B.

Background Color

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

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

This div background color is #371F1B.

Border color

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

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

This div border color is #371F1B.

Opacity

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

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

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

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

This text has shadow with #371F1B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #371F1B.

Preview

Color preview on black background

This text has color #371F1B on black background.


Color preview on white background

This text has color #371F1B on white background.


Black color preview on #371F1B background

This text has black color on #371F1B background.


White color preview on #371F1B background

This text has white color on #371F1B background.


Related colors

Complementary color

Complementary color for #hex is #C8E0E4.


I love getcolorcode.com

Triadic colors

1 #1B371F and #1F1B37 with #371F1B are triadic colors.

2 #1B1F37 and #1F371B with #371F1B are triadic colors.