COLOR #370734

HEX: #370734
RGB: (55,7,52)

Color info

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

RGB color model

#370734 color RGB value is (55,7,52).

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

RGB channels and saturation

R 55 of 255 = 22%
G 7 of 255 = 3%
B 52 of 255 = 20%

55
7
52

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

Portions of RGB colors in percentages

R + G + B =
55 + 7 + 52 = 114 (100%)
R 55 of 114 ~ 48.25%
G 7 of 114 ~ 6.14%
B 52 of 114 ~ 45.61%

%48.25
%45.61

CMYK color model

#370734 color CMYK value is (0,87,5,78).

  • cyan value is 0.00%
  • magenta value is 87.27%
  • yellow value is 5.45%
  • key color value is 78.43%
CMYK:
(0,87,5,78)
C0M87Y5K78 
(0%,87%,5%,78%)
(0.00/0.87/0.05/0.78)	

CMYK percentages

%0
%87.27
%5.45
%78.43

Codes

Color #370734 in popluar color models

370734
RGB55752
HSL304°77.42%12.16%
HSB/HSV304°87.27%21.57%
CMYK0.00%87.27%5.45%
78.43%

Color #370734 in popluar number systems.

HEX370734
Decimal55752
Binary110111111110100
Octal67764

Shades and tints

Shades of #370734

#370734
(55,7,52)
#320730
(50,7,48)
#2D072C
(45,7,44)
#280728
(40,7,40)
#230724
(35,7,36)
#1E0720
(30,7,32)
#19071C
(25,7,28)
#140718
(20,7,24)
#0F0714
(15,7,20)
#0A0710
(10,7,16)
#05070C
(5,7,12)
#000000
(0,0,0)

Tints of #370734

#370734
(55,7,52)
#491D46
(73,29,70)
#5B3358
(91,51,88)
#6D496A
(109,73,106)
#7F5F7C
(127,95,124)
#91758E
(145,117,142)
#A38BA0
(163,139,160)
#B5A1B2
(181,161,178)
#C7B7C4
(199,183,196)
#D9CDD6
(217,205,214)
#EBE3E8
(235,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #370734; }

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

This text font color is #370734.


Background Color

.myBgColor { background-color: #370734; }

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

This div background color is #370734.


Border color

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

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

This div border color is #370734.


Opacity

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

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

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

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

This text has shadow with #370734 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #370734 on black background.


Color preview on white background

This text has color #370734 on white background.



Black color preview on #370734 background

This text has black color on #370734 background.


White color preview on #370734 background

This text has white color on #370734 background.