COLOR #370736

HEX: #370736
RGB: (55,7,54)

Color info

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

RGB color model

#370736 color RGB value is (55,7,54).

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

RGB channels and saturation

R 55 of 255 = 22%
G 7 of 255 = 3%
B 54 of 255 = 21%

55
7
54

R + G + B ~ 15%. #370736 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 7 + 54 = 116 (100%)
R 55 of 116 ~ 47.41%
G 7 of 116 ~ 6.03%
B 54 of 116 ~ 46.55%

%47.41
%46.55

CMYK color model

#370736 color CMYK value is (0,87,2,78).

  • cyan value is 0.00%
  • magenta value is 87.27%
  • yellow value is 1.82%
  • key color value is 78.43%
CMYK:
(0,87,2,78)
C0M87Y2K78 
(0%,87%,2%,78%)
(0.00/0.87/0.02/0.78)	

CMYK percentages

%0
%87.27
%1.82
%78.43

Codes

Color #370736 in popluar color models

370736
RGB55754
HSL301°77.42%12.16%
HSB/HSV301°87.27%21.57%
CMYK0.00%87.27%1.82%
78.43%

Color #370736 in popluar number systems.

HEX370736
Decimal55754
Binary110111111110110
Octal67766

Shades and tints

Shades of #370736

#370736
(55,7,54)
#320732
(50,7,50)
#2D072E
(45,7,46)
#28072A
(40,7,42)
#230726
(35,7,38)
#1E0722
(30,7,34)
#19071E
(25,7,30)
#14071A
(20,7,26)
#0F0716
(15,7,22)
#0A0712
(10,7,18)
#05070E
(5,7,14)
#000000
(0,0,0)

Tints of #370736

#370736
(55,7,54)
#491D48
(73,29,72)
#5B335A
(91,51,90)
#6D496C
(109,73,108)
#7F5F7E
(127,95,126)
#917590
(145,117,144)
#A38BA2
(163,139,162)
#B5A1B4
(181,161,180)
#C7B7C6
(199,183,198)
#D9CDD8
(217,205,216)
#EBE3EA
(235,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #370736; }

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

This text font color is #370736.


Background Color

.myBgColor { background-color: #370736; }

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

This div background color is #370736.


Border color

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

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

This div border color is #370736.


Opacity

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

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

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

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

This text has shadow with #370736 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #370736 on black background.


Color preview on white background

This text has color #370736 on white background.



Black color preview on #370736 background

This text has black color on #370736 background.


White color preview on #370736 background

This text has white color on #370736 background.