COLOR #331748

HEX: #331748
RGB: (51,23,72)

Color info

#331748 contains red, green and blue colors in about the same proportion. Web safe color of #331748 is #330033 (or #303).

RGB color model

#331748 color RGB value is (51,23,72).

  • red value is 51;
  • green value is 23;
  • blue value is 72.
RGB:
(51,23,72)
(20%,9%,28%)

RGB channels and saturation

R 51 of 255 = 20%
G 23 of 255 = 9%
B 72 of 255 = 28%

51
23
72

R + G + B ~ 19%. #331748 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 23 + 72 = 146 (100%)
R 51 of 146 ~ 34.93%
G 23 of 146 ~ 15.75%
B 72 of 146 ~ 49.32%

%34.93
%15.75
%49.32

CMYK color model

#331748 color CMYK value is (29,68,0,72).

  • cyan value is 29.17%
  • magenta value is 68.06%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(29,68,0,72)
C29M68Y0K72 
(29%,68%,0%,72%)
(0.29/0.68/0.00/0.72)	

CMYK percentages

%29.17
%68.06
%0
%71.76

Codes

Color #331748 in popluar color models

331748
RGB512372
HSL274°51.58%18.63%
HSB/HSV274°68.06%28.24%
CMYK29.17%68.06%0.00%
71.76%

Color #331748 in popluar number systems.

HEX331748
Decimal512372
Binary110011101111001000
Octal6327110

Shades and tints

Shades of #331748

#331748
(51,23,72)
#2F1542
(47,21,66)
#2B133C
(43,19,60)
#271136
(39,17,54)
#230F30
(35,15,48)
#1F0D2A
(31,13,42)
#1B0B24
(27,11,36)
#17091E
(23,9,30)
#130718
(19,7,24)
#0F0512
(15,5,18)
#0B030C
(11,3,12)
#000000
(0,0,0)

Tints of #331748

#331748
(51,23,72)
#452C58
(69,44,88)
#574168
(87,65,104)
#695678
(105,86,120)
#7B6B88
(123,107,136)
#8D8098
(141,128,152)
#9F95A8
(159,149,168)
#B1AAB8
(177,170,184)
#C3BFC8
(195,191,200)
#D5D4D8
(213,212,216)
#E7E9E8
(231,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #331748 color. Also use rgb(51,23,72) instead hex code.

Text Font Color

.myTextColor { color: #331748; }

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

This text font color is #331748.


Background Color

.myBgColor { background-color: #331748; }

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

This div background color is #331748.


Border color

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

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

This div border color is #331748.


Opacity

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

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

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

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

This text has shadow with #331748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #331748 on black background.


Color preview on white background

This text has color #331748 on white background.



Black color preview on #331748 background

This text has black color on #331748 background.


White color preview on #331748 background

This text has white color on #331748 background.