COLOR #372E35

HEX: #372E35
RGB: (55,46,53)

Color info

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

RGB color model

#372E35 color RGB value is (55,46,53).

  • red value is 55;
  • green value is 46;
  • blue value is 53.
RGB:
(55,46,53)
(22%,18%,21%)

RGB channels and saturation

R 55 of 255 = 22%
G 46 of 255 = 18%
B 53 of 255 = 21%

55
46
53

R + G + B ~ 20%. #372E35 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 46 + 53 = 154 (100%)
R 55 of 154 ~ 35.71%
G 46 of 154 ~ 29.87%
B 53 of 154 ~ 34.42%

%35.71
%29.87
%34.42

CMYK color model

#372E35 color CMYK value is (0,16,4,78).

  • cyan value is 0.00%
  • magenta value is 16.36%
  • yellow value is 3.64%
  • key color value is 78.43%
CMYK:
(0,16,4,78)
C0M16Y4K78 
(0%,16%,4%,78%)
(0.00/0.16/0.04/0.78)	

CMYK percentages

%0
%16.36
%3.64
%78.43

Codes

Color #372E35 in popluar color models

372E35
RGB554653
HSL313°8.91%19.80%
HSB/HSV313°16.36%21.57%
CMYK0.00%16.36%3.64%
78.43%

Color #372E35 in popluar number systems.

HEX372E35
Decimal554653
Binary110111101110110101
Octal675665

Shades and tints

Shades of #372E35

#372E35
(55,46,53)
#322A31
(50,42,49)
#2D262D
(45,38,45)
#282229
(40,34,41)
#231E25
(35,30,37)
#1E1A21
(30,26,33)
#19161D
(25,22,29)
#141219
(20,18,25)
#0F0E15
(15,14,21)
#0A0A11
(10,10,17)
#05060D
(5,6,13)
#000000
(0,0,0)

Tints of #372E35

#372E35
(55,46,53)
#494147
(73,65,71)
#5B5459
(91,84,89)
#6D676B
(109,103,107)
#7F7A7D
(127,122,125)
#918D8F
(145,141,143)
#A3A0A1
(163,160,161)
#B5B3B3
(181,179,179)
#C7C6C5
(199,198,197)
#D9D9D7
(217,217,215)
#EBECE9
(235,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #372E35 color. Also use rgb(55,46,53) instead hex code.

Text Font Color

.myTextColor { color: #372E35; }

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

This text font color is #372E35.


Background Color

.myBgColor { background-color: #372E35; }

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

This div background color is #372E35.


Border color

.myBorderColor { border: 1px solid #372E35; }

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

This div border color is #372E35.


Opacity

.myOpacity80 { color: #372E35; opacity: 0.8; }

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

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

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

This text has shadow with #372E35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372E35 on black background.


Color preview on white background

This text has color #372E35 on white background.



Black color preview on #372E35 background

This text has black color on #372E35 background.


White color preview on #372E35 background

This text has white color on #372E35 background.