COLOR #37180D

HEX: #37180D
RGB: (55,24,13)

Color info

#37180D contains red, green and blue colors in about the same proportion. Web safe color of #37180D is #330000 (or #300).

RGB color model

#37180D color RGB value is (55,24,13).

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

RGB channels and saturation

R 55 of 255 = 22%
G 24 of 255 = 9%
B 13 of 255 = 5%

55
24
13

R + G + B ~ 12%. #37180D is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 24 + 13 = 92 (100%)
R 55 of 92 ~ 59.78%
G 24 of 92 ~ 26.09%
B 13 of 92 ~ 14.13%

%59.78
%26.09
%14.13

CMYK color model

#37180D color CMYK value is (0,56,76,78).

  • cyan value is 0.00%
  • magenta value is 56.36%
  • yellow value is 76.36%
  • key color value is 78.43%
CMYK:
(0,56,76,78)
C0M56Y76K78 
(0%,56%,76%,78%)
(0.00/0.56/0.76/0.78)	

CMYK percentages

%0
%56.36
%76.36
%78.43

Codes

Color #37180D in popluar color models

37180D
RGB552413
HSL16°61.76%13.33%
HSB/HSV16°76.36%21.57%
CMYK0.00%56.36%76.36%
78.43%

Color #37180D in popluar number systems.

HEX37180D
Decimal552413
Binary110111110001101
Octal673015

Shades and tints

Shades of #37180D

#37180D
(55,24,13)
#32160C
(50,22,12)
#2D140B
(45,20,11)
#28120A
(40,18,10)
#231009
(35,16,9)
#1E0E08
(30,14,8)
#190C07
(25,12,7)
#140A06
(20,10,6)
#0F0805
(15,8,5)
#0A0604
(10,6,4)
#050403
(5,4,3)
#000000
(0,0,0)

Tints of #37180D

#37180D
(55,24,13)
#492D23
(73,45,35)
#5B4239
(91,66,57)
#6D574F
(109,87,79)
#7F6C65
(127,108,101)
#91817B
(145,129,123)
#A39691
(163,150,145)
#B5ABA7
(181,171,167)
#C7C0BD
(199,192,189)
#D9D5D3
(217,213,211)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37180D color. Also use rgb(55,24,13) instead hex code.

Text Font Color

.myTextColor { color: #37180D; }

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

This text font color is #37180D.


Background Color

.myBgColor { background-color: #37180D; }

<div style="background-color:#37180D">Inner text</div>

This div background color is #37180D.


Border color

.myBorderColor { border: 1px solid #37180D; }

<div style="border:3px solid #37180D">Div</div>

This div border color is #37180D.


Opacity

.myOpacity80 { color: #37180D; opacity: 0.8; }

<p style="color:#37180D;opacity:0.8;">80%</p>

Text with #37180D 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 #37180D;}

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

This text has shadow with #37180D color.

.textShadow {text-shadow: 3px 3px 1px #37180D, 3px 3px 1px red;}

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

This text has shadow with #37180D primary color and red secondary color.


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

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

This text has shadow with #37180D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37180D on black background.


Color preview on white background

This text has color #37180D on white background.



Black color preview on #37180D background

This text has black color on #37180D background.


White color preview on #37180D background

This text has white color on #37180D background.