COLOR #372038

HEX: #372038
RGB: (55,32,56)

Color info

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

RGB color model

#372038 color RGB value is (55,32,56).

  • red value is 55;
  • green value is 32;
  • blue value is 56.
RGB:
(55,32,56)
(22%,13%,22%)

RGB channels and saturation

R 55 of 255 = 22%
G 32 of 255 = 13%
B 56 of 255 = 22%

55
32
56

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

Portions of RGB colors in percentages

R + G + B =
55 + 32 + 56 = 143 (100%)
R 55 of 143 ~ 38.46%
G 32 of 143 ~ 22.38%
B 56 of 143 ~ 39.16%

%38.46
%22.38
%39.16

CMYK color model

#372038 color CMYK value is (2,43,0,78).

  • cyan value is 1.79%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(2,43,0,78)
C2M43Y0K78 
(2%,43%,0%,78%)
(0.02/0.43/0.00/0.78)	

CMYK percentages

%1.79
%42.86
%0
%78.04

Codes

Color #372038 in popluar color models

372038
RGB553256
HSL298°27.27%17.25%
HSB/HSV298°42.86%21.96%
CMYK1.79%42.86%0.00%
78.04%

Color #372038 in popluar number systems.

HEX372038
Decimal553256
Binary110111100000111000
Octal674070

Shades and tints

Shades of #372038

#372038
(55,32,56)
#321E33
(50,30,51)
#2D1C2E
(45,28,46)
#281A29
(40,26,41)
#231824
(35,24,36)
#1E161F
(30,22,31)
#19141A
(25,20,26)
#141215
(20,18,21)
#0F1010
(15,16,16)
#0A0E0B
(10,14,11)
#050C06
(5,12,6)
#000000
(0,0,0)

Tints of #372038

#372038
(55,32,56)
#49344A
(73,52,74)
#5B485C
(91,72,92)
#6D5C6E
(109,92,110)
#7F7080
(127,112,128)
#918492
(145,132,146)
#A398A4
(163,152,164)
#B5ACB6
(181,172,182)
#C7C0C8
(199,192,200)
#D9D4DA
(217,212,218)
#EBE8EC
(235,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #372038 color. Also use rgb(55,32,56) instead hex code.

Text Font Color

.myTextColor { color: #372038; }

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

This text font color is #372038.


Background Color

.myBgColor { background-color: #372038; }

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

This div background color is #372038.


Border color

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

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

This div border color is #372038.


Opacity

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

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

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

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

This text has shadow with #372038 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372038 on black background.


Color preview on white background

This text has color #372038 on white background.



Black color preview on #372038 background

This text has black color on #372038 background.


White color preview on #372038 background

This text has white color on #372038 background.