COLOR #370125

HEX: #370125
RGB: (55,1,37)

Color info

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

RGB color model

#370125 color RGB value is (55,1,37).

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

RGB channels and saturation

R 55 of 255 = 22%
G 1 of 255 = 0%
B 37 of 255 = 15%

55
1
37

R + G + B ~ 12%. #370125 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 1 + 37 = 93 (100%)
R 55 of 93 ~ 59.14%
G 1 of 93 ~ 1.08%
B 37 of 93 ~ 39.78%

%59.14
%39.78

CMYK color model

#370125 color CMYK value is (0,98,33,78).

  • cyan value is 0.00%
  • magenta value is 98.18%
  • yellow value is 32.73%
  • key color value is 78.43%
CMYK:
(0,98,33,78)
C0M98Y33K78 
(0%,98%,33%,78%)
(0.00/0.98/0.33/0.78)	

CMYK percentages

%0
%98.18
%32.73
%78.43

Codes

Color #370125 in popluar color models

370125
RGB55137
HSL320°96.43%10.98%
HSB/HSV320°98.18%21.57%
CMYK0.00%98.18%32.73%
78.43%

Color #370125 in popluar number systems.

HEX370125
Decimal55137
Binary1101111100101
Octal67145

Shades and tints

Shades of #370125

#370125
(55,1,37)
#320122
(50,1,34)
#2D011F
(45,1,31)
#28011C
(40,1,28)
#230119
(35,1,25)
#1E0116
(30,1,22)
#190113
(25,1,19)
#140110
(20,1,16)
#0F010D
(15,1,13)
#0A010A
(10,1,10)
#050107
(5,1,7)
#000000
(0,0,0)

Tints of #370125

#370125
(55,1,37)
#491838
(73,24,56)
#5B2F4B
(91,47,75)
#6D465E
(109,70,94)
#7F5D71
(127,93,113)
#917484
(145,116,132)
#A38B97
(163,139,151)
#B5A2AA
(181,162,170)
#C7B9BD
(199,185,189)
#D9D0D0
(217,208,208)
#EBE7E3
(235,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #370125 color. Also use rgb(55,1,37) instead hex code.

Text Font Color

.myTextColor { color: #370125; }

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

This text font color is #370125.


Background Color

.myBgColor { background-color: #370125; }

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

This div background color is #370125.


Border color

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

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

This div border color is #370125.


Opacity

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

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

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

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

This text has shadow with #370125 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #370125 on black background.


Color preview on white background

This text has color #370125 on white background.



Black color preview on #370125 background

This text has black color on #370125 background.


White color preview on #370125 background

This text has white color on #370125 background.