COLOR #372B4A

HEX: #372B4A RGB: (55,43,74)

Color info

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

RGB color model

#372B4A color RGB value is (55,43,74).

RGB: (55,43,74) (22%, 17%, 29%)

RGB channels and saturation

R 55 of 255 = 22%
G 43 of 255 = 17%
B 74 of 255 = 29%

55
43
74

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

Portions of RGB colors in percentages

R + G + B = 55 + 43 + 74 = 172 (100%)
R 55 of 172 ~ 31.98%
G 43 of 172 ~ 25%
B 74 of 172 ~ 43.02'%

%31.98
%25
%43.02

CMYK color model

#372B4A color CMYK value is (26,42,0,71).

  • cyan value is 25.68%
  • magenta value is 41.89%
  • yellow value is 0.00%
  • key color value is 70.98%

CMYK: (26,42,0,71)
C26M42Y0K71 (26%, 42%, 0%, 71%)
(0.26 / 0.42 / 0.00 / 0.71)

CMYK percentages

%25.68
%41.89
%0
%70.98

Codes

Color #372B4A in popluar color models

37 2B 4A
RGB 55 43 74
HSL 263° 26.50% 22.94%
HSB/HSV 263° 41.89% 29.02%
CMYK 25.68% 41.89% 0.00%
70.98%

Color #372B4A in popluar number systems.

HEX 37 2B 4A
Decimal 55 43 74
Binary 110111 101011 1001010
Octal 67 53 112

Shades and tints

Shades of #372B4A

#372B4A
(55,43,74)
#322844
(50,40,68)
#2D253E
(45,37,62)
#282238
(40,34,56)
#231F32
(35,31,50)
#1E1C2C
(30,28,44)
#191926
(25,25,38)
#141620
(20,22,32)
#0F131A
(15,19,26)
#0A1014
(10,16,20)
#050D0E
(5,13,14)
#000000
(0,0,0)

Tints of #372B4A

#372B4A
(55,43,74)
#493E5A
(73,62,90)
#5B516A
(91,81,106)
#6D647A
(109,100,122)
#7F778A
(127,119,138)
#918A9A
(145,138,154)
#A39DAA
(163,157,170)
#B5B0BA
(181,176,186)
#C7C3CA
(199,195,202)
#D9D6DA
(217,214,218)
#EBE9EA
(235,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #372B4A color. Also use rgb(55,43,74) instead hex code.

Text Font Color

.myTextColor { color: #372B4A; }

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

This text font color is #372B4A.

Background Color

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

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

This div background color is #372B4A.

Border color

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

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

This div border color is #372B4A.

Opacity

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

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

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

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

This text has shadow with #372B4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #372B4A.

Preview

Color preview on black background

This text has color #372B4A on black background.


Color preview on white background

This text has color #372B4A on white background.


Black color preview on #372B4A background

This text has black color on #372B4A background.


White color preview on #372B4A background

This text has white color on #372B4A background.


Related colors

Complementary color

Complementary color for #hex is #C8D4B5.


I love getcolorcode.com

Triadic colors

1 #4A372B and #2B4A37 with #372B4A are triadic colors.

2 #4A2B37 and #2B374A with #372B4A are triadic colors.