COLOR #31224F

HEX: #31224F
RGB: (49,34,79)

Color info

#31224F contains red, green and blue colors in about the same proportion. Web safe color of #31224F is #333366 (or #336).

RGB color model

#31224F color RGB value is (49,34,79).

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

RGB channels and saturation

R 49 of 255 = 19%
G 34 of 255 = 13%
B 79 of 255 = 31%

49
34
79

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

Portions of RGB colors in percentages

R + G + B =
49 + 34 + 79 = 162 (100%)
R 49 of 162 ~ 30.25%
G 34 of 162 ~ 20.99%
B 79 of 162 ~ 48.77%

%30.25
%20.99
%48.77

CMYK color model

#31224F color CMYK value is (38,57,0,69).

  • cyan value is 37.97%
  • magenta value is 56.96%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(38,57,0,69)
C38M57Y0K69 
(38%,57%,0%,69%)
(0.38/0.57/0.00/0.69)	

CMYK percentages

%37.97
%56.96
%0
%69.02

Codes

Color #31224F in popluar color models

31224F
RGB493479
HSL260°39.82%22.16%
HSB/HSV260°56.96%30.98%
CMYK37.97%56.96%0.00%
69.02%

Color #31224F in popluar number systems.

HEX31224F
Decimal493479
Binary1100011000101001111
Octal6142117

Shades and tints

Shades of #31224F

#31224F
(49,34,79)
#2D1F48
(45,31,72)
#291C41
(41,28,65)
#25193A
(37,25,58)
#211633
(33,22,51)
#1D132C
(29,19,44)
#191025
(25,16,37)
#150D1E
(21,13,30)
#110A17
(17,10,23)
#0D0710
(13,7,16)
#090409
(9,4,9)
#000000
(0,0,0)

Tints of #31224F

#31224F
(49,34,79)
#43365F
(67,54,95)
#554A6F
(85,74,111)
#675E7F
(103,94,127)
#79728F
(121,114,143)
#8B869F
(139,134,159)
#9D9AAF
(157,154,175)
#AFAEBF
(175,174,191)
#C1C2CF
(193,194,207)
#D3D6DF
(211,214,223)
#E5EAEF
(229,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #31224F; }

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

This text font color is #31224F.


Background Color

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

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

This div background color is #31224F.


Border color

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

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

This div border color is #31224F.


Opacity

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

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

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

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

This text has shadow with #31224F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31224F on black background.


Color preview on white background

This text has color #31224F on white background.



Black color preview on #31224F background

This text has black color on #31224F background.


White color preview on #31224F background

This text has white color on #31224F background.