COLOR #37193E

HEX: #37193E
RGB: (55,25,62)

Color info

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

RGB color model

#37193E color RGB value is (55,25,62).

  • red value is 55;
  • green value is 25;
  • blue value is 62.
RGB:
(55,25,62)
(22%,10%,24%)

RGB channels and saturation

R 55 of 255 = 22%
G 25 of 255 = 10%
B 62 of 255 = 24%

55
25
62

R + G + B ~ 19%. #37193E is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 25 + 62 = 142 (100%)
R 55 of 142 ~ 38.73%
G 25 of 142 ~ 17.61%
B 62 of 142 ~ 43.66%

%38.73
%17.61
%43.66

CMYK color model

#37193E color CMYK value is (11,60,0,76).

  • cyan value is 11.29%
  • magenta value is 59.68%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(11,60,0,76)
C11M60Y0K76 
(11%,60%,0%,76%)
(0.11/0.60/0.00/0.76)	

CMYK percentages

%11.29
%59.68
%0
%75.69

Codes

Color #37193E in popluar color models

37193E
RGB552562
HSL289°42.53%17.06%
HSB/HSV289°59.68%24.31%
CMYK11.29%59.68%0.00%
75.69%

Color #37193E in popluar number systems.

HEX37193E
Decimal552562
Binary11011111001111110
Octal673176

Shades and tints

Shades of #37193E

#37193E
(55,25,62)
#321739
(50,23,57)
#2D1534
(45,21,52)
#28132F
(40,19,47)
#23112A
(35,17,42)
#1E0F25
(30,15,37)
#190D20
(25,13,32)
#140B1B
(20,11,27)
#0F0916
(15,9,22)
#0A0711
(10,7,17)
#05050C
(5,5,12)
#000000
(0,0,0)

Tints of #37193E

#37193E
(55,25,62)
#492D4F
(73,45,79)
#5B4160
(91,65,96)
#6D5571
(109,85,113)
#7F6982
(127,105,130)
#917D93
(145,125,147)
#A391A4
(163,145,164)
#B5A5B5
(181,165,181)
#C7B9C6
(199,185,198)
#D9CDD7
(217,205,215)
#EBE1E8
(235,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37193E color. Also use rgb(55,25,62) instead hex code.

Text Font Color

.myTextColor { color: #37193E; }

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

This text font color is #37193E.


Background Color

.myBgColor { background-color: #37193E; }

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

This div background color is #37193E.


Border color

.myBorderColor { border: 1px solid #37193E; }

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

This div border color is #37193E.


Opacity

.myOpacity80 { color: #37193E; opacity: 0.8; }

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

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

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

This text has shadow with #37193E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37193E on black background.


Color preview on white background

This text has color #37193E on white background.



Black color preview on #37193E background

This text has black color on #37193E background.


White color preview on #37193E background

This text has white color on #37193E background.