COLOR #37122D

HEX: #37122D
RGB: (55,18,45)

Color info

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

RGB color model

#37122D color RGB value is (55,18,45).

  • red value is 55;
  • green value is 18;
  • blue value is 45.
RGB:
(55,18,45)
(22%,7%,18%)

RGB channels and saturation

R 55 of 255 = 22%
G 18 of 255 = 7%
B 45 of 255 = 18%

55
18
45

R + G + B ~ 16%. #37122D is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 18 + 45 = 118 (100%)
R 55 of 118 ~ 46.61%
G 18 of 118 ~ 15.25%
B 45 of 118 ~ 38.14%

%46.61
%15.25
%38.14

CMYK color model

#37122D color CMYK value is (0,67,18,78).

  • cyan value is 0.00%
  • magenta value is 67.27%
  • yellow value is 18.18%
  • key color value is 78.43%
CMYK:
(0,67,18,78)
C0M67Y18K78 
(0%,67%,18%,78%)
(0.00/0.67/0.18/0.78)	

CMYK percentages

%0
%67.27
%18.18
%78.43

Codes

Color #37122D in popluar color models

37122D
RGB551845
HSL316°50.68%14.31%
HSB/HSV316°67.27%21.57%
CMYK0.00%67.27%18.18%
78.43%

Color #37122D in popluar number systems.

HEX37122D
Decimal551845
Binary11011110010101101
Octal672255

Shades and tints

Shades of #37122D

#37122D
(55,18,45)
#321129
(50,17,41)
#2D1025
(45,16,37)
#280F21
(40,15,33)
#230E1D
(35,14,29)
#1E0D19
(30,13,25)
#190C15
(25,12,21)
#140B11
(20,11,17)
#0F0A0D
(15,10,13)
#0A0909
(10,9,9)
#050805
(5,8,5)
#000000
(0,0,0)

Tints of #37122D

#37122D
(55,18,45)
#492740
(73,39,64)
#5B3C53
(91,60,83)
#6D5166
(109,81,102)
#7F6679
(127,102,121)
#917B8C
(145,123,140)
#A3909F
(163,144,159)
#B5A5B2
(181,165,178)
#C7BAC5
(199,186,197)
#D9CFD8
(217,207,216)
#EBE4EB
(235,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37122D color. Also use rgb(55,18,45) instead hex code.

Text Font Color

.myTextColor { color: #37122D; }

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

This text font color is #37122D.


Background Color

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

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

This div background color is #37122D.


Border color

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

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

This div border color is #37122D.


Opacity

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

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

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

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

This text has shadow with #37122D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37122D on black background.


Color preview on white background

This text has color #37122D on white background.



Black color preview on #37122D background

This text has black color on #37122D background.


White color preview on #37122D background

This text has white color on #37122D background.