COLOR #37184B

HEX: #37184B
RGB: (55,24,75)

Color info

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

RGB color model

#37184B color RGB value is (55,24,75).

  • red value is 55;
  • green value is 24;
  • blue value is 75.
RGB:
(55,24,75)
(22%,9%,29%)

RGB channels and saturation

R 55 of 255 = 22%
G 24 of 255 = 9%
B 75 of 255 = 29%

55
24
75

R + G + B ~ 20%. #37184B is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 24 + 75 = 154 (100%)
R 55 of 154 ~ 35.71%
G 24 of 154 ~ 15.58%
B 75 of 154 ~ 48.7%

%35.71
%15.58
%48.7

CMYK color model

#37184B color CMYK value is (27,68,0,71).

  • cyan value is 26.67%
  • magenta value is 68.00%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(27,68,0,71)
C27M68Y0K71 
(27%,68%,0%,71%)
(0.27/0.68/0.00/0.71)	

CMYK percentages

%26.67
%68
%0
%70.59

Codes

Color #37184B in popluar color models

37184B
RGB552475
HSL276°51.52%19.41%
HSB/HSV276°68.00%29.41%
CMYK26.67%68.00%0.00%
70.59%

Color #37184B in popluar number systems.

HEX37184B
Decimal552475
Binary110111110001001011
Octal6730113

Shades and tints

Shades of #37184B

#37184B
(55,24,75)
#321645
(50,22,69)
#2D143F
(45,20,63)
#281239
(40,18,57)
#231033
(35,16,51)
#1E0E2D
(30,14,45)
#190C27
(25,12,39)
#140A21
(20,10,33)
#0F081B
(15,8,27)
#0A0615
(10,6,21)
#05040F
(5,4,15)
#000000
(0,0,0)

Tints of #37184B

#37184B
(55,24,75)
#492D5B
(73,45,91)
#5B426B
(91,66,107)
#6D577B
(109,87,123)
#7F6C8B
(127,108,139)
#91819B
(145,129,155)
#A396AB
(163,150,171)
#B5ABBB
(181,171,187)
#C7C0CB
(199,192,203)
#D9D5DB
(217,213,219)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37184B color. Also use rgb(55,24,75) instead hex code.

Text Font Color

.myTextColor { color: #37184B; }

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

This text font color is #37184B.


Background Color

.myBgColor { background-color: #37184B; }

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

This div background color is #37184B.


Border color

.myBorderColor { border: 1px solid #37184B; }

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

This div border color is #37184B.


Opacity

.myOpacity80 { color: #37184B; opacity: 0.8; }

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

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

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

This text has shadow with #37184B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37184B on black background.


Color preview on white background

This text has color #37184B on white background.



Black color preview on #37184B background

This text has black color on #37184B background.


White color preview on #37184B background

This text has white color on #37184B background.