COLOR #372D6A

HEX: #372D6A RGB: (55,45,106)

Color info

#372D6A contains mainly red and blue colors. Web safe color of #372D6A is #333366 (or #336).

RGB color model

#372D6A color RGB value is (55,45,106).

RGB: (55,45,106) (22%, 18%, 42%)

RGB channels and saturation

R 55 of 255 = 22%
G 45 of 255 = 18%
B 106 of 255 = 42%

55
45
106

R + G + B ~ 27%. #372D6A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 45 + 106 = 206 (100%)
R 55 of 206 ~ 26.7%
G 45 of 206 ~ 21.84%
B 106 of 206 ~ 51.46'%

%26.7
%21.84
%51.46

CMYK color model

#372D6A color CMYK value is (48,58,0,58).

  • cyan value is 48.11%
  • magenta value is 57.55%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (48,58,0,58)
C48M58Y0K58 (48%, 58%, 0%, 58%)
(0.48 / 0.58 / 0.00 / 0.58)

CMYK percentages

%48.11
%57.55
%0
%58.43

Codes

Color #372D6A in popluar color models

37 2D 6A
RGB 55 45 106
HSL 250° 40.40% 29.61%
HSB/HSV 250° 57.55% 41.57%
CMYK 48.11% 57.55% 0.00%
58.43%

Color #372D6A in popluar number systems.

HEX 37 2D 6A
Decimal 55 45 106
Binary 110111 101101 1101010
Octal 67 55 152

Shades and tints

Shades of #372D6A

#372D6A
(55,45,106)
#322961
(50,41,97)
#2D2558
(45,37,88)
#28214F
(40,33,79)
#231D46
(35,29,70)
#1E193D
(30,25,61)
#191534
(25,21,52)
#14112B
(20,17,43)
#0F0D22
(15,13,34)
#0A0919
(10,9,25)
#050510
(5,5,16)
#000000
(0,0,0)

Tints of #372D6A

#372D6A
(55,45,106)
#494077
(73,64,119)
#5B5384
(91,83,132)
#6D6691
(109,102,145)
#7F799E
(127,121,158)
#918CAB
(145,140,171)
#A39FB8
(163,159,184)
#B5B2C5
(181,178,197)
#C7C5D2
(199,197,210)
#D9D8DF
(217,216,223)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #372D6A; }

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

This text font color is #372D6A.

Background Color

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

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

This div background color is #372D6A.

Border color

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

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

This div border color is #372D6A.

Opacity

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

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

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

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

This text has shadow with #372D6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #372D6A.

Preview

Color preview on black background

This text has color #372D6A on black background.


Color preview on white background

This text has color #372D6A on white background.


Black color preview on #372D6A background

This text has black color on #372D6A background.


White color preview on #372D6A background

This text has white color on #372D6A background.


Related colors

Complementary color

Complementary color for #hex is #C8D295.


I love getcolorcode.com

Triadic colors

1 #6A372D and #2D6A37 with #372D6A are triadic colors.

2 #6A2D37 and #2D376A with #372D6A are triadic colors.