COLOR #372542

HEX: #372542
RGB: (55,37,66)

Color info

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

RGB color model

#372542 color RGB value is (55,37,66).

  • red value is 55;
  • green value is 37;
  • blue value is 66.
RGB:
(55,37,66)
(22%,15%,26%)

RGB channels and saturation

R 55 of 255 = 22%
G 37 of 255 = 15%
B 66 of 255 = 26%

55
37
66

R + G + B ~ 21%. #372542 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 37 + 66 = 158 (100%)
R 55 of 158 ~ 34.81%
G 37 of 158 ~ 23.42%
B 66 of 158 ~ 41.77%

%34.81
%23.42
%41.77

CMYK color model

#372542 color CMYK value is (17,44,0,74).

  • cyan value is 16.67%
  • magenta value is 43.94%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(17,44,0,74)
C17M44Y0K74 
(17%,44%,0%,74%)
(0.17/0.44/0.00/0.74)	

CMYK percentages

%16.67
%43.94
%0
%74.12

Codes

Color #372542 in popluar color models

372542
RGB553766
HSL277°28.16%20.20%
HSB/HSV277°43.94%25.88%
CMYK16.67%43.94%0.00%
74.12%

Color #372542 in popluar number systems.

HEX372542
Decimal553766
Binary1101111001011000010
Octal6745102

Shades and tints

Shades of #372542

#372542
(55,37,66)
#32223C
(50,34,60)
#2D1F36
(45,31,54)
#281C30
(40,28,48)
#23192A
(35,25,42)
#1E1624
(30,22,36)
#19131E
(25,19,30)
#141018
(20,16,24)
#0F0D12
(15,13,18)
#0A0A0C
(10,10,12)
#050706
(5,7,6)
#000000
(0,0,0)

Tints of #372542

#372542
(55,37,66)
#493853
(73,56,83)
#5B4B64
(91,75,100)
#6D5E75
(109,94,117)
#7F7186
(127,113,134)
#918497
(145,132,151)
#A397A8
(163,151,168)
#B5AAB9
(181,170,185)
#C7BDCA
(199,189,202)
#D9D0DB
(217,208,219)
#EBE3EC
(235,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #372542 color. Also use rgb(55,37,66) instead hex code.

Text Font Color

.myTextColor { color: #372542; }

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

This text font color is #372542.


Background Color

.myBgColor { background-color: #372542; }

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

This div background color is #372542.


Border color

.myBorderColor { border: 1px solid #372542; }

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

This div border color is #372542.


Opacity

.myOpacity80 { color: #372542; opacity: 0.8; }

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

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

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

This text has shadow with #372542 color.

.textShadow {text-shadow: 3px 3px 1px #372542, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #372542;
-webkit-box-shadow: 1px 1px 3px 2px #372542;
box-shadow:1px 1px 3px 2px #372542;">
Div content here</div>
This div box has shadow with color #372542.

Preview

Color preview on black background

This text has color #372542 on black background.


Color preview on white background

This text has color #372542 on white background.



Black color preview on #372542 background

This text has black color on #372542 background.


White color preview on #372542 background

This text has white color on #372542 background.