COLOR #370327

HEX: #370327
RGB: (55,3,39)

Color info

#370327 contains red, green and blue colors in about the same proportion. Web safe color of #370327 is #330033 (or #303).

RGB color model

#370327 color RGB value is (55,3,39).

  • red value is 55;
  • green value is 3;
  • blue value is 39.
RGB:
(55,3,39)
(22%,1%,15%)

RGB channels and saturation

R 55 of 255 = 22%
G 3 of 255 = 1%
B 39 of 255 = 15%

55
3
39

R + G + B ~ 13%. #370327 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 3 + 39 = 97 (100%)
R 55 of 97 ~ 56.7%
G 3 of 97 ~ 3.09%
B 39 of 97 ~ 40.21%

%56.7
%40.21

CMYK color model

#370327 color CMYK value is (0,95,29,78).

  • cyan value is 0.00%
  • magenta value is 94.55%
  • yellow value is 29.09%
  • key color value is 78.43%
CMYK:
(0,95,29,78)
C0M95Y29K78 
(0%,95%,29%,78%)
(0.00/0.95/0.29/0.78)	

CMYK percentages

%0
%94.55
%29.09
%78.43

Codes

Color #370327 in popluar color models

370327
RGB55339
HSL318°89.66%11.37%
HSB/HSV318°94.55%21.57%
CMYK0.00%94.55%29.09%
78.43%

Color #370327 in popluar number systems.

HEX370327
Decimal55339
Binary11011111100111
Octal67347

Shades and tints

Shades of #370327

#370327
(55,3,39)
#320324
(50,3,36)
#2D0321
(45,3,33)
#28031E
(40,3,30)
#23031B
(35,3,27)
#1E0318
(30,3,24)
#190315
(25,3,21)
#140312
(20,3,18)
#0F030F
(15,3,15)
#0A030C
(10,3,12)
#050309
(5,3,9)
#000000
(0,0,0)

Tints of #370327

#370327
(55,3,39)
#49193A
(73,25,58)
#5B2F4D
(91,47,77)
#6D4560
(109,69,96)
#7F5B73
(127,91,115)
#917186
(145,113,134)
#A38799
(163,135,153)
#B59DAC
(181,157,172)
#C7B3BF
(199,179,191)
#D9C9D2
(217,201,210)
#EBDFE5
(235,223,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #370327 color. Also use rgb(55,3,39) instead hex code.

Text Font Color

.myTextColor { color: #370327; }

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

This text font color is #370327.


Background Color

.myBgColor { background-color: #370327; }

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

This div background color is #370327.


Border color

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

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

This div border color is #370327.


Opacity

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

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

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

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

This text has shadow with #370327 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #370327 on black background.


Color preview on white background

This text has color #370327 on white background.



Black color preview on #370327 background

This text has black color on #370327 background.


White color preview on #370327 background

This text has white color on #370327 background.