COLOR #37343D

HEX: #37343D
RGB: (55,52,61)

Color info

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

RGB color model

#37343D color RGB value is (55,52,61).

  • red value is 55;
  • green value is 52;
  • blue value is 61.
RGB:
(55,52,61)
(22%,20%,24%)

RGB channels and saturation

R 55 of 255 = 22%
G 52 of 255 = 20%
B 61 of 255 = 24%

55
52
61

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

Portions of RGB colors in percentages

R + G + B =
55 + 52 + 61 = 168 (100%)
R 55 of 168 ~ 32.74%
G 52 of 168 ~ 30.95%
B 61 of 168 ~ 36.31%

%32.74
%30.95
%36.31

CMYK color model

#37343D color CMYK value is (10,15,0,76).

  • cyan value is 9.84%
  • magenta value is 14.75%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(10,15,0,76)
C10M15Y0K76 
(10%,15%,0%,76%)
(0.10/0.15/0.00/0.76)	

CMYK percentages

%9.84
%14.75
%0
%76.08

Codes

Color #37343D in popluar color models

37343D
RGB555261
HSL260°7.96%22.16%
HSB/HSV260°14.75%23.92%
CMYK9.84%14.75%0.00%
76.08%

Color #37343D in popluar number systems.

HEX37343D
Decimal555261
Binary110111110100111101
Octal676475

Shades and tints

Shades of #37343D

#37343D
(55,52,61)
#323038
(50,48,56)
#2D2C33
(45,44,51)
#28282E
(40,40,46)
#232429
(35,36,41)
#1E2024
(30,32,36)
#191C1F
(25,28,31)
#14181A
(20,24,26)
#0F1415
(15,20,21)
#0A1010
(10,16,16)
#050C0B
(5,12,11)
#000000
(0,0,0)

Tints of #37343D

#37343D
(55,52,61)
#49464E
(73,70,78)
#5B585F
(91,88,95)
#6D6A70
(109,106,112)
#7F7C81
(127,124,129)
#918E92
(145,142,146)
#A3A0A3
(163,160,163)
#B5B2B4
(181,178,180)
#C7C4C5
(199,196,197)
#D9D6D6
(217,214,214)
#EBE8E7
(235,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37343D; }

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

This text font color is #37343D.


Background Color

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

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

This div background color is #37343D.


Border color

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

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

This div border color is #37343D.


Opacity

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

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

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

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

This text has shadow with #37343D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37343D on black background.


Color preview on white background

This text has color #37343D on white background.



Black color preview on #37343D background

This text has black color on #37343D background.


White color preview on #37343D background

This text has white color on #37343D background.