COLOR #37021F

HEX: #37021F RGB: (55,2,31)

Color info

#37021F contains red, green and blue colors in about the same proportion. Web safe color of #37021F is #330033 (or #303).

RGB color model

#37021F color RGB value is (55,2,31).

RGB: (55,2,31) (22%, 1%, 12%)

RGB channels and saturation

R 55 of 255 = 22%
G 2 of 255 = 1%
B 31 of 255 = 12%

55
2
31

R + G + B ~ 12%. #37021F is dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 2 + 31 = 88 (100%)
R 55 of 88 ~ 62.5%
G 2 of 88 ~ 2.27%
B 31 of 88 ~ 35.23'%

%62.5
%35.23

CMYK color model

#37021F color CMYK value is (0,96,44,78).

  • cyan value is 0.00%
  • magenta value is 96.36%
  • yellow value is 43.64%
  • key color value is 78.43%

CMYK: (0,96,44,78)
C0M96Y44K78 (0%, 96%, 44%, 78%)
(0.00 / 0.96 / 0.44 / 0.78)

CMYK percentages

%0
%96.36
%43.64
%78.43

Codes

Color #37021F in popluar color models

37 02 1F
RGB 55 2 31
HSL 327° 92.98% 11.18%
HSB/HSV 327° 96.36% 21.57%
CMYK 0.00% 96.36% 43.64%
78.43%

Color #37021F in popluar number systems.

HEX 37 02 1F
Decimal 55 2 31
Binary 110111 10 11111
Octal 67 2 37

Shades and tints

Shades of #37021F

#37021F
(55,2,31)
#32021D
(50,2,29)
#2D021B
(45,2,27)
#280219
(40,2,25)
#230217
(35,2,23)
#1E0215
(30,2,21)
#190213
(25,2,19)
#140211
(20,2,17)
#0F020F
(15,2,15)
#0A020D
(10,2,13)
#05020B
(5,2,11)
#000000
(0,0,0)

Tints of #37021F

#37021F
(55,2,31)
#491933
(73,25,51)
#5B3047
(91,48,71)
#6D475B
(109,71,91)
#7F5E6F
(127,94,111)
#917583
(145,117,131)
#A38C97
(163,140,151)
#B5A3AB
(181,163,171)
#C7BABF
(199,186,191)
#D9D1D3
(217,209,211)
#EBE8E7
(235,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37021F color. Also use rgb(55,2,31) instead hex code.

Text Font Color

.myTextColor { color: #37021F; }

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

This text font color is #37021F.

Background Color

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

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

This div background color is #37021F.

Border color

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

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

This div border color is #37021F.

Opacity

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

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

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

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

This text has shadow with #37021F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #37021F.

Preview

Color preview on black background

This text has color #37021F on black background.


Color preview on white background

This text has color #37021F on white background.


Black color preview on #37021F background

This text has black color on #37021F background.


White color preview on #37021F background

This text has white color on #37021F background.


Related colors

Complementary color

Complementary color for #hex is #C8FDE0.


I love getcolorcode.com

Triadic colors

1 #1F3702 and #021F37 with #37021F are triadic colors.

2 #1F0237 and #02371F with #37021F are triadic colors.