COLOR #323F7A

HEX: #323F7A
RGB: (50,63,122)

Color info

#323F7A contains mainly green and blue colors. Web safe color of #323F7A is #333366 (or #336).

RGB color model

#323F7A color RGB value is (50,63,122).

  • red value is 50;
  • green value is 63;
  • blue value is 122.
RGB:
(50,63,122)
(20%,25%,48%)

RGB channels and saturation

R 50 of 255 = 20%
G 63 of 255 = 25%
B 122 of 255 = 48%

50
63
122

R + G + B ~ 31%. #323F7A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 63 + 122 = 235 (100%)
R 50 of 235 ~ 21.28%
G 63 of 235 ~ 26.81%
B 122 of 235 ~ 51.91%

%21.28
%26.81
%51.91

CMYK color model

#323F7A color CMYK value is (59,48,0,52).

  • cyan value is 59.02%
  • magenta value is 48.36%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(59,48,0,52)
C59M48Y0K52 
(59%,48%,0%,52%)
(0.59/0.48/0.00/0.52)	

CMYK percentages

%59.02
%48.36
%0
%52.16

Codes

Color #323F7A in popluar color models

323F7A
RGB5063122
HSL229°41.86%33.73%
HSB/HSV229°59.02%47.84%
CMYK59.02%48.36%0.00%
52.16%

Color #323F7A in popluar number systems.

HEX323F7A
Decimal5063122
Binary1100101111111111010
Octal6277172

Shades and tints

Shades of #323F7A

#323F7A
(50,63,122)
#2E3A6F
(46,58,111)
#2A3564
(42,53,100)
#263059
(38,48,89)
#222B4E
(34,43,78)
#1E2643
(30,38,67)
#1A2138
(26,33,56)
#161C2D
(22,28,45)
#121722
(18,23,34)
#0E1217
(14,18,23)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #323F7A

#323F7A
(50,63,122)
#445086
(68,80,134)
#566192
(86,97,146)
#68729E
(104,114,158)
#7A83AA
(122,131,170)
#8C94B6
(140,148,182)
#9EA5C2
(158,165,194)
#B0B6CE
(176,182,206)
#C2C7DA
(194,199,218)
#D4D8E6
(212,216,230)
#E6E9F2
(230,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #323F7A color. Also use rgb(50,63,122) instead hex code.

Text Font Color

.myTextColor { color: #323F7A; }

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

This text font color is #323F7A.


Background Color

.myBgColor { background-color: #323F7A; }

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

This div background color is #323F7A.


Border color

.myBorderColor { border: 1px solid #323F7A; }

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

This div border color is #323F7A.


Opacity

.myOpacity80 { color: #323F7A; opacity: 0.8; }

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

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

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

This text has shadow with #323F7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #323F7A on black background.


Color preview on white background

This text has color #323F7A on white background.



Black color preview on #323F7A background

This text has black color on #323F7A background.


White color preview on #323F7A background

This text has white color on #323F7A background.