COLOR #372C4D

HEX: #372C4D RGB: (55,44,77)

Color info

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

RGB color model

#372C4D color RGB value is (55,44,77).

RGB: (55,44,77) (22%, 17%, 30%)

RGB channels and saturation

R 55 of 255 = 22%
G 44 of 255 = 17%
B 77 of 255 = 30%

55
44
77

R + G + B ~ 23%. #372C4D is dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 44 + 77 = 176 (100%)
R 55 of 176 ~ 31.25%
G 44 of 176 ~ 25%
B 77 of 176 ~ 43.75'%

%31.25
%25
%43.75

CMYK color model

#372C4D color CMYK value is (29,43,0,70).

  • cyan value is 28.57%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 69.80%

CMYK: (29,43,0,70)
C29M43Y0K70 (29%, 43%, 0%, 70%)
(0.29 / 0.43 / 0.00 / 0.70)

CMYK percentages

%28.57
%42.86
%0
%69.8

Codes

Color #372C4D in popluar color models

37 2C 4D
RGB 55 44 77
HSL 260° 27.27% 23.73%
HSB/HSV 260° 42.86% 30.20%
CMYK 28.57% 42.86% 0.00%
69.80%

Color #372C4D in popluar number systems.

HEX 37 2C 4D
Decimal 55 44 77
Binary 110111 101100 1001101
Octal 67 54 115

Shades and tints

Shades of #372C4D

#372C4D
(55,44,77)
#322846
(50,40,70)
#2D243F
(45,36,63)
#282038
(40,32,56)
#231C31
(35,28,49)
#1E182A
(30,24,42)
#191423
(25,20,35)
#14101C
(20,16,28)
#0F0C15
(15,12,21)
#0A080E
(10,8,14)
#050407
(5,4,7)
#000000
(0,0,0)

Tints of #372C4D

#372C4D
(55,44,77)
#493F5D
(73,63,93)
#5B526D
(91,82,109)
#6D657D
(109,101,125)
#7F788D
(127,120,141)
#918B9D
(145,139,157)
#A39EAD
(163,158,173)
#B5B1BD
(181,177,189)
#C7C4CD
(199,196,205)
#D9D7DD
(217,215,221)
#EBEAED
(235,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #372C4D color. Also use rgb(55,44,77) instead hex code.

Text Font Color

.myTextColor { color: #372C4D; }

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

This text font color is #372C4D.

Background Color

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

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

This div background color is #372C4D.

Border color

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

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

This div border color is #372C4D.

Opacity

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

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

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

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

This text has shadow with #372C4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #372C4D.

Preview

Color preview on black background

This text has color #372C4D on black background.


Color preview on white background

This text has color #372C4D on white background.


Black color preview on #372C4D background

This text has black color on #372C4D background.


White color preview on #372C4D background

This text has white color on #372C4D background.


Related colors

Complementary color

Complementary color for #hex is #C8D3B2.


I love getcolorcode.com

Triadic colors

1 #4D372C and #2C4D37 with #372C4D are triadic colors.

2 #4D2C37 and #2C374D with #372C4D are triadic colors.