COLOR #372A4C

HEX: #372A4C RGB: (55,42,76)

Color info

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

RGB color model

#372A4C color RGB value is (55,42,76).

RGB: (55,42,76) (22%, 16%, 30%)

RGB channels and saturation

R 55 of 255 = 22%
G 42 of 255 = 16%
B 76 of 255 = 30%

55
42
76

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

Portions of RGB colors in percentages

R + G + B = 55 + 42 + 76 = 173 (100%)
R 55 of 173 ~ 31.79%
G 42 of 173 ~ 24.28%
B 76 of 173 ~ 43.93'%

%31.79
%24.28
%43.93

CMYK color model

#372A4C color CMYK value is (28,45,0,70).

  • cyan value is 27.63%
  • magenta value is 44.74%
  • yellow value is 0.00%
  • key color value is 70.20%

CMYK: (28,45,0,70)
C28M45Y0K70 (28%, 45%, 0%, 70%)
(0.28 / 0.45 / 0.00 / 0.70)

CMYK percentages

%27.63
%44.74
%0
%70.2

Codes

Color #372A4C in popluar color models

37 2A 4C
RGB 55 42 76
HSL 263° 28.81% 23.14%
HSB/HSV 263° 44.74% 29.80%
CMYK 27.63% 44.74% 0.00%
70.20%

Color #372A4C in popluar number systems.

HEX 37 2A 4C
Decimal 55 42 76
Binary 110111 101010 1001100
Octal 67 52 114

Shades and tints

Shades of #372A4C

#372A4C
(55,42,76)
#322746
(50,39,70)
#2D2440
(45,36,64)
#28213A
(40,33,58)
#231E34
(35,30,52)
#1E1B2E
(30,27,46)
#191828
(25,24,40)
#141522
(20,21,34)
#0F121C
(15,18,28)
#0A0F16
(10,15,22)
#050C10
(5,12,16)
#000000
(0,0,0)

Tints of #372A4C

#372A4C
(55,42,76)
#493D5C
(73,61,92)
#5B506C
(91,80,108)
#6D637C
(109,99,124)
#7F768C
(127,118,140)
#91899C
(145,137,156)
#A39CAC
(163,156,172)
#B5AFBC
(181,175,188)
#C7C2CC
(199,194,204)
#D9D5DC
(217,213,220)
#EBE8EC
(235,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #372A4C color. Also use rgb(55,42,76) instead hex code.

Text Font Color

.myTextColor { color: #372A4C; }

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

This text font color is #372A4C.

Background Color

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

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

This div background color is #372A4C.

Border color

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

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

This div border color is #372A4C.

Opacity

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

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

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

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

This text has shadow with #372A4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #372A4C.

Preview

Color preview on black background

This text has color #372A4C on black background.


Color preview on white background

This text has color #372A4C on white background.


Black color preview on #372A4C background

This text has black color on #372A4C background.


White color preview on #372A4C background

This text has white color on #372A4C background.


Related colors

Complementary color

Complementary color for #hex is #C8D5B3.


I love getcolorcode.com

Triadic colors

1 #4C372A and #2A4C37 with #372A4C are triadic colors.

2 #4C2A37 and #2A374C with #372A4C are triadic colors.