COLOR #37130B

HEX: #37130B
RGB: (55,19,11)

Color info

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

RGB color model

#37130B color RGB value is (55,19,11).

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

RGB channels and saturation

R 55 of 255 = 22%
G 19 of 255 = 7%
B 11 of 255 = 4%

55
19
11

R + G + B ~ 11%. #37130B is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 19 + 11 = 85 (100%)
R 55 of 85 ~ 64.71%
G 19 of 85 ~ 22.35%
B 11 of 85 ~ 12.94%

%64.71
%22.35
%12.94

CMYK color model

#37130B color CMYK value is (0,65,80,78).

  • cyan value is 0.00%
  • magenta value is 65.45%
  • yellow value is 80.00%
  • key color value is 78.43%
CMYK:
(0,65,80,78)
C0M65Y80K78 
(0%,65%,80%,78%)
(0.00/0.65/0.80/0.78)	

CMYK percentages

%0
%65.45
%80
%78.43

Codes

Color #37130B in popluar color models

37130B
RGB551911
HSL11°66.67%12.94%
HSB/HSV11°80.00%21.57%
CMYK0.00%65.45%80.00%
78.43%

Color #37130B in popluar number systems.

HEX37130B
Decimal551911
Binary110111100111011
Octal672313

Shades and tints

Shades of #37130B

#37130B
(55,19,11)
#32120A
(50,18,10)
#2D1109
(45,17,9)
#281008
(40,16,8)
#230F07
(35,15,7)
#1E0E06
(30,14,6)
#190D05
(25,13,5)
#140C04
(20,12,4)
#0F0B03
(15,11,3)
#0A0A02
(10,10,2)
#050901
(5,9,1)
#000000
(0,0,0)

Tints of #37130B

#37130B
(55,19,11)
#492821
(73,40,33)
#5B3D37
(91,61,55)
#6D524D
(109,82,77)
#7F6763
(127,103,99)
#917C79
(145,124,121)
#A3918F
(163,145,143)
#B5A6A5
(181,166,165)
#C7BBBB
(199,187,187)
#D9D0D1
(217,208,209)
#EBE5E7
(235,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37130B color. Also use rgb(55,19,11) instead hex code.

Text Font Color

.myTextColor { color: #37130B; }

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

This text font color is #37130B.


Background Color

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

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

This div background color is #37130B.


Border color

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

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

This div border color is #37130B.


Opacity

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

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

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

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

This text has shadow with #37130B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37130B on black background.


Color preview on white background

This text has color #37130B on white background.



Black color preview on #37130B background

This text has black color on #37130B background.


White color preview on #37130B background

This text has white color on #37130B background.