COLOR #37292D

HEX: #37292D RGB: (55,41,45)

Color info

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

RGB color model

#37292D color RGB value is (55,41,45).

RGB: (55,41,45) (22%, 16%, 18%)

RGB channels and saturation

R 55 of 255 = 22%
G 41 of 255 = 16%
B 45 of 255 = 18%

55
41
45

R + G + B ~ 19%. #37292D is dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 41 + 45 = 141 (100%)
R 55 of 141 ~ 39.01%
G 41 of 141 ~ 29.08%
B 45 of 141 ~ 31.91'%

%39.01
%29.08
%31.91

CMYK color model

#37292D color CMYK value is (0,25,18,78).

  • cyan value is 0.00%
  • magenta value is 25.45%
  • yellow value is 18.18%
  • key color value is 78.43%

CMYK: (0,25,18,78)
C0M25Y18K78 (0%, 25%, 18%, 78%)
(0.00 / 0.25 / 0.18 / 0.78)

CMYK percentages

%0
%25.45
%18.18
%78.43

Codes

Color #37292D in popluar color models

37 29 2D
RGB 55 41 45
HSL 343° 14.58% 18.82%
HSB/HSV 343° 25.45% 21.57%
CMYK 0.00% 25.45% 18.18%
78.43%

Color #37292D in popluar number systems.

HEX 37 29 2D
Decimal 55 41 45
Binary 110111 101001 101101
Octal 67 51 55

Shades and tints

Shades of #37292D

#37292D
(55,41,45)
#322629
(50,38,41)
#2D2325
(45,35,37)
#282021
(40,32,33)
#231D1D
(35,29,29)
#1E1A19
(30,26,25)
#191715
(25,23,21)
#141411
(20,20,17)
#0F110D
(15,17,13)
#0A0E09
(10,14,9)
#050B05
(5,11,5)
#000000
(0,0,0)

Tints of #37292D

#37292D
(55,41,45)
#493C40
(73,60,64)
#5B4F53
(91,79,83)
#6D6266
(109,98,102)
#7F7579
(127,117,121)
#91888C
(145,136,140)
#A39B9F
(163,155,159)
#B5AEB2
(181,174,178)
#C7C1C5
(199,193,197)
#D9D4D8
(217,212,216)
#EBE7EB
(235,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37292D; }

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

This text font color is #37292D.

Background Color

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

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

This div background color is #37292D.

Border color

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

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

This div border color is #37292D.

Opacity

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

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

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

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

This text has shadow with #37292D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #37292D.

Preview

Color preview on black background

This text has color #37292D on black background.


Color preview on white background

This text has color #37292D on white background.


Black color preview on #37292D background

This text has black color on #37292D background.


White color preview on #37292D background

This text has white color on #37292D background.


Related colors

Complementary color

Complementary color for #hex is #C8D6D2.


I love getcolorcode.com

Triadic colors

1 #2D3729 and #292D37 with #37292D are triadic colors.

2 #2D2937 and #29372D with #37292D are triadic colors.