COLOR #372B65

HEX: #372B65 RGB: (55,43,101)

Color info

#372B65 contains red, green and blue colors in about the same proportion. Web safe color of #372B65 is #333366 (or #336).

RGB color model

#372B65 color RGB value is (55,43,101).

RGB: (55,43,101) (22%, 17%, 40%)

RGB channels and saturation

R 55 of 255 = 22%
G 43 of 255 = 17%
B 101 of 255 = 40%

55
43
101

R + G + B ~ 26%. #372B65 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 43 + 101 = 199 (100%)
R 55 of 199 ~ 27.64%
G 43 of 199 ~ 21.61%
B 101 of 199 ~ 50.75'%

%27.64
%21.61
%50.75

CMYK color model

#372B65 color CMYK value is (46,57,0,60).

  • cyan value is 45.54%
  • magenta value is 57.43%
  • yellow value is 0.00%
  • key color value is 60.39%

CMYK: (46,57,0,60)
C46M57Y0K60 (46%, 57%, 0%, 60%)
(0.46 / 0.57 / 0.00 / 0.60)

CMYK percentages

%45.54
%57.43
%0
%60.39

Codes

Color #372B65 in popluar color models

37 2B 65
RGB 55 43 101
HSL 252° 40.28% 28.24%
HSB/HSV 252° 57.43% 39.61%
CMYK 45.54% 57.43% 0.00%
60.39%

Color #372B65 in popluar number systems.

HEX 37 2B 65
Decimal 55 43 101
Binary 110111 101011 1100101
Octal 67 53 145

Shades and tints

Shades of #372B65

#372B65
(55,43,101)
#32285C
(50,40,92)
#2D2553
(45,37,83)
#28224A
(40,34,74)
#231F41
(35,31,65)
#1E1C38
(30,28,56)
#19192F
(25,25,47)
#141626
(20,22,38)
#0F131D
(15,19,29)
#0A1014
(10,16,20)
#050D0B
(5,13,11)
#000000
(0,0,0)

Tints of #372B65

#372B65
(55,43,101)
#493E73
(73,62,115)
#5B5181
(91,81,129)
#6D648F
(109,100,143)
#7F779D
(127,119,157)
#918AAB
(145,138,171)
#A39DB9
(163,157,185)
#B5B0C7
(181,176,199)
#C7C3D5
(199,195,213)
#D9D6E3
(217,214,227)
#EBE9F1
(235,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #372B65; }

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

This text font color is #372B65.

Background Color

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

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

This div background color is #372B65.

Border color

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

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

This div border color is #372B65.

Opacity

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

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

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

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

This text has shadow with #372B65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #372B65.

Preview

Color preview on black background

This text has color #372B65 on black background.


Color preview on white background

This text has color #372B65 on white background.


Black color preview on #372B65 background

This text has black color on #372B65 background.


White color preview on #372B65 background

This text has white color on #372B65 background.


Related colors

Complementary color

Complementary color for #hex is #C8D49A.


I love getcolorcode.com

Triadic colors

1 #65372B and #2B6537 with #372B65 are triadic colors.

2 #652B37 and #2B3765 with #372B65 are triadic colors.