COLOR #37283F

HEX: #37283F
RGB: (55,40,63)

Color info

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

RGB color model

#37283F color RGB value is (55,40,63).

  • red value is 55;
  • green value is 40;
  • blue value is 63.
RGB:
(55,40,63)
(22%,16%,25%)

RGB channels and saturation

R 55 of 255 = 22%
G 40 of 255 = 16%
B 63 of 255 = 25%

55
40
63

R + G + B ~ 21%. #37283F is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 40 + 63 = 158 (100%)
R 55 of 158 ~ 34.81%
G 40 of 158 ~ 25.32%
B 63 of 158 ~ 39.87%

%34.81
%25.32
%39.87

CMYK color model

#37283F color CMYK value is (13,37,0,75).

  • cyan value is 12.70%
  • magenta value is 36.51%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(13,37,0,75)
C13M37Y0K75 
(13%,37%,0%,75%)
(0.13/0.37/0.00/0.75)	

CMYK percentages

%12.7
%36.51
%0
%75.29

Codes

Color #37283F in popluar color models

37283F
RGB554063
HSL279°22.33%20.20%
HSB/HSV279°36.51%24.71%
CMYK12.70%36.51%0.00%
75.29%

Color #37283F in popluar number systems.

HEX37283F
Decimal554063
Binary110111101000111111
Octal675077

Shades and tints

Shades of #37283F

#37283F
(55,40,63)
#32253A
(50,37,58)
#2D2235
(45,34,53)
#281F30
(40,31,48)
#231C2B
(35,28,43)
#1E1926
(30,25,38)
#191621
(25,22,33)
#14131C
(20,19,28)
#0F1017
(15,16,23)
#0A0D12
(10,13,18)
#050A0D
(5,10,13)
#000000
(0,0,0)

Tints of #37283F

#37283F
(55,40,63)
#493B50
(73,59,80)
#5B4E61
(91,78,97)
#6D6172
(109,97,114)
#7F7483
(127,116,131)
#918794
(145,135,148)
#A39AA5
(163,154,165)
#B5ADB6
(181,173,182)
#C7C0C7
(199,192,199)
#D9D3D8
(217,211,216)
#EBE6E9
(235,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37283F; }

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

This text font color is #37283F.


Background Color

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

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

This div background color is #37283F.


Border color

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

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

This div border color is #37283F.


Opacity

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

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

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

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

This text has shadow with #37283F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37283F on black background.


Color preview on white background

This text has color #37283F on white background.



Black color preview on #37283F background

This text has black color on #37283F background.


White color preview on #37283F background

This text has white color on #37283F background.