COLOR #372E2D

HEX: #372E2D RGB: (55,46,45)

Color info

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

RGB color model

#372E2D color RGB value is (55,46,45).

RGB: (55,46,45) (22%, 18%, 18%)

RGB channels and saturation

R 55 of 255 = 22%
G 46 of 255 = 18%
B 45 of 255 = 18%

55
46
45

R + G + B ~ 19%. #372E2D is dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 46 + 45 = 146 (100%)
R 55 of 146 ~ 37.67%
G 46 of 146 ~ 31.51%
B 45 of 146 ~ 30.82'%

%37.67
%31.51
%30.82

CMYK color model

#372E2D color CMYK value is (0,16,18,78).

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

CMYK: (0,16,18,78)
C0M16Y18K78 (0%, 16%, 18%, 78%)
(0.00 / 0.16 / 0.18 / 0.78)

CMYK percentages

%0
%16.36
%18.18
%78.43

Codes

Color #372E2D in popluar color models

37 2E 2D
RGB 55 46 45
HSL 10.00% 19.61%
HSB/HSV 18.18% 21.57%
CMYK 0.00% 16.36% 18.18%
78.43%

Color #372E2D in popluar number systems.

HEX 37 2E 2D
Decimal 55 46 45
Binary 110111 101110 101101
Octal 67 56 55

Shades and tints

Shades of #372E2D

#372E2D
(55,46,45)
#322A29
(50,42,41)
#2D2625
(45,38,37)
#282221
(40,34,33)
#231E1D
(35,30,29)
#1E1A19
(30,26,25)
#191615
(25,22,21)
#141211
(20,18,17)
#0F0E0D
(15,14,13)
#0A0A09
(10,10,9)
#050605
(5,6,5)
#000000
(0,0,0)

Tints of #372E2D

#372E2D
(55,46,45)
#494140
(73,65,64)
#5B5453
(91,84,83)
#6D6766
(109,103,102)
#7F7A79
(127,122,121)
#918D8C
(145,141,140)
#A3A09F
(163,160,159)
#B5B3B2
(181,179,178)
#C7C6C5
(199,198,197)
#D9D9D8
(217,217,216)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #372E2D; }

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

This text font color is #372E2D.

Background Color

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

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

This div background color is #372E2D.

Border color

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

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

This div border color is #372E2D.

Opacity

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

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

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

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

This text has shadow with #372E2D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #372E2D.

Preview

Color preview on black background

This text has color #372E2D on black background.


Color preview on white background

This text has color #372E2D on white background.


Black color preview on #372E2D background

This text has black color on #372E2D background.


White color preview on #372E2D background

This text has white color on #372E2D background.


Related colors

Complementary color

Complementary color for #hex is #C8D1D2.


I love getcolorcode.com

Triadic colors

1 #2D372E and #2E2D37 with #372E2D are triadic colors.

2 #2D2E37 and #2E372D with #372E2D are triadic colors.