COLOR #373356

HEX: #373356
RGB: (55,51,86)

Color info

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

RGB color model

#373356 color RGB value is (55,51,86).

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

RGB channels and saturation

R 55 of 255 = 22%
G 51 of 255 = 20%
B 86 of 255 = 34%

55
51
86

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

Portions of RGB colors in percentages

R + G + B =
55 + 51 + 86 = 192 (100%)
R 55 of 192 ~ 28.65%
G 51 of 192 ~ 26.56%
B 86 of 192 ~ 44.79%

%28.65
%26.56
%44.79

CMYK color model

#373356 color CMYK value is (36,41,0,66).

  • cyan value is 36.05%
  • magenta value is 40.70%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(36,41,0,66)
C36M41Y0K66 
(36%,41%,0%,66%)
(0.36/0.41/0.00/0.66)	

CMYK percentages

%36.05
%40.7
%0
%66.27

Codes

Color #373356 in popluar color models

373356
RGB555186
HSL247°25.55%26.86%
HSB/HSV247°40.70%33.73%
CMYK36.05%40.70%0.00%
66.27%

Color #373356 in popluar number systems.

HEX373356
Decimal555186
Binary1101111100111010110
Octal6763126

Shades and tints

Shades of #373356

#373356
(55,51,86)
#322F4F
(50,47,79)
#2D2B48
(45,43,72)
#282741
(40,39,65)
#23233A
(35,35,58)
#1E1F33
(30,31,51)
#191B2C
(25,27,44)
#141725
(20,23,37)
#0F131E
(15,19,30)
#0A0F17
(10,15,23)
#050B10
(5,11,16)
#000000
(0,0,0)

Tints of #373356

#373356
(55,51,86)
#494565
(73,69,101)
#5B5774
(91,87,116)
#6D6983
(109,105,131)
#7F7B92
(127,123,146)
#918DA1
(145,141,161)
#A39FB0
(163,159,176)
#B5B1BF
(181,177,191)
#C7C3CE
(199,195,206)
#D9D5DD
(217,213,221)
#EBE7EC
(235,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373356; }

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

This text font color is #373356.


Background Color

.myBgColor { background-color: #373356; }

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

This div background color is #373356.


Border color

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

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

This div border color is #373356.


Opacity

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

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

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

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

This text has shadow with #373356 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373356 on black background.


Color preview on white background

This text has color #373356 on white background.



Black color preview on #373356 background

This text has black color on #373356 background.


White color preview on #373356 background

This text has white color on #373356 background.