COLOR #372356

HEX: #372356
RGB: (55,35,86)

Color info

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

RGB color model

#372356 color RGB value is (55,35,86).

  • red value is 55;
  • green value is 35;
  • blue value is 86.
RGB:
(55,35,86)
(22%,14%,34%)

RGB channels and saturation

R 55 of 255 = 22%
G 35 of 255 = 14%
B 86 of 255 = 34%

55
35
86

R + G + B ~ 23%. #372356 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 35 + 86 = 176 (100%)
R 55 of 176 ~ 31.25%
G 35 of 176 ~ 19.89%
B 86 of 176 ~ 48.86%

%31.25
%19.89
%48.86

CMYK color model

#372356 color CMYK value is (36,59,0,66).

  • cyan value is 36.05%
  • magenta value is 59.30%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(36,59,0,66)
C36M59Y0K66 
(36%,59%,0%,66%)
(0.36/0.59/0.00/0.66)	

CMYK percentages

%36.05
%59.3
%0
%66.27

Codes

Color #372356 in popluar color models

372356
RGB553586
HSL264°42.15%23.73%
HSB/HSV264°59.30%33.73%
CMYK36.05%59.30%0.00%
66.27%

Color #372356 in popluar number systems.

HEX372356
Decimal553586
Binary1101111000111010110
Octal6743126

Shades and tints

Shades of #372356

#372356
(55,35,86)
#32204F
(50,32,79)
#2D1D48
(45,29,72)
#281A41
(40,26,65)
#23173A
(35,23,58)
#1E1433
(30,20,51)
#19112C
(25,17,44)
#140E25
(20,14,37)
#0F0B1E
(15,11,30)
#0A0817
(10,8,23)
#050510
(5,5,16)
#000000
(0,0,0)

Tints of #372356

#372356
(55,35,86)
#493765
(73,55,101)
#5B4B74
(91,75,116)
#6D5F83
(109,95,131)
#7F7392
(127,115,146)
#9187A1
(145,135,161)
#A39BB0
(163,155,176)
#B5AFBF
(181,175,191)
#C7C3CE
(199,195,206)
#D9D7DD
(217,215,221)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #372356 color. Also use rgb(55,35,86) instead hex code.

Text Font Color

.myTextColor { color: #372356; }

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

This text font color is #372356.


Background Color

.myBgColor { background-color: #372356; }

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

This div background color is #372356.


Border color

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

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

This div border color is #372356.


Opacity

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

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

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

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

This text has shadow with #372356 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372356 on black background.


Color preview on white background

This text has color #372356 on white background.



Black color preview on #372356 background

This text has black color on #372356 background.


White color preview on #372356 background

This text has white color on #372356 background.