COLOR #372238

HEX: #372238
RGB: (55,34,56)

Color info

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

RGB color model

#372238 color RGB value is (55,34,56).

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

RGB channels and saturation

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

55
34
56

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

Portions of RGB colors in percentages

R + G + B =
55 + 34 + 56 = 145 (100%)
R 55 of 145 ~ 37.93%
G 34 of 145 ~ 23.45%
B 56 of 145 ~ 38.62%

%37.93
%23.45
%38.62

CMYK color model

#372238 color CMYK value is (2,39,0,78).

  • cyan value is 1.79%
  • magenta value is 39.29%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(2,39,0,78)
C2M39Y0K78 
(2%,39%,0%,78%)
(0.02/0.39/0.00/0.78)	

CMYK percentages

%1.79
%39.29
%0
%78.04

Codes

Color #372238 in popluar color models

372238
RGB553456
HSL297°24.44%17.65%
HSB/HSV297°39.29%21.96%
CMYK1.79%39.29%0.00%
78.04%

Color #372238 in popluar number systems.

HEX372238
Decimal553456
Binary110111100010111000
Octal674270

Shades and tints

Shades of #372238

#372238
(55,34,56)
#321F33
(50,31,51)
#2D1C2E
(45,28,46)
#281929
(40,25,41)
#231624
(35,22,36)
#1E131F
(30,19,31)
#19101A
(25,16,26)
#140D15
(20,13,21)
#0F0A10
(15,10,16)
#0A070B
(10,7,11)
#050406
(5,4,6)
#000000
(0,0,0)

Tints of #372238

#372238
(55,34,56)
#49364A
(73,54,74)
#5B4A5C
(91,74,92)
#6D5E6E
(109,94,110)
#7F7280
(127,114,128)
#918692
(145,134,146)
#A39AA4
(163,154,164)
#B5AEB6
(181,174,182)
#C7C2C8
(199,194,200)
#D9D6DA
(217,214,218)
#EBEAEC
(235,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #372238; }

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

This text font color is #372238.


Background Color

.myBgColor { background-color: #372238; }

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

This div background color is #372238.


Border color

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

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

This div border color is #372238.


Opacity

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

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

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

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

This text has shadow with #372238 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372238 on black background.


Color preview on white background

This text has color #372238 on white background.



Black color preview on #372238 background

This text has black color on #372238 background.


White color preview on #372238 background

This text has white color on #372238 background.