COLOR #31194A

HEX: #31194A
RGB: (49,25,74)

Color info

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

RGB color model

#31194A color RGB value is (49,25,74).

  • red value is 49;
  • green value is 25;
  • blue value is 74.
RGB:
(49,25,74)
(19%,10%,29%)

RGB channels and saturation

R 49 of 255 = 19%
G 25 of 255 = 10%
B 74 of 255 = 29%

49
25
74

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

Portions of RGB colors in percentages

R + G + B =
49 + 25 + 74 = 148 (100%)
R 49 of 148 ~ 33.11%
G 25 of 148 ~ 16.89%
B 74 of 148 ~ 50%

%33.11
%16.89
%50

CMYK color model

#31194A color CMYK value is (34,66,0,71).

  • cyan value is 33.78%
  • magenta value is 66.22%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(34,66,0,71)
C34M66Y0K71 
(34%,66%,0%,71%)
(0.34/0.66/0.00/0.71)	

CMYK percentages

%33.78
%66.22
%0
%70.98

Codes

Color #31194A in popluar color models

31194A
RGB492574
HSL269°49.49%19.41%
HSB/HSV269°66.22%29.02%
CMYK33.78%66.22%0.00%
70.98%

Color #31194A in popluar number systems.

HEX31194A
Decimal492574
Binary110001110011001010
Octal6131112

Shades and tints

Shades of #31194A

#31194A
(49,25,74)
#2D1744
(45,23,68)
#29153E
(41,21,62)
#251338
(37,19,56)
#211132
(33,17,50)
#1D0F2C
(29,15,44)
#190D26
(25,13,38)
#150B20
(21,11,32)
#11091A
(17,9,26)
#0D0714
(13,7,20)
#09050E
(9,5,14)
#000000
(0,0,0)

Tints of #31194A

#31194A
(49,25,74)
#432D5A
(67,45,90)
#55416A
(85,65,106)
#67557A
(103,85,122)
#79698A
(121,105,138)
#8B7D9A
(139,125,154)
#9D91AA
(157,145,170)
#AFA5BA
(175,165,186)
#C1B9CA
(193,185,202)
#D3CDDA
(211,205,218)
#E5E1EA
(229,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31194A color. Also use rgb(49,25,74) instead hex code.

Text Font Color

.myTextColor { color: #31194A; }

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

This text font color is #31194A.


Background Color

.myBgColor { background-color: #31194A; }

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

This div background color is #31194A.


Border color

.myBorderColor { border: 1px solid #31194A; }

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

This div border color is #31194A.


Opacity

.myOpacity80 { color: #31194A; opacity: 0.8; }

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

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

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

This text has shadow with #31194A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31194A on black background.


Color preview on white background

This text has color #31194A on white background.



Black color preview on #31194A background

This text has black color on #31194A background.


White color preview on #31194A background

This text has white color on #31194A background.