COLOR #331742

HEX: #331742
RGB: (51,23,66)

Color info

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

RGB color model

#331742 color RGB value is (51,23,66).

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

RGB channels and saturation

R 51 of 255 = 20%
G 23 of 255 = 9%
B 66 of 255 = 26%

51
23
66

R + G + B ~ 18%. #331742 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 23 + 66 = 140 (100%)
R 51 of 140 ~ 36.43%
G 23 of 140 ~ 16.43%
B 66 of 140 ~ 47.14%

%36.43
%16.43
%47.14

CMYK color model

#331742 color CMYK value is (23,65,0,74).

  • cyan value is 22.73%
  • magenta value is 65.15%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(23,65,0,74)
C23M65Y0K74 
(23%,65%,0%,74%)
(0.23/0.65/0.00/0.74)	

CMYK percentages

%22.73
%65.15
%0
%74.12

Codes

Color #331742 in popluar color models

331742
RGB512366
HSL279°48.31%17.45%
HSB/HSV279°65.15%25.88%
CMYK22.73%65.15%0.00%
74.12%

Color #331742 in popluar number systems.

HEX331742
Decimal512366
Binary110011101111000010
Octal6327102

Shades and tints

Shades of #331742

#331742
(51,23,66)
#2F153C
(47,21,60)
#2B1336
(43,19,54)
#271130
(39,17,48)
#230F2A
(35,15,42)
#1F0D24
(31,13,36)
#1B0B1E
(27,11,30)
#170918
(23,9,24)
#130712
(19,7,18)
#0F050C
(15,5,12)
#0B0306
(11,3,6)
#000000
(0,0,0)

Tints of #331742

#331742
(51,23,66)
#452C53
(69,44,83)
#574164
(87,65,100)
#695675
(105,86,117)
#7B6B86
(123,107,134)
#8D8097
(141,128,151)
#9F95A8
(159,149,168)
#B1AAB9
(177,170,185)
#C3BFCA
(195,191,202)
#D5D4DB
(213,212,219)
#E7E9EC
(231,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #331742; }

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

This text font color is #331742.


Background Color

.myBgColor { background-color: #331742; }

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

This div background color is #331742.


Border color

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

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

This div border color is #331742.


Opacity

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

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

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

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

This text has shadow with #331742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #331742 on black background.


Color preview on white background

This text has color #331742 on white background.



Black color preview on #331742 background

This text has black color on #331742 background.


White color preview on #331742 background

This text has white color on #331742 background.