COLOR #37383A

HEX: #37383A RGB: (55,56,58)

Color info

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

RGB color model

#37383A color RGB value is (55,56,58).

RGB: (55,56,58) (22%, 22%, 23%)

RGB channels and saturation

R 55 of 255 = 22%
G 56 of 255 = 22%
B 58 of 255 = 23%

55
56
58

R + G + B ~ 22%. #37383A is dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 56 + 58 = 169 (100%)
R 55 of 169 ~ 32.54%
G 56 of 169 ~ 33.14%
B 58 of 169 ~ 34.32'%

%32.54
%33.14
%34.32

CMYK color model

#37383A color CMYK value is (5,3,0,77).

  • cyan value is 5.17%
  • magenta value is 3.45%
  • yellow value is 0.00%
  • key color value is 77.25%

CMYK: (5,3,0,77)
C5M3Y0K77 (5%, 3%, 0%, 77%)
(0.05 / 0.03 / 0.00 / 0.77)

CMYK percentages

%5.17
%3.45
%0
%77.25

Codes

Color #37383A in popluar color models

37 38 3A
RGB 55 56 58
HSL 220° 2.65% 22.16%
HSB/HSV 220° 5.17% 22.75%
CMYK 5.17% 3.45% 0.00%
77.25%

Color #37383A in popluar number systems.

HEX 37 38 3A
Decimal 55 56 58
Binary 110111 111000 111010
Octal 67 70 72

Shades and tints

Shades of #37383A

#37383A
(55,56,58)
#323335
(50,51,53)
#2D2E30
(45,46,48)
#28292B
(40,41,43)
#232426
(35,36,38)
#1E1F21
(30,31,33)
#191A1C
(25,26,28)
#141517
(20,21,23)
#0F1012
(15,16,18)
#0A0B0D
(10,11,13)
#050608
(5,6,8)
#000000
(0,0,0)

Tints of #37383A

#37383A
(55,56,58)
#494A4B
(73,74,75)
#5B5C5C
(91,92,92)
#6D6E6D
(109,110,109)
#7F807E
(127,128,126)
#91928F
(145,146,143)
#A3A4A0
(163,164,160)
#B5B6B1
(181,182,177)
#C7C8C2
(199,200,194)
#D9DAD3
(217,218,211)
#EBECE4
(235,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37383A color. Also use rgb(55,56,58) instead hex code.

Text Font Color

.myTextColor { color: #37383A; }

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

This text font color is #37383A.

Background Color

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

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

This div background color is #37383A.

Border color

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

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

This div border color is #37383A.

Opacity

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

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

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

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

This text has shadow with #37383A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #37383A.

Preview

Color preview on black background

This text has color #37383A on black background.


Color preview on white background

This text has color #37383A on white background.


Black color preview on #37383A background

This text has black color on #37383A background.


White color preview on #37383A background

This text has white color on #37383A background.


Related colors

Complementary color

Complementary color for #hex is #C8C7C5.


I love getcolorcode.com

Triadic colors

1 #3A3738 and #383A37 with #37383A are triadic colors.

2 #3A3837 and #38373A with #37383A are triadic colors.