COLOR #331849

HEX: #331849
RGB: (51,24,73)

Color info

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

RGB color model

#331849 color RGB value is (51,24,73).

  • red value is 51;
  • green value is 24;
  • blue value is 73.
RGB:
(51,24,73)
(20%,9%,29%)

RGB channels and saturation

R 51 of 255 = 20%
G 24 of 255 = 9%
B 73 of 255 = 29%

51
24
73

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

Portions of RGB colors in percentages

R + G + B =
51 + 24 + 73 = 148 (100%)
R 51 of 148 ~ 34.46%
G 24 of 148 ~ 16.22%
B 73 of 148 ~ 49.32%

%34.46
%16.22
%49.32

CMYK color model

#331849 color CMYK value is (30,67,0,71).

  • cyan value is 30.14%
  • magenta value is 67.12%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(30,67,0,71)
C30M67Y0K71 
(30%,67%,0%,71%)
(0.30/0.67/0.00/0.71)	

CMYK percentages

%30.14
%67.12
%0
%71.37

Codes

Color #331849 in popluar color models

331849
RGB512473
HSL273°50.52%19.02%
HSB/HSV273°67.12%28.63%
CMYK30.14%67.12%0.00%
71.37%

Color #331849 in popluar number systems.

HEX331849
Decimal512473
Binary110011110001001001
Octal6330111

Shades and tints

Shades of #331849

#331849
(51,24,73)
#2F1643
(47,22,67)
#2B143D
(43,20,61)
#271237
(39,18,55)
#231031
(35,16,49)
#1F0E2B
(31,14,43)
#1B0C25
(27,12,37)
#170A1F
(23,10,31)
#130819
(19,8,25)
#0F0613
(15,6,19)
#0B040D
(11,4,13)
#000000
(0,0,0)

Tints of #331849

#331849
(51,24,73)
#452D59
(69,45,89)
#574269
(87,66,105)
#695779
(105,87,121)
#7B6C89
(123,108,137)
#8D8199
(141,129,153)
#9F96A9
(159,150,169)
#B1ABB9
(177,171,185)
#C3C0C9
(195,192,201)
#D5D5D9
(213,213,217)
#E7EAE9
(231,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #331849 color. Also use rgb(51,24,73) instead hex code.

Text Font Color

.myTextColor { color: #331849; }

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

This text font color is #331849.


Background Color

.myBgColor { background-color: #331849; }

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

This div background color is #331849.


Border color

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

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

This div border color is #331849.


Opacity

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

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

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

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

This text has shadow with #331849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #331849 on black background.


Color preview on white background

This text has color #331849 on white background.



Black color preview on #331849 background

This text has black color on #331849 background.


White color preview on #331849 background

This text has white color on #331849 background.