COLOR #373F54

HEX: #373F54
RGB: (55,63,84)

Color info

#373F54 contains red, green and blue colors in about the same proportion. Web safe color of #373F54 is #333366 (or #336).

RGB color model

#373F54 color RGB value is (55,63,84).

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

RGB channels and saturation

R 55 of 255 = 22%
G 63 of 255 = 25%
B 84 of 255 = 33%

55
63
84

R + G + B ~ 27%. #373F54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 63 + 84 = 202 (100%)
R 55 of 202 ~ 27.23%
G 63 of 202 ~ 31.19%
B 84 of 202 ~ 41.58%

%27.23
%31.19
%41.58

CMYK color model

#373F54 color CMYK value is (35,25,0,67).

  • cyan value is 34.52%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK: (35,25,0,67) C35M25Y0K67 (35%,25%,0%,67%) (0.35/0.25/0.00/0.67)

CMYK percentages

%34.52
%25
%0
%67.06

Codes

Color #373F54 in popluar color models

373F54
RGB556384
HSL223°20.86%27.25%
HSB/HSV223°34.52%32.94%
CMYK34.52%25.00%0.00%
67.06%

Color #373F54 in popluar number systems.

HEX373F54
Decimal556384
Binary1101111111111010100
Octal6777124

Shades and tints

Shades of #373F54

#373F54
(55,63,84)
#323A4D
(50,58,77)
#2D3546
(45,53,70)
#28303F
(40,48,63)
#232B38
(35,43,56)
#1E2631
(30,38,49)
#19212A
(25,33,42)
#141C23
(20,28,35)
#0F171C
(15,23,28)
#0A1215
(10,18,21)
#050D0E
(5,13,14)
#000000
(0,0,0)

Tints of #373F54

#373F54
(55,63,84)
#495063
(73,80,99)
#5B6172
(91,97,114)
#6D7281
(109,114,129)
#7F8390
(127,131,144)
#91949F
(145,148,159)
#A3A5AE
(163,165,174)
#B5B6BD
(181,182,189)
#C7C7CC
(199,199,204)
#D9D8DB
(217,216,219)
#EBE9EA
(235,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #373F54 color. Also use rgb(55,63,84) instead hex code.

Text Font Color

.myTextColor { color: #373F54; }

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

This text font color is #373F54.


Background Color

.myBgColor { background-color: #373F54; }

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

This div background color is #373F54.


Border color

.myBorderColor { border: 1px solid #373F54; }

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

This div border color is #373F54.


Opacity

.myOpacity80 { color: #373F54; opacity: 0.8; }

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

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

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

This text has shadow with #373F54 color.

.textShadow {text-shadow: 3px 3px 1px #373F54, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #373F54; -webkit-box-shadow:	1px 1px 3px 2px #373F54; box-shadow:	1px 1px 3px 2px #373F54; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #373F54; -webkit-box-shadow: 1px 1px 3px 2px #373F54; box-shadow:1px 1px 3px 2px #373F54;">
Div content here</div>
This div box has shadow with color #373F54.

Preview

Color preview on black background

This text has color #373F54 on black background.


Color preview on white background

This text has color #373F54 on white background.



Black color preview on #373F54 background

This text has black color on #373F54 background.


White color preview on #373F54 background

This text has white color on #373F54 background.