COLOR #373D6D

HEX: #373D6D RGB: (55,61,109)

Color info

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

RGB color model

#373D6D color RGB value is (55,61,109).

RGB: (55,61,109) (22%, 24%, 43%)

RGB channels and saturation

R 55 of 255 = 22%
G 61 of 255 = 24%
B 109 of 255 = 43%

55
61
109

R + G + B ~ 30%. #373D6D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 61 + 109 = 225 (100%)
R 55 of 225 ~ 24.44%
G 61 of 225 ~ 27.11%
B 109 of 225 ~ 48.44'%

%24.44
%27.11
%48.44

CMYK color model

#373D6D color CMYK value is (50,44,0,57).

  • cyan value is 49.54%
  • magenta value is 44.04%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (50,44,0,57)
C50M44Y0K57 (50%, 44%, 0%, 57%)
(0.50 / 0.44 / 0.00 / 0.57)

CMYK percentages

%49.54
%44.04
%0
%57.25

Codes

Color #373D6D in popluar color models

37 3D 6D
RGB 55 61 109
HSL 233° 32.93% 32.16%
HSB/HSV 233° 49.54% 42.75%
CMYK 49.54% 44.04% 0.00%
57.25%

Color #373D6D in popluar number systems.

HEX 37 3D 6D
Decimal 55 61 109
Binary 110111 111101 1101101
Octal 67 75 155

Shades and tints

Shades of #373D6D

#373D6D
(55,61,109)
#323864
(50,56,100)
#2D335B
(45,51,91)
#282E52
(40,46,82)
#232949
(35,41,73)
#1E2440
(30,36,64)
#191F37
(25,31,55)
#141A2E
(20,26,46)
#0F1525
(15,21,37)
#0A101C
(10,16,28)
#050B13
(5,11,19)
#000000
(0,0,0)

Tints of #373D6D

#373D6D
(55,61,109)
#494E7A
(73,78,122)
#5B5F87
(91,95,135)
#6D7094
(109,112,148)
#7F81A1
(127,129,161)
#9192AE
(145,146,174)
#A3A3BB
(163,163,187)
#B5B4C8
(181,180,200)
#C7C5D5
(199,197,213)
#D9D6E2
(217,214,226)
#EBE7EF
(235,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #373D6D color. Also use rgb(55,61,109) instead hex code.

Text Font Color

.myTextColor { color: #373D6D; }

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

This text font color is #373D6D.

Background Color

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

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

This div background color is #373D6D.

Border color

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

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

This div border color is #373D6D.

Opacity

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

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

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

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

This text has shadow with #373D6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #373D6D.

Preview

Color preview on black background

This text has color #373D6D on black background.


Color preview on white background

This text has color #373D6D on white background.


Black color preview on #373D6D background

This text has black color on #373D6D background.


White color preview on #373D6D background

This text has white color on #373D6D background.


Related colors

Complementary color

Complementary color for #hex is #C8C292.


I love getcolorcode.com

Triadic colors

1 #6D373D and #3D6D37 with #373D6D are triadic colors.

2 #6D3D37 and #3D376D with #373D6D are triadic colors.