COLOR #372E4B

HEX: #372E4B RGB: (55,46,75)

Color info

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

RGB color model

#372E4B color RGB value is (55,46,75).

RGB: (55,46,75) (22%, 18%, 29%)

RGB channels and saturation

R 55 of 255 = 22%
G 46 of 255 = 18%
B 75 of 255 = 29%

55
46
75

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

Portions of RGB colors in percentages

R + G + B = 55 + 46 + 75 = 176 (100%)
R 55 of 176 ~ 31.25%
G 46 of 176 ~ 26.14%
B 75 of 176 ~ 42.61'%

%31.25
%26.14
%42.61

CMYK color model

#372E4B color CMYK value is (27,39,0,71).

  • cyan value is 26.67%
  • magenta value is 38.67%
  • yellow value is 0.00%
  • key color value is 70.59%

CMYK: (27,39,0,71)
C27M39Y0K71 (27%, 39%, 0%, 71%)
(0.27 / 0.39 / 0.00 / 0.71)

CMYK percentages

%26.67
%38.67
%0
%70.59

Codes

Color #372E4B in popluar color models

37 2E 4B
RGB 55 46 75
HSL 259° 23.97% 23.73%
HSB/HSV 259° 38.67% 29.41%
CMYK 26.67% 38.67% 0.00%
70.59%

Color #372E4B in popluar number systems.

HEX 37 2E 4B
Decimal 55 46 75
Binary 110111 101110 1001011
Octal 67 56 113

Shades and tints

Shades of #372E4B

#372E4B
(55,46,75)
#322A45
(50,42,69)
#2D263F
(45,38,63)
#282239
(40,34,57)
#231E33
(35,30,51)
#1E1A2D
(30,26,45)
#191627
(25,22,39)
#141221
(20,18,33)
#0F0E1B
(15,14,27)
#0A0A15
(10,10,21)
#05060F
(5,6,15)
#000000
(0,0,0)

Tints of #372E4B

#372E4B
(55,46,75)
#49415B
(73,65,91)
#5B546B
(91,84,107)
#6D677B
(109,103,123)
#7F7A8B
(127,122,139)
#918D9B
(145,141,155)
#A3A0AB
(163,160,171)
#B5B3BB
(181,179,187)
#C7C6CB
(199,198,203)
#D9D9DB
(217,217,219)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #372E4B color. Also use rgb(55,46,75) instead hex code.

Text Font Color

.myTextColor { color: #372E4B; }

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

This text font color is #372E4B.

Background Color

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

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

This div background color is #372E4B.

Border color

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

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

This div border color is #372E4B.

Opacity

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

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

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

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

This text has shadow with #372E4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #372E4B.

Preview

Color preview on black background

This text has color #372E4B on black background.


Color preview on white background

This text has color #372E4B on white background.


Black color preview on #372E4B background

This text has black color on #372E4B background.


White color preview on #372E4B background

This text has white color on #372E4B background.


Related colors

Complementary color

Complementary color for #hex is #C8D1B4.


I love getcolorcode.com

Triadic colors

1 #4B372E and #2E4B37 with #372E4B are triadic colors.

2 #4B2E37 and #2E374B with #372E4B are triadic colors.