COLOR #37302C

HEX: #37302C
RGB: (55,48,44)

Color info

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

RGB color model

#37302C color RGB value is (55,48,44).

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

RGB channels and saturation

R 55 of 255 = 22%
G 48 of 255 = 19%
B 44 of 255 = 17%

55
48
44

R + G + B ~ 19%. #37302C is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 48 + 44 = 147 (100%)
R 55 of 147 ~ 37.41%
G 48 of 147 ~ 32.65%
B 44 of 147 ~ 29.93%

%37.41
%32.65
%29.93

CMYK color model

#37302C color CMYK value is (0,13,20,78).

  • cyan value is 0.00%
  • magenta value is 12.73%
  • yellow value is 20.00%
  • key color value is 78.43%
CMYK:
(0,13,20,78)
C0M13Y20K78 
(0%,13%,20%,78%)
(0.00/0.13/0.20/0.78)	

CMYK percentages

%0
%12.73
%20
%78.43

Codes

Color #37302C in popluar color models

37302C
RGB554844
HSL22°11.11%19.41%
HSB/HSV22°20.00%21.57%
CMYK0.00%12.73%20.00%
78.43%

Color #37302C in popluar number systems.

HEX37302C
Decimal554844
Binary110111110000101100
Octal676054

Shades and tints

Shades of #37302C

#37302C
(55,48,44)
#322C28
(50,44,40)
#2D2824
(45,40,36)
#282420
(40,36,32)
#23201C
(35,32,28)
#1E1C18
(30,28,24)
#191814
(25,24,20)
#141410
(20,20,16)
#0F100C
(15,16,12)
#0A0C08
(10,12,8)
#050804
(5,8,4)
#000000
(0,0,0)

Tints of #37302C

#37302C
(55,48,44)
#49423F
(73,66,63)
#5B5452
(91,84,82)
#6D6665
(109,102,101)
#7F7878
(127,120,120)
#918A8B
(145,138,139)
#A39C9E
(163,156,158)
#B5AEB1
(181,174,177)
#C7C0C4
(199,192,196)
#D9D2D7
(217,210,215)
#EBE4EA
(235,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37302C; }

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

This text font color is #37302C.


Background Color

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

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

This div background color is #37302C.


Border color

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

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

This div border color is #37302C.


Opacity

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

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

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

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

This text has shadow with #37302C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37302C on black background.


Color preview on white background

This text has color #37302C on white background.



Black color preview on #37302C background

This text has black color on #37302C background.


White color preview on #37302C background

This text has white color on #37302C background.