COLOR #372130

HEX: #372130
RGB: (55,33,48)

Color info

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

RGB color model

#372130 color RGB value is (55,33,48).

  • red value is 55;
  • green value is 33;
  • blue value is 48.
RGB:
(55,33,48)
(22%,13%,19%)

RGB channels and saturation

R 55 of 255 = 22%
G 33 of 255 = 13%
B 48 of 255 = 19%

55
33
48

R + G + B ~ 18%. #372130 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 33 + 48 = 136 (100%)
R 55 of 136 ~ 40.44%
G 33 of 136 ~ 24.26%
B 48 of 136 ~ 35.29%

%40.44
%24.26
%35.29

CMYK color model

#372130 color CMYK value is (0,40,13,78).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 12.73%
  • key color value is 78.43%
CMYK:
(0,40,13,78)
C0M40Y13K78 
(0%,40%,13%,78%)
(0.00/0.40/0.13/0.78)	

CMYK percentages

%0
%40
%12.73
%78.43

Codes

Color #372130 in popluar color models

372130
RGB553348
HSL319°25.00%17.25%
HSB/HSV319°40.00%21.57%
CMYK0.00%40.00%12.73%
78.43%

Color #372130 in popluar number systems.

HEX372130
Decimal553348
Binary110111100001110000
Octal674160

Shades and tints

Shades of #372130

#372130
(55,33,48)
#321E2C
(50,30,44)
#2D1B28
(45,27,40)
#281824
(40,24,36)
#231520
(35,21,32)
#1E121C
(30,18,28)
#190F18
(25,15,24)
#140C14
(20,12,20)
#0F0910
(15,9,16)
#0A060C
(10,6,12)
#050308
(5,3,8)
#000000
(0,0,0)

Tints of #372130

#372130
(55,33,48)
#493542
(73,53,66)
#5B4954
(91,73,84)
#6D5D66
(109,93,102)
#7F7178
(127,113,120)
#91858A
(145,133,138)
#A3999C
(163,153,156)
#B5ADAE
(181,173,174)
#C7C1C0
(199,193,192)
#D9D5D2
(217,213,210)
#EBE9E4
(235,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #372130 color. Also use rgb(55,33,48) instead hex code.

Text Font Color

.myTextColor { color: #372130; }

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

This text font color is #372130.


Background Color

.myBgColor { background-color: #372130; }

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

This div background color is #372130.


Border color

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

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

This div border color is #372130.


Opacity

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

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

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

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

This text has shadow with #372130 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372130 on black background.


Color preview on white background

This text has color #372130 on white background.



Black color preview on #372130 background

This text has black color on #372130 background.


White color preview on #372130 background

This text has white color on #372130 background.