COLOR #31224C

HEX: #31224C
RGB: (49,34,76)

Color info

#31224C contains red, green and blue colors in about the same proportion. Web safe color of #31224C is #333333 (or #333).

RGB color model

#31224C color RGB value is (49,34,76).

  • red value is 49;
  • green value is 34;
  • blue value is 76.
RGB:
(49,34,76)
(19%,13%,30%)

RGB channels and saturation

R 49 of 255 = 19%
G 34 of 255 = 13%
B 76 of 255 = 30%

49
34
76

R + G + B ~ 21%. #31224C is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 34 + 76 = 159 (100%)
R 49 of 159 ~ 30.82%
G 34 of 159 ~ 21.38%
B 76 of 159 ~ 47.8%

%30.82
%21.38
%47.8

CMYK color model

#31224C color CMYK value is (36,55,0,70).

  • cyan value is 35.53%
  • magenta value is 55.26%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(36,55,0,70)
C36M55Y0K70 
(36%,55%,0%,70%)
(0.36/0.55/0.00/0.70)	

CMYK percentages

%35.53
%55.26
%0
%70.2

Codes

Color #31224C in popluar color models

31224C
RGB493476
HSL261°38.18%21.57%
HSB/HSV261°55.26%29.80%
CMYK35.53%55.26%0.00%
70.20%

Color #31224C in popluar number systems.

HEX31224C
Decimal493476
Binary1100011000101001100
Octal6142114

Shades and tints

Shades of #31224C

#31224C
(49,34,76)
#2D1F46
(45,31,70)
#291C40
(41,28,64)
#25193A
(37,25,58)
#211634
(33,22,52)
#1D132E
(29,19,46)
#191028
(25,16,40)
#150D22
(21,13,34)
#110A1C
(17,10,28)
#0D0716
(13,7,22)
#090410
(9,4,16)
#000000
(0,0,0)

Tints of #31224C

#31224C
(49,34,76)
#43365C
(67,54,92)
#554A6C
(85,74,108)
#675E7C
(103,94,124)
#79728C
(121,114,140)
#8B869C
(139,134,156)
#9D9AAC
(157,154,172)
#AFAEBC
(175,174,188)
#C1C2CC
(193,194,204)
#D3D6DC
(211,214,220)
#E5EAEC
(229,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31224C color. Also use rgb(49,34,76) instead hex code.

Text Font Color

.myTextColor { color: #31224C; }

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

This text font color is #31224C.


Background Color

.myBgColor { background-color: #31224C; }

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

This div background color is #31224C.


Border color

.myBorderColor { border: 1px solid #31224C; }

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

This div border color is #31224C.


Opacity

.myOpacity80 { color: #31224C; opacity: 0.8; }

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

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

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

This text has shadow with #31224C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31224C on black background.


Color preview on white background

This text has color #31224C on white background.



Black color preview on #31224C background

This text has black color on #31224C background.


White color preview on #31224C background

This text has white color on #31224C background.