COLOR #37143F

HEX: #37143F
RGB: (55,20,63)

Color info

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

RGB color model

#37143F color RGB value is (55,20,63).

  • red value is 55;
  • green value is 20;
  • blue value is 63.
RGB:
(55,20,63)
(22%,8%,25%)

RGB channels and saturation

R 55 of 255 = 22%
G 20 of 255 = 8%
B 63 of 255 = 25%

55
20
63

R + G + B ~ 18%. #37143F is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 20 + 63 = 138 (100%)
R 55 of 138 ~ 39.86%
G 20 of 138 ~ 14.49%
B 63 of 138 ~ 45.65%

%39.86
%14.49
%45.65

CMYK color model

#37143F color CMYK value is (13,68,0,75).

  • cyan value is 12.70%
  • magenta value is 68.25%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(13,68,0,75)
C13M68Y0K75 
(13%,68%,0%,75%)
(0.13/0.68/0.00/0.75)	

CMYK percentages

%12.7
%68.25
%0
%75.29

Codes

Color #37143F in popluar color models

37143F
RGB552063
HSL289°51.81%16.27%
HSB/HSV289°68.25%24.71%
CMYK12.70%68.25%0.00%
75.29%

Color #37143F in popluar number systems.

HEX37143F
Decimal552063
Binary11011110100111111
Octal672477

Shades and tints

Shades of #37143F

#37143F
(55,20,63)
#32133A
(50,19,58)
#2D1235
(45,18,53)
#281130
(40,17,48)
#23102B
(35,16,43)
#1E0F26
(30,15,38)
#190E21
(25,14,33)
#140D1C
(20,13,28)
#0F0C17
(15,12,23)
#0A0B12
(10,11,18)
#050A0D
(5,10,13)
#000000
(0,0,0)

Tints of #37143F

#37143F
(55,20,63)
#492950
(73,41,80)
#5B3E61
(91,62,97)
#6D5372
(109,83,114)
#7F6883
(127,104,131)
#917D94
(145,125,148)
#A392A5
(163,146,165)
#B5A7B6
(181,167,182)
#C7BCC7
(199,188,199)
#D9D1D8
(217,209,216)
#EBE6E9
(235,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37143F color. Also use rgb(55,20,63) instead hex code.

Text Font Color

.myTextColor { color: #37143F; }

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

This text font color is #37143F.


Background Color

.myBgColor { background-color: #37143F; }

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

This div background color is #37143F.


Border color

.myBorderColor { border: 1px solid #37143F; }

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

This div border color is #37143F.


Opacity

.myOpacity80 { color: #37143F; opacity: 0.8; }

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

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

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

This text has shadow with #37143F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37143F on black background.


Color preview on white background

This text has color #37143F on white background.



Black color preview on #37143F background

This text has black color on #37143F background.


White color preview on #37143F background

This text has white color on #37143F background.