COLOR #372335

HEX: #372335
RGB: (55,35,53)

Color info

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

RGB color model

#372335 color RGB value is (55,35,53).

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

RGB channels and saturation

R 55 of 255 = 22%
G 35 of 255 = 14%
B 53 of 255 = 21%

55
35
53

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

Portions of RGB colors in percentages

R + G + B =
55 + 35 + 53 = 143 (100%)
R 55 of 143 ~ 38.46%
G 35 of 143 ~ 24.48%
B 53 of 143 ~ 37.06%

%38.46
%24.48
%37.06

CMYK color model

#372335 color CMYK value is (0,36,4,78).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 3.64%
  • key color value is 78.43%
CMYK:
(0,36,4,78)
C0M36Y4K78 
(0%,36%,4%,78%)
(0.00/0.36/0.04/0.78)	

CMYK percentages

%0
%36.36
%3.64
%78.43

Codes

Color #372335 in popluar color models

372335
RGB553553
HSL306°22.22%17.65%
HSB/HSV306°36.36%21.57%
CMYK0.00%36.36%3.64%
78.43%

Color #372335 in popluar number systems.

HEX372335
Decimal553553
Binary110111100011110101
Octal674365

Shades and tints

Shades of #372335

#372335
(55,35,53)
#322031
(50,32,49)
#2D1D2D
(45,29,45)
#281A29
(40,26,41)
#231725
(35,23,37)
#1E1421
(30,20,33)
#19111D
(25,17,29)
#140E19
(20,14,25)
#0F0B15
(15,11,21)
#0A0811
(10,8,17)
#05050D
(5,5,13)
#000000
(0,0,0)

Tints of #372335

#372335
(55,35,53)
#493747
(73,55,71)
#5B4B59
(91,75,89)
#6D5F6B
(109,95,107)
#7F737D
(127,115,125)
#91878F
(145,135,143)
#A39BA1
(163,155,161)
#B5AFB3
(181,175,179)
#C7C3C5
(199,195,197)
#D9D7D7
(217,215,215)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #372335; }

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

This text font color is #372335.


Background Color

.myBgColor { background-color: #372335; }

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

This div background color is #372335.


Border color

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

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

This div border color is #372335.


Opacity

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

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

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

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

This text has shadow with #372335 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372335 on black background.


Color preview on white background

This text has color #372335 on white background.



Black color preview on #372335 background

This text has black color on #372335 background.


White color preview on #372335 background

This text has white color on #372335 background.