COLOR #37346C

HEX: #37346C
RGB: (55,52,108)

Color info

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

RGB color model

#37346C color RGB value is (55,52,108).

  • red value is 55;
  • green value is 52;
  • blue value is 108.
RGB:
(55,52,108)
(22%,20%,42%)

RGB channels and saturation

R 55 of 255 = 22%
G 52 of 255 = 20%
B 108 of 255 = 42%

55
52
108

R + G + B ~ 28%. #37346C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 52 + 108 = 215 (100%)
R 55 of 215 ~ 25.58%
G 52 of 215 ~ 24.19%
B 108 of 215 ~ 50.23%

%25.58
%24.19
%50.23

CMYK color model

#37346C color CMYK value is (49,52,0,58).

  • cyan value is 49.07%
  • magenta value is 51.85%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(49,52,0,58)
C49M52Y0K58 
(49%,52%,0%,58%)
(0.49/0.52/0.00/0.58)	

CMYK percentages

%49.07
%51.85
%0
%57.65

Codes

Color #37346C in popluar color models

37346C
RGB5552108
HSL243°35.00%31.37%
HSB/HSV243°51.85%42.35%
CMYK49.07%51.85%0.00%
57.65%

Color #37346C in popluar number systems.

HEX37346C
Decimal5552108
Binary1101111101001101100
Octal6764154

Shades and tints

Shades of #37346C

#37346C
(55,52,108)
#323063
(50,48,99)
#2D2C5A
(45,44,90)
#282851
(40,40,81)
#232448
(35,36,72)
#1E203F
(30,32,63)
#191C36
(25,28,54)
#14182D
(20,24,45)
#0F1424
(15,20,36)
#0A101B
(10,16,27)
#050C12
(5,12,18)
#000000
(0,0,0)

Tints of #37346C

#37346C
(55,52,108)
#494679
(73,70,121)
#5B5886
(91,88,134)
#6D6A93
(109,106,147)
#7F7CA0
(127,124,160)
#918EAD
(145,142,173)
#A3A0BA
(163,160,186)
#B5B2C7
(181,178,199)
#C7C4D4
(199,196,212)
#D9D6E1
(217,214,225)
#EBE8EE
(235,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37346C color. Also use rgb(55,52,108) instead hex code.

Text Font Color

.myTextColor { color: #37346C; }

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

This text font color is #37346C.


Background Color

.myBgColor { background-color: #37346C; }

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

This div background color is #37346C.


Border color

.myBorderColor { border: 1px solid #37346C; }

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

This div border color is #37346C.


Opacity

.myOpacity80 { color: #37346C; opacity: 0.8; }

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

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

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

This text has shadow with #37346C color.

.textShadow {text-shadow: 3px 3px 1px #37346C, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37346C on black background.


Color preview on white background

This text has color #37346C on white background.



Black color preview on #37346C background

This text has black color on #37346C background.


White color preview on #37346C background

This text has white color on #37346C background.