COLOR #372326

HEX: #372326
RGB: (55,35,38)

Color info

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

RGB color model

#372326 color RGB value is (55,35,38).

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

RGB channels and saturation

R 55 of 255 = 22%
G 35 of 255 = 14%
B 38 of 255 = 15%

55
35
38

R + G + B ~ 17%. #372326 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 35 + 38 = 128 (100%)
R 55 of 128 ~ 42.97%
G 35 of 128 ~ 27.34%
B 38 of 128 ~ 29.69%

%42.97
%27.34
%29.69

CMYK color model

#372326 color CMYK value is (0,36,31,78).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 30.91%
  • key color value is 78.43%
CMYK:
(0,36,31,78)
C0M36Y31K78 
(0%,36%,31%,78%)
(0.00/0.36/0.31/0.78)	

CMYK percentages

%0
%36.36
%30.91
%78.43

Codes

Color #372326 in popluar color models

372326
RGB553538
HSL351°22.22%17.65%
HSB/HSV351°36.36%21.57%
CMYK0.00%36.36%30.91%
78.43%

Color #372326 in popluar number systems.

HEX372326
Decimal553538
Binary110111100011100110
Octal674346

Shades and tints

Shades of #372326

#372326
(55,35,38)
#322023
(50,32,35)
#2D1D20
(45,29,32)
#281A1D
(40,26,29)
#23171A
(35,23,26)
#1E1417
(30,20,23)
#191114
(25,17,20)
#140E11
(20,14,17)
#0F0B0E
(15,11,14)
#0A080B
(10,8,11)
#050508
(5,5,8)
#000000
(0,0,0)

Tints of #372326

#372326
(55,35,38)
#493739
(73,55,57)
#5B4B4C
(91,75,76)
#6D5F5F
(109,95,95)
#7F7372
(127,115,114)
#918785
(145,135,133)
#A39B98
(163,155,152)
#B5AFAB
(181,175,171)
#C7C3BE
(199,195,190)
#D9D7D1
(217,215,209)
#EBEBE4
(235,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #372326; }

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

This text font color is #372326.


Background Color

.myBgColor { background-color: #372326; }

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

This div background color is #372326.


Border color

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

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

This div border color is #372326.


Opacity

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

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

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

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

This text has shadow with #372326 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372326 on black background.


Color preview on white background

This text has color #372326 on white background.



Black color preview on #372326 background

This text has black color on #372326 background.


White color preview on #372326 background

This text has white color on #372326 background.