COLOR #372531

HEX: #372531
RGB: (55,37,49)

Color info

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

RGB color model

#372531 color RGB value is (55,37,49).

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

RGB channels and saturation

R 55 of 255 = 22%
G 37 of 255 = 15%
B 49 of 255 = 19%

55
37
49

R + G + B ~ 19%. #372531 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 37 + 49 = 141 (100%)
R 55 of 141 ~ 39.01%
G 37 of 141 ~ 26.24%
B 49 of 141 ~ 34.75%

%39.01
%26.24
%34.75

CMYK color model

#372531 color CMYK value is (0,33,11,78).

  • cyan value is 0.00%
  • magenta value is 32.73%
  • yellow value is 10.91%
  • key color value is 78.43%
CMYK:
(0,33,11,78)
C0M33Y11K78 
(0%,33%,11%,78%)
(0.00/0.33/0.11/0.78)	

CMYK percentages

%0
%32.73
%10.91
%78.43

Codes

Color #372531 in popluar color models

372531
RGB553749
HSL320°19.57%18.04%
HSB/HSV320°32.73%21.57%
CMYK0.00%32.73%10.91%
78.43%

Color #372531 in popluar number systems.

HEX372531
Decimal553749
Binary110111100101110001
Octal674561

Shades and tints

Shades of #372531

#372531
(55,37,49)
#32222D
(50,34,45)
#2D1F29
(45,31,41)
#281C25
(40,28,37)
#231921
(35,25,33)
#1E161D
(30,22,29)
#191319
(25,19,25)
#141015
(20,16,21)
#0F0D11
(15,13,17)
#0A0A0D
(10,10,13)
#050709
(5,7,9)
#000000
(0,0,0)

Tints of #372531

#372531
(55,37,49)
#493843
(73,56,67)
#5B4B55
(91,75,85)
#6D5E67
(109,94,103)
#7F7179
(127,113,121)
#91848B
(145,132,139)
#A3979D
(163,151,157)
#B5AAAF
(181,170,175)
#C7BDC1
(199,189,193)
#D9D0D3
(217,208,211)
#EBE3E5
(235,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #372531; }

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

This text font color is #372531.


Background Color

.myBgColor { background-color: #372531; }

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

This div background color is #372531.


Border color

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

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

This div border color is #372531.


Opacity

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

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

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

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

This text has shadow with #372531 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372531 on black background.


Color preview on white background

This text has color #372531 on white background.



Black color preview on #372531 background

This text has black color on #372531 background.


White color preview on #372531 background

This text has white color on #372531 background.