COLOR #37133C

HEX: #37133C
RGB: (55,19,60)

Color info

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

RGB color model

#37133C color RGB value is (55,19,60).

  • red value is 55;
  • green value is 19;
  • blue value is 60.
RGB:
(55,19,60)
(22%,7%,24%)

RGB channels and saturation

R 55 of 255 = 22%
G 19 of 255 = 7%
B 60 of 255 = 24%

55
19
60

R + G + B ~ 18%. #37133C is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 19 + 60 = 134 (100%)
R 55 of 134 ~ 41.04%
G 19 of 134 ~ 14.18%
B 60 of 134 ~ 44.78%

%41.04
%14.18
%44.78

CMYK color model

#37133C color CMYK value is (8,68,0,76).

  • cyan value is 8.33%
  • magenta value is 68.33%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(8,68,0,76)
C8M68Y0K76 
(8%,68%,0%,76%)
(0.08/0.68/0.00/0.76)	

CMYK percentages

%8.33
%68.33
%0
%76.47

Codes

Color #37133C in popluar color models

37133C
RGB551960
HSL293°51.90%15.49%
HSB/HSV293°68.33%23.53%
CMYK8.33%68.33%0.00%
76.47%

Color #37133C in popluar number systems.

HEX37133C
Decimal551960
Binary11011110011111100
Octal672374

Shades and tints

Shades of #37133C

#37133C
(55,19,60)
#321237
(50,18,55)
#2D1132
(45,17,50)
#28102D
(40,16,45)
#230F28
(35,15,40)
#1E0E23
(30,14,35)
#190D1E
(25,13,30)
#140C19
(20,12,25)
#0F0B14
(15,11,20)
#0A0A0F
(10,10,15)
#05090A
(5,9,10)
#000000
(0,0,0)

Tints of #37133C

#37133C
(55,19,60)
#49284D
(73,40,77)
#5B3D5E
(91,61,94)
#6D526F
(109,82,111)
#7F6780
(127,103,128)
#917C91
(145,124,145)
#A391A2
(163,145,162)
#B5A6B3
(181,166,179)
#C7BBC4
(199,187,196)
#D9D0D5
(217,208,213)
#EBE5E6
(235,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37133C color. Also use rgb(55,19,60) instead hex code.

Text Font Color

.myTextColor { color: #37133C; }

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

This text font color is #37133C.


Background Color

.myBgColor { background-color: #37133C; }

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

This div background color is #37133C.


Border color

.myBorderColor { border: 1px solid #37133C; }

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

This div border color is #37133C.


Opacity

.myOpacity80 { color: #37133C; opacity: 0.8; }

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

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

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

This text has shadow with #37133C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37133C on black background.


Color preview on white background

This text has color #37133C on white background.



Black color preview on #37133C background

This text has black color on #37133C background.


White color preview on #37133C background

This text has white color on #37133C background.