COLOR #37343F

HEX: #37343F RGB: (55,52,63)

Color info

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

RGB color model

#37343F color RGB value is (55,52,63).

RGB: (55,52,63) (22%, 20%, 25%)

RGB channels and saturation

R 55 of 255 = 22%
G 52 of 255 = 20%
B 63 of 255 = 25%

55
52
63

R + G + B ~ 22%. #37343F is dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 52 + 63 = 170 (100%)
R 55 of 170 ~ 32.35%
G 52 of 170 ~ 30.59%
B 63 of 170 ~ 37.06'%

%32.35
%30.59
%37.06

CMYK color model

#37343F color CMYK value is (13,17,0,75).

  • cyan value is 12.70%
  • magenta value is 17.46%
  • yellow value is 0.00%
  • key color value is 75.29%

CMYK: (13,17,0,75)
C13M17Y0K75 (13%, 17%, 0%, 75%)
(0.13 / 0.17 / 0.00 / 0.75)

CMYK percentages

%12.7
%17.46
%0
%75.29

Codes

Color #37343F in popluar color models

37 34 3F
RGB 55 52 63
HSL 256° 9.57% 22.55%
HSB/HSV 256° 17.46% 24.71%
CMYK 12.70% 17.46% 0.00%
75.29%

Color #37343F in popluar number systems.

HEX 37 34 3F
Decimal 55 52 63
Binary 110111 110100 111111
Octal 67 64 77

Shades and tints

Shades of #37343F

#37343F
(55,52,63)
#32303A
(50,48,58)
#2D2C35
(45,44,53)
#282830
(40,40,48)
#23242B
(35,36,43)
#1E2026
(30,32,38)
#191C21
(25,28,33)
#14181C
(20,24,28)
#0F1417
(15,20,23)
#0A1012
(10,16,18)
#050C0D
(5,12,13)
#000000
(0,0,0)

Tints of #37343F

#37343F
(55,52,63)
#494650
(73,70,80)
#5B5861
(91,88,97)
#6D6A72
(109,106,114)
#7F7C83
(127,124,131)
#918E94
(145,142,148)
#A3A0A5
(163,160,165)
#B5B2B6
(181,178,182)
#C7C4C7
(199,196,199)
#D9D6D8
(217,214,216)
#EBE8E9
(235,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37343F color. Also use rgb(55,52,63) instead hex code.

Text Font Color

.myTextColor { color: #37343F; }

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

This text font color is #37343F.

Background Color

.myBgColor { background-color: #37343F; }

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

This div background color is #37343F.

Border color

.myBorderColor { border: 1px solid #37343F; }

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

This div border color is #37343F.

Opacity

.myOpacity80 { color: #37343F; opacity: 0.8; }

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

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

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

This text has shadow with #37343F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #37343F.

Preview

Color preview on black background

This text has color #37343F on black background.


Color preview on white background

This text has color #37343F on white background.


Black color preview on #37343F background

This text has black color on #37343F background.


White color preview on #37343F background

This text has white color on #37343F background.


Related colors

Complementary color

Complementary color for #hex is #C8CBC0.


I love getcolorcode.com

Triadic colors

1 #3F3734 and #343F37 with #37343F are triadic colors.

2 #3F3437 and #34373F with #37343F are triadic colors.