COLOR #37292A

HEX: #37292A RGB: (55,41,42)

Color info

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

RGB color model

#37292A color RGB value is (55,41,42).

RGB: (55,41,42) (22%, 16%, 16%)

RGB channels and saturation

R 55 of 255 = 22%
G 41 of 255 = 16%
B 42 of 255 = 16%

55
41
42

R + G + B ~ 18%. #37292A is dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 41 + 42 = 138 (100%)
R 55 of 138 ~ 39.86%
G 41 of 138 ~ 29.71%
B 42 of 138 ~ 30.43'%

%39.86
%29.71
%30.43

CMYK color model

#37292A color CMYK value is (0,25,24,78).

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

CMYK: (0,25,24,78)
C0M25Y24K78 (0%, 25%, 24%, 78%)
(0.00 / 0.25 / 0.24 / 0.78)

CMYK percentages

%0
%25.45
%23.64
%78.43

Codes

Color #37292A in popluar color models

37 29 2A
RGB 55 41 42
HSL 356° 14.58% 18.82%
HSB/HSV 356° 25.45% 21.57%
CMYK 0.00% 25.45% 23.64%
78.43%

Color #37292A in popluar number systems.

HEX 37 29 2A
Decimal 55 41 42
Binary 110111 101001 101010
Octal 67 51 52

Shades and tints

Shades of #37292A

#37292A
(55,41,42)
#322627
(50,38,39)
#2D2324
(45,35,36)
#282021
(40,32,33)
#231D1E
(35,29,30)
#1E1A1B
(30,26,27)
#191718
(25,23,24)
#141415
(20,20,21)
#0F1112
(15,17,18)
#0A0E0F
(10,14,15)
#050B0C
(5,11,12)
#000000
(0,0,0)

Tints of #37292A

#37292A
(55,41,42)
#493C3D
(73,60,61)
#5B4F50
(91,79,80)
#6D6263
(109,98,99)
#7F7576
(127,117,118)
#918889
(145,136,137)
#A39B9C
(163,155,156)
#B5AEAF
(181,174,175)
#C7C1C2
(199,193,194)
#D9D4D5
(217,212,213)
#EBE7E8
(235,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37292A; }

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

This text font color is #37292A.

Background Color

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

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

This div background color is #37292A.

Border color

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

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

This div border color is #37292A.

Opacity

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

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

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

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

This text has shadow with #37292A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #37292A.

Preview

Color preview on black background

This text has color #37292A on black background.


Color preview on white background

This text has color #37292A on white background.


Black color preview on #37292A background

This text has black color on #37292A background.


White color preview on #37292A background

This text has white color on #37292A background.


Related colors

Complementary color

Complementary color for #hex is #C8D6D5.


I love getcolorcode.com

Triadic colors

1 #2A3729 and #292A37 with #37292A are triadic colors.

2 #2A2937 and #29372A with #37292A are triadic colors.