COLOR #37252D

HEX: #37252D
RGB: (55,37,45)

Color info

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

RGB color model

#37252D color RGB value is (55,37,45).

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

RGB channels and saturation

R 55 of 255 = 22%
G 37 of 255 = 15%
B 45 of 255 = 18%

55
37
45

R + G + B ~ 18%. #37252D is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 37 + 45 = 137 (100%)
R 55 of 137 ~ 40.15%
G 37 of 137 ~ 27.01%
B 45 of 137 ~ 32.85%

%40.15
%27.01
%32.85

CMYK color model

#37252D color CMYK value is (0,33,18,78).

  • cyan value is 0.00%
  • magenta value is 32.73%
  • yellow value is 18.18%
  • key color value is 78.43%
CMYK:
(0,33,18,78)
C0M33Y18K78 
(0%,33%,18%,78%)
(0.00/0.33/0.18/0.78)	

CMYK percentages

%0
%32.73
%18.18
%78.43

Codes

Color #37252D in popluar color models

37252D
RGB553745
HSL333°19.57%18.04%
HSB/HSV333°32.73%21.57%
CMYK0.00%32.73%18.18%
78.43%

Color #37252D in popluar number systems.

HEX37252D
Decimal553745
Binary110111100101101101
Octal674555

Shades and tints

Shades of #37252D

#37252D
(55,37,45)
#322229
(50,34,41)
#2D1F25
(45,31,37)
#281C21
(40,28,33)
#23191D
(35,25,29)
#1E1619
(30,22,25)
#191315
(25,19,21)
#141011
(20,16,17)
#0F0D0D
(15,13,13)
#0A0A09
(10,10,9)
#050705
(5,7,5)
#000000
(0,0,0)

Tints of #37252D

#37252D
(55,37,45)
#493840
(73,56,64)
#5B4B53
(91,75,83)
#6D5E66
(109,94,102)
#7F7179
(127,113,121)
#91848C
(145,132,140)
#A3979F
(163,151,159)
#B5AAB2
(181,170,178)
#C7BDC5
(199,189,197)
#D9D0D8
(217,208,216)
#EBE3EB
(235,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37252D; }

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

This text font color is #37252D.


Background Color

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

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

This div background color is #37252D.


Border color

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

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

This div border color is #37252D.


Opacity

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

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

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

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

This text has shadow with #37252D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37252D on black background.


Color preview on white background

This text has color #37252D on white background.



Black color preview on #37252D background

This text has black color on #37252D background.


White color preview on #37252D background

This text has white color on #37252D background.