COLOR #37240B

HEX: #37240B
RGB: (55,36,11)

Color info

#37240B contains red, green and blue colors in about the same proportion. Web safe color of #37240B is #333300 (or #330).

RGB color model

#37240B color RGB value is (55,36,11).

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

RGB channels and saturation

R 55 of 255 = 22%
G 36 of 255 = 14%
B 11 of 255 = 4%

55
36
11

R + G + B ~ 13%. #37240B is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 36 + 11 = 102 (100%)
R 55 of 102 ~ 53.92%
G 36 of 102 ~ 35.29%
B 11 of 102 ~ 10.78%

%53.92
%35.29
%10.78

CMYK color model

#37240B color CMYK value is (0,35,80,78).

  • cyan value is 0.00%
  • magenta value is 34.55%
  • yellow value is 80.00%
  • key color value is 78.43%
CMYK:
(0,35,80,78)
C0M35Y80K78 
(0%,35%,80%,78%)
(0.00/0.35/0.80/0.78)	

CMYK percentages

%0
%34.55
%80
%78.43

Codes

Color #37240B in popluar color models

37240B
RGB553611
HSL34°66.67%12.94%
HSB/HSV34°80.00%21.57%
CMYK0.00%34.55%80.00%
78.43%

Color #37240B in popluar number systems.

HEX37240B
Decimal553611
Binary1101111001001011
Octal674413

Shades and tints

Shades of #37240B

#37240B
(55,36,11)
#32210A
(50,33,10)
#2D1E09
(45,30,9)
#281B08
(40,27,8)
#231807
(35,24,7)
#1E1506
(30,21,6)
#191205
(25,18,5)
#140F04
(20,15,4)
#0F0C03
(15,12,3)
#0A0902
(10,9,2)
#050601
(5,6,1)
#000000
(0,0,0)

Tints of #37240B

#37240B
(55,36,11)
#493721
(73,55,33)
#5B4A37
(91,74,55)
#6D5D4D
(109,93,77)
#7F7063
(127,112,99)
#918379
(145,131,121)
#A3968F
(163,150,143)
#B5A9A5
(181,169,165)
#C7BCBB
(199,188,187)
#D9CFD1
(217,207,209)
#EBE2E7
(235,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37240B; }

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

This text font color is #37240B.


Background Color

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

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

This div background color is #37240B.


Border color

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

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

This div border color is #37240B.


Opacity

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

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

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

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

This text has shadow with #37240B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37240B on black background.


Color preview on white background

This text has color #37240B on white background.



Black color preview on #37240B background

This text has black color on #37240B background.


White color preview on #37240B background

This text has white color on #37240B background.