COLOR #373653

HEX: #373653 RGB: (55,54,83)

Color info

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

RGB color model

#373653 color RGB value is (55,54,83).

RGB: (55,54,83) (22%, 21%, 33%)

RGB channels and saturation

R 55 of 255 = 22%
G 54 of 255 = 21%
B 83 of 255 = 33%

55
54
83

R + G + B ~ 25%. #373653 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 54 + 83 = 192 (100%)
R 55 of 192 ~ 28.65%
G 54 of 192 ~ 28.13%
B 83 of 192 ~ 43.23'%

%28.65
%28.13
%43.23

CMYK color model

#373653 color CMYK value is (34,35,0,67).

  • cyan value is 33.73%
  • magenta value is 34.94%
  • yellow value is 0.00%
  • key color value is 67.45%

CMYK: (34,35,0,67)
C34M35Y0K67 (34%, 35%, 0%, 67%)
(0.34 / 0.35 / 0.00 / 0.67)

CMYK percentages

%33.73
%34.94
%0
%67.45

Codes

Color #373653 in popluar color models

37 36 53
RGB 55 54 83
HSL 242° 21.17% 26.86%
HSB/HSV 242° 34.94% 32.55%
CMYK 33.73% 34.94% 0.00%
67.45%

Color #373653 in popluar number systems.

HEX 37 36 53
Decimal 55 54 83
Binary 110111 110110 1010011
Octal 67 66 123

Shades and tints

Shades of #373653

#373653
(55,54,83)
#32324C
(50,50,76)
#2D2E45
(45,46,69)
#282A3E
(40,42,62)
#232637
(35,38,55)
#1E2230
(30,34,48)
#191E29
(25,30,41)
#141A22
(20,26,34)
#0F161B
(15,22,27)
#0A1214
(10,18,20)
#050E0D
(5,14,13)
#000000
(0,0,0)

Tints of #373653

#373653
(55,54,83)
#494862
(73,72,98)
#5B5A71
(91,90,113)
#6D6C80
(109,108,128)
#7F7E8F
(127,126,143)
#91909E
(145,144,158)
#A3A2AD
(163,162,173)
#B5B4BC
(181,180,188)
#C7C6CB
(199,198,203)
#D9D8DA
(217,216,218)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #373653 color. Also use rgb(55,54,83) instead hex code.

Text Font Color

.myTextColor { color: #373653; }

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

This text font color is #373653.

Background Color

.myBgColor { background-color: #373653; }

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

This div background color is #373653.

Border color

.myBorderColor { border: 1px solid #373653; }

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

This div border color is #373653.

Opacity

.myOpacity80 { color: #373653; opacity: 0.8; }

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

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

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

This text has shadow with #373653 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #373653.

Preview

Color preview on black background

This text has color #373653 on black background.


Color preview on white background

This text has color #373653 on white background.


Black color preview on #373653 background

This text has black color on #373653 background.


White color preview on #373653 background

This text has white color on #373653 background.


Related colors

Complementary color

Complementary color for #hex is #C8C9AC.


I love getcolorcode.com

Triadic colors

1 #533736 and #365337 with #373653 are triadic colors.

2 #533637 and #363753 with #373653 are triadic colors.