COLOR #372136

HEX: #372136
RGB: (55,33,54)

Color info

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

RGB color model

#372136 color RGB value is (55,33,54).

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

RGB channels and saturation

R 55 of 255 = 22%
G 33 of 255 = 13%
B 54 of 255 = 21%

55
33
54

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

Portions of RGB colors in percentages

R + G + B =
55 + 33 + 54 = 142 (100%)
R 55 of 142 ~ 38.73%
G 33 of 142 ~ 23.24%
B 54 of 142 ~ 38.03%

%38.73
%23.24
%38.03

CMYK color model

#372136 color CMYK value is (0,40,2,78).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 1.82%
  • key color value is 78.43%
CMYK:
(0,40,2,78)
C0M40Y2K78 
(0%,40%,2%,78%)
(0.00/0.40/0.02/0.78)	

CMYK percentages

%0
%40
%1.82
%78.43

Codes

Color #372136 in popluar color models

372136
RGB553354
HSL303°25.00%17.25%
HSB/HSV303°40.00%21.57%
CMYK0.00%40.00%1.82%
78.43%

Color #372136 in popluar number systems.

HEX372136
Decimal553354
Binary110111100001110110
Octal674166

Shades and tints

Shades of #372136

#372136
(55,33,54)
#321E32
(50,30,50)
#2D1B2E
(45,27,46)
#28182A
(40,24,42)
#231526
(35,21,38)
#1E1222
(30,18,34)
#190F1E
(25,15,30)
#140C1A
(20,12,26)
#0F0916
(15,9,22)
#0A0612
(10,6,18)
#05030E
(5,3,14)
#000000
(0,0,0)

Tints of #372136

#372136
(55,33,54)
#493548
(73,53,72)
#5B495A
(91,73,90)
#6D5D6C
(109,93,108)
#7F717E
(127,113,126)
#918590
(145,133,144)
#A399A2
(163,153,162)
#B5ADB4
(181,173,180)
#C7C1C6
(199,193,198)
#D9D5D8
(217,213,216)
#EBE9EA
(235,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #372136; }

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

This text font color is #372136.


Background Color

.myBgColor { background-color: #372136; }

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

This div background color is #372136.


Border color

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

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

This div border color is #372136.


Opacity

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

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

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

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

This text has shadow with #372136 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372136 on black background.


Color preview on white background

This text has color #372136 on white background.



Black color preview on #372136 background

This text has black color on #372136 background.


White color preview on #372136 background

This text has white color on #372136 background.