COLOR #37181B

HEX: #37181B
RGB: (55,24,27)

Color info

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

RGB color model

#37181B color RGB value is (55,24,27).

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

RGB channels and saturation

R 55 of 255 = 22%
G 24 of 255 = 9%
B 27 of 255 = 11%

55
24
27

R + G + B ~ 14%. #37181B is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 24 + 27 = 106 (100%)
R 55 of 106 ~ 51.89%
G 24 of 106 ~ 22.64%
B 27 of 106 ~ 25.47%

%51.89
%22.64
%25.47

CMYK color model

#37181B color CMYK value is (0,56,51,78).

  • cyan value is 0.00%
  • magenta value is 56.36%
  • yellow value is 50.91%
  • key color value is 78.43%
CMYK:
(0,56,51,78)
C0M56Y51K78 
(0%,56%,51%,78%)
(0.00/0.56/0.51/0.78)	

CMYK percentages

%0
%56.36
%50.91
%78.43

Codes

Color #37181B in popluar color models

37181B
RGB552427
HSL354°39.24%15.49%
HSB/HSV354°56.36%21.57%
CMYK0.00%56.36%50.91%
78.43%

Color #37181B in popluar number systems.

HEX37181B
Decimal552427
Binary1101111100011011
Octal673033

Shades and tints

Shades of #37181B

#37181B
(55,24,27)
#321619
(50,22,25)
#2D1417
(45,20,23)
#281215
(40,18,21)
#231013
(35,16,19)
#1E0E11
(30,14,17)
#190C0F
(25,12,15)
#140A0D
(20,10,13)
#0F080B
(15,8,11)
#0A0609
(10,6,9)
#050407
(5,4,7)
#000000
(0,0,0)

Tints of #37181B

#37181B
(55,24,27)
#492D2F
(73,45,47)
#5B4243
(91,66,67)
#6D5757
(109,87,87)
#7F6C6B
(127,108,107)
#91817F
(145,129,127)
#A39693
(163,150,147)
#B5ABA7
(181,171,167)
#C7C0BB
(199,192,187)
#D9D5CF
(217,213,207)
#EBEAE3
(235,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37181B; }

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

This text font color is #37181B.


Background Color

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

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

This div background color is #37181B.


Border color

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

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

This div border color is #37181B.


Opacity

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

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

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

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

This text has shadow with #37181B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37181B on black background.


Color preview on white background

This text has color #37181B on white background.



Black color preview on #37181B background

This text has black color on #37181B background.


White color preview on #37181B background

This text has white color on #37181B background.