COLOR #372E1B

HEX: #372E1B RGB: (55,46,27)

Color info

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

RGB color model

#372E1B color RGB value is (55,46,27).

RGB: (55,46,27) (22%, 18%, 11%)

RGB channels and saturation

R 55 of 255 = 22%
G 46 of 255 = 18%
B 27 of 255 = 11%

55
46
27

R + G + B ~ 17%. #372E1B is dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 46 + 27 = 128 (100%)
R 55 of 128 ~ 42.97%
G 46 of 128 ~ 35.94%
B 27 of 128 ~ 21.09'%

%42.97
%35.94
%21.09

CMYK color model

#372E1B color CMYK value is (0,16,51,78).

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

CMYK: (0,16,51,78)
C0M16Y51K78 (0%, 16%, 51%, 78%)
(0.00 / 0.16 / 0.51 / 0.78)

CMYK percentages

%0
%16.36
%50.91
%78.43

Codes

Color #372E1B in popluar color models

37 2E 1B
RGB 55 46 27
HSL 41° 34.15% 16.08%
HSB/HSV 41° 50.91% 21.57%
CMYK 0.00% 16.36% 50.91%
78.43%

Color #372E1B in popluar number systems.

HEX 37 2E 1B
Decimal 55 46 27
Binary 110111 101110 11011
Octal 67 56 33

Shades and tints

Shades of #372E1B

#372E1B
(55,46,27)
#322A19
(50,42,25)
#2D2617
(45,38,23)
#282215
(40,34,21)
#231E13
(35,30,19)
#1E1A11
(30,26,17)
#19160F
(25,22,15)
#14120D
(20,18,13)
#0F0E0B
(15,14,11)
#0A0A09
(10,10,9)
#050607
(5,6,7)
#000000
(0,0,0)

Tints of #372E1B

#372E1B
(55,46,27)
#49412F
(73,65,47)
#5B5443
(91,84,67)
#6D6757
(109,103,87)
#7F7A6B
(127,122,107)
#918D7F
(145,141,127)
#A3A093
(163,160,147)
#B5B3A7
(181,179,167)
#C7C6BB
(199,198,187)
#D9D9CF
(217,217,207)
#EBECE3
(235,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #372E1B color. Also use rgb(55,46,27) instead hex code.

Text Font Color

.myTextColor { color: #372E1B; }

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

This text font color is #372E1B.

Background Color

.myBgColor { background-color: #372E1B; }

<div style="background-color:#372E1B">Inner text</div>

This div background color is #372E1B.

Border color

.myBorderColor { border: 1px solid #372E1B; }

<div style="border:3px solid #372E1B">Div</div>

This div border color is #372E1B.

Opacity

.myOpacity80 { color: #372E1B; opacity: 0.8; }

<p style="color:#372E1B;opacity:0.8;">80%</p>

Text with #372E1B 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 #372E1B;}

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

This text has shadow with #372E1B color.


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

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

This text has shadow with #372E1B primary color and red secondary color.


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

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

This text has shadow with #372E1B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #372E1B.

Preview

Color preview on black background

This text has color #372E1B on black background.


Color preview on white background

This text has color #372E1B on white background.


Black color preview on #372E1B background

This text has black color on #372E1B background.


White color preview on #372E1B background

This text has white color on #372E1B background.


Related colors

Complementary color

Complementary color for #hex is #C8D1E4.


I love getcolorcode.com

Triadic colors

1 #1B372E and #2E1B37 with #372E1B are triadic colors.

2 #1B2E37 and #2E371B with #372E1B are triadic colors.