COLOR #37301C

HEX: #37301C
RGB: (55,48,28)

Color info

#37301C contains red, green and blue colors in about the same proportion. Web safe color of #37301C is #333333 (or #333).

RGB color model

#37301C color RGB value is (55,48,28).

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

RGB channels and saturation

R 55 of 255 = 22%
G 48 of 255 = 19%
B 28 of 255 = 11%

55
48
28

R + G + B ~ 17%. #37301C is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 48 + 28 = 131 (100%)
R 55 of 131 ~ 41.98%
G 48 of 131 ~ 36.64%
B 28 of 131 ~ 21.37%

%41.98
%36.64
%21.37

CMYK color model

#37301C color CMYK value is (0,13,49,78).

  • cyan value is 0.00%
  • magenta value is 12.73%
  • yellow value is 49.09%
  • key color value is 78.43%
CMYK:
(0,13,49,78)
C0M13Y49K78 
(0%,13%,49%,78%)
(0.00/0.13/0.49/0.78)	

CMYK percentages

%0
%12.73
%49.09
%78.43

Codes

Color #37301C in popluar color models

37301C
RGB554828
HSL44°32.53%16.27%
HSB/HSV44°49.09%21.57%
CMYK0.00%12.73%49.09%
78.43%

Color #37301C in popluar number systems.

HEX37301C
Decimal554828
Binary11011111000011100
Octal676034

Shades and tints

Shades of #37301C

#37301C
(55,48,28)
#322C1A
(50,44,26)
#2D2818
(45,40,24)
#282416
(40,36,22)
#232014
(35,32,20)
#1E1C12
(30,28,18)
#191810
(25,24,16)
#14140E
(20,20,14)
#0F100C
(15,16,12)
#0A0C0A
(10,12,10)
#050808
(5,8,8)
#000000
(0,0,0)

Tints of #37301C

#37301C
(55,48,28)
#494230
(73,66,48)
#5B5444
(91,84,68)
#6D6658
(109,102,88)
#7F786C
(127,120,108)
#918A80
(145,138,128)
#A39C94
(163,156,148)
#B5AEA8
(181,174,168)
#C7C0BC
(199,192,188)
#D9D2D0
(217,210,208)
#EBE4E4
(235,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37301C color. Also use rgb(55,48,28) instead hex code.

Text Font Color

.myTextColor { color: #37301C; }

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

This text font color is #37301C.


Background Color

.myBgColor { background-color: #37301C; }

<div style="background-color:#37301C">Inner text</div>

This div background color is #37301C.


Border color

.myBorderColor { border: 1px solid #37301C; }

<div style="border:3px solid #37301C">Div</div>

This div border color is #37301C.


Opacity

.myOpacity80 { color: #37301C; opacity: 0.8; }

<p style="color:#37301C;opacity:0.8;">80%</p>

Text with #37301C 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 #37301C;}

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

This text has shadow with #37301C color.

.textShadow {text-shadow: 3px 3px 1px #37301C, 3px 3px 1px red;}

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

This text has shadow with #37301C primary color and red secondary color.


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

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

This text has shadow with #37301C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37301C on black background.


Color preview on white background

This text has color #37301C on white background.



Black color preview on #37301C background

This text has black color on #37301C background.


White color preview on #37301C background

This text has white color on #37301C background.