COLOR #37302F

HEX: #37302F
RGB: (55,48,47)

Color info

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

RGB color model

#37302F color RGB value is (55,48,47).

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

RGB channels and saturation

R 55 of 255 = 22%
G 48 of 255 = 19%
B 47 of 255 = 18%

55
48
47

R + G + B ~ 20%. #37302F is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 48 + 47 = 150 (100%)
R 55 of 150 ~ 36.67%
G 48 of 150 ~ 32%
B 47 of 150 ~ 31.33%

%36.67
%32
%31.33

CMYK color model

#37302F color CMYK value is (0,13,15,78).

  • cyan value is 0.00%
  • magenta value is 12.73%
  • yellow value is 14.55%
  • key color value is 78.43%
CMYK:
(0,13,15,78)
C0M13Y15K78 
(0%,13%,15%,78%)
(0.00/0.13/0.15/0.78)	

CMYK percentages

%0
%12.73
%14.55
%78.43

Codes

Color #37302F in popluar color models

37302F
RGB554847
HSL7.84%20.00%
HSB/HSV14.55%21.57%
CMYK0.00%12.73%14.55%
78.43%

Color #37302F in popluar number systems.

HEX37302F
Decimal554847
Binary110111110000101111
Octal676057

Shades and tints

Shades of #37302F

#37302F
(55,48,47)
#322C2B
(50,44,43)
#2D2827
(45,40,39)
#282423
(40,36,35)
#23201F
(35,32,31)
#1E1C1B
(30,28,27)
#191817
(25,24,23)
#141413
(20,20,19)
#0F100F
(15,16,15)
#0A0C0B
(10,12,11)
#050807
(5,8,7)
#000000
(0,0,0)

Tints of #37302F

#37302F
(55,48,47)
#494241
(73,66,65)
#5B5453
(91,84,83)
#6D6665
(109,102,101)
#7F7877
(127,120,119)
#918A89
(145,138,137)
#A39C9B
(163,156,155)
#B5AEAD
(181,174,173)
#C7C0BF
(199,192,191)
#D9D2D1
(217,210,209)
#EBE4E3
(235,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37302F; }

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

This text font color is #37302F.


Background Color

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

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

This div background color is #37302F.


Border color

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

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

This div border color is #37302F.


Opacity

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

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

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

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

This text has shadow with #37302F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37302F on black background.


Color preview on white background

This text has color #37302F on white background.



Black color preview on #37302F background

This text has black color on #37302F background.


White color preview on #37302F background

This text has white color on #37302F background.