COLOR #373D6A

HEX: #373D6A RGB: (55,61,106)

Color info

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

RGB color model

#373D6A color RGB value is (55,61,106).

RGB: (55,61,106) (22%, 24%, 42%)

RGB channels and saturation

R 55 of 255 = 22%
G 61 of 255 = 24%
B 106 of 255 = 42%

55
61
106

R + G + B ~ 29%. #373D6A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 61 + 106 = 222 (100%)
R 55 of 222 ~ 24.77%
G 61 of 222 ~ 27.48%
B 106 of 222 ~ 47.75'%

%24.77
%27.48
%47.75

CMYK color model

#373D6A color CMYK value is (48,42,0,58).

  • cyan value is 48.11%
  • magenta value is 42.45%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (48,42,0,58)
C48M42Y0K58 (48%, 42%, 0%, 58%)
(0.48 / 0.42 / 0.00 / 0.58)

CMYK percentages

%48.11
%42.45
%0
%58.43

Codes

Color #373D6A in popluar color models

37 3D 6A
RGB 55 61 106
HSL 233° 31.68% 31.57%
HSB/HSV 233° 48.11% 41.57%
CMYK 48.11% 42.45% 0.00%
58.43%

Color #373D6A in popluar number systems.

HEX 37 3D 6A
Decimal 55 61 106
Binary 110111 111101 1101010
Octal 67 75 152

Shades and tints

Shades of #373D6A

#373D6A
(55,61,106)
#323861
(50,56,97)
#2D3358
(45,51,88)
#282E4F
(40,46,79)
#232946
(35,41,70)
#1E243D
(30,36,61)
#191F34
(25,31,52)
#141A2B
(20,26,43)
#0F1522
(15,21,34)
#0A1019
(10,16,25)
#050B10
(5,11,16)
#000000
(0,0,0)

Tints of #373D6A

#373D6A
(55,61,106)
#494E77
(73,78,119)
#5B5F84
(91,95,132)
#6D7091
(109,112,145)
#7F819E
(127,129,158)
#9192AB
(145,146,171)
#A3A3B8
(163,163,184)
#B5B4C5
(181,180,197)
#C7C5D2
(199,197,210)
#D9D6DF
(217,214,223)
#EBE7EC
(235,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373D6A; }

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

This text font color is #373D6A.

Background Color

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

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

This div background color is #373D6A.

Border color

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

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

This div border color is #373D6A.

Opacity

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

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

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

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

This text has shadow with #373D6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #373D6A.

Preview

Color preview on black background

This text has color #373D6A on black background.


Color preview on white background

This text has color #373D6A on white background.


Black color preview on #373D6A background

This text has black color on #373D6A background.


White color preview on #373D6A background

This text has white color on #373D6A background.


Related colors

Complementary color

Complementary color for #hex is #C8C295.


I love getcolorcode.com

Triadic colors

1 #6A373D and #3D6A37 with #373D6A are triadic colors.

2 #6A3D37 and #3D376A with #373D6A are triadic colors.