COLOR #373128

HEX: #373128 RGB: (55,49,40)

Color info

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

RGB color model

#373128 color RGB value is (55,49,40).

RGB: (55,49,40) (22%, 19%, 16%)

RGB channels and saturation

R 55 of 255 = 22%
G 49 of 255 = 19%
B 40 of 255 = 16%

55
49
40

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

Portions of RGB colors in percentages

R + G + B = 55 + 49 + 40 = 144 (100%)
R 55 of 144 ~ 38.19%
G 49 of 144 ~ 34.03%
B 40 of 144 ~ 27.78'%

%38.19
%34.03
%27.78

CMYK color model

#373128 color CMYK value is (0,11,27,78).

  • cyan value is 0.00%
  • magenta value is 10.91%
  • yellow value is 27.27%
  • key color value is 78.43%

CMYK: (0,11,27,78)
C0M11Y27K78 (0%, 11%, 27%, 78%)
(0.00 / 0.11 / 0.27 / 0.78)

CMYK percentages

%0
%10.91
%27.27
%78.43

Codes

Color #373128 in popluar color models

37 31 28
RGB 55 49 40
HSL 36° 15.79% 18.63%
HSB/HSV 36° 27.27% 21.57%
CMYK 0.00% 10.91% 27.27%
78.43%

Color #373128 in popluar number systems.

HEX 37 31 28
Decimal 55 49 40
Binary 110111 110001 101000
Octal 67 61 50

Shades and tints

Shades of #373128

#373128
(55,49,40)
#322D25
(50,45,37)
#2D2922
(45,41,34)
#28251F
(40,37,31)
#23211C
(35,33,28)
#1E1D19
(30,29,25)
#191916
(25,25,22)
#141513
(20,21,19)
#0F1110
(15,17,16)
#0A0D0D
(10,13,13)
#05090A
(5,9,10)
#000000
(0,0,0)

Tints of #373128

#373128
(55,49,40)
#49433B
(73,67,59)
#5B554E
(91,85,78)
#6D6761
(109,103,97)
#7F7974
(127,121,116)
#918B87
(145,139,135)
#A39D9A
(163,157,154)
#B5AFAD
(181,175,173)
#C7C1C0
(199,193,192)
#D9D3D3
(217,211,211)
#EBE5E6
(235,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #373128 color. Also use rgb(55,49,40) instead hex code.

Text Font Color

.myTextColor { color: #373128; }

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

This text font color is #373128.

Background Color

.myBgColor { background-color: #373128; }

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

This div background color is #373128.

Border color

.myBorderColor { border: 1px solid #373128; }

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

This div border color is #373128.

Opacity

.myOpacity80 { color: #373128; opacity: 0.8; }

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

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

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

This text has shadow with #373128 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #373128.

Preview

Color preview on black background

This text has color #373128 on black background.


Color preview on white background

This text has color #373128 on white background.


Black color preview on #373128 background

This text has black color on #373128 background.


White color preview on #373128 background

This text has white color on #373128 background.


Related colors

Complementary color

Complementary color for #hex is #C8CED7.


I love getcolorcode.com

Triadic colors

1 #283731 and #312837 with #373128 are triadic colors.

2 #283137 and #313728 with #373128 are triadic colors.