COLOR #37041D

HEX: #37041D
RGB: (55,4,29)

Color info

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

RGB color model

#37041D color RGB value is (55,4,29).

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

RGB channels and saturation

R 55 of 255 = 22%
G 4 of 255 = 2%
B 29 of 255 = 11%

55
4
29

R + G + B ~ 12%. #37041D is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 4 + 29 = 88 (100%)
R 55 of 88 ~ 62.5%
G 4 of 88 ~ 4.55%
B 29 of 88 ~ 32.95%

%62.5
%32.95

CMYK color model

#37041D color CMYK value is (0,93,47,78).

  • cyan value is 0.00%
  • magenta value is 92.73%
  • yellow value is 47.27%
  • key color value is 78.43%
CMYK:
(0,93,47,78)
C0M93Y47K78 
(0%,93%,47%,78%)
(0.00/0.93/0.47/0.78)	

CMYK percentages

%0
%92.73
%47.27
%78.43

Codes

Color #37041D in popluar color models

37041D
RGB55429
HSL331°86.44%11.57%
HSB/HSV331°92.73%21.57%
CMYK0.00%92.73%47.27%
78.43%

Color #37041D in popluar number systems.

HEX37041D
Decimal55429
Binary11011110011101
Octal67435

Shades and tints

Shades of #37041D

#37041D
(55,4,29)
#32041B
(50,4,27)
#2D0419
(45,4,25)
#280417
(40,4,23)
#230415
(35,4,21)
#1E0413
(30,4,19)
#190411
(25,4,17)
#14040F
(20,4,15)
#0F040D
(15,4,13)
#0A040B
(10,4,11)
#050409
(5,4,9)
#000000
(0,0,0)

Tints of #37041D

#37041D
(55,4,29)
#491A31
(73,26,49)
#5B3045
(91,48,69)
#6D4659
(109,70,89)
#7F5C6D
(127,92,109)
#917281
(145,114,129)
#A38895
(163,136,149)
#B59EA9
(181,158,169)
#C7B4BD
(199,180,189)
#D9CAD1
(217,202,209)
#EBE0E5
(235,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37041D color. Also use rgb(55,4,29) instead hex code.

Text Font Color

.myTextColor { color: #37041D; }

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

This text font color is #37041D.


Background Color

.myBgColor { background-color: #37041D; }

<div style="background-color:#37041D">Inner text</div>

This div background color is #37041D.


Border color

.myBorderColor { border: 1px solid #37041D; }

<div style="border:3px solid #37041D">Div</div>

This div border color is #37041D.


Opacity

.myOpacity80 { color: #37041D; opacity: 0.8; }

<p style="color:#37041D;opacity:0.8;">80%</p>

Text with #37041D 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 #37041D;}

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

This text has shadow with #37041D color.

.textShadow {text-shadow: 3px 3px 1px #37041D, 3px 3px 1px red;}

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

This text has shadow with #37041D primary color and red secondary color.


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

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

This text has shadow with #37041D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37041D on black background.


Color preview on white background

This text has color #37041D on white background.



Black color preview on #37041D background

This text has black color on #37041D background.


White color preview on #37041D background

This text has white color on #37041D background.