COLOR #311C4A

HEX: #311C4A RGB: (49,28,74)

Color info

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

RGB color model

#311C4A color RGB value is (49,28,74).

RGB: (49,28,74) (19%, 11%, 29%)

RGB channels and saturation

R 49 of 255 = 19%
G 28 of 255 = 11%
B 74 of 255 = 29%

49
28
74

R + G + B ~ 20%. #311C4A is dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 28 + 74 = 151 (100%)
R 49 of 151 ~ 32.45%
G 28 of 151 ~ 18.54%
B 74 of 151 ~ 49.01'%

%32.45
%18.54
%49.01

CMYK color model

#311C4A color CMYK value is (34,62,0,71).

  • cyan value is 33.78%
  • magenta value is 62.16%
  • yellow value is 0.00%
  • key color value is 70.98%

CMYK: (34,62,0,71)
C34M62Y0K71 (34%, 62%, 0%, 71%)
(0.34 / 0.62 / 0.00 / 0.71)

CMYK percentages

%33.78
%62.16
%0
%70.98

Codes

Color #311C4A in popluar color models

31 1C 4A
RGB 49 28 74
HSL 267° 45.10% 20.00%
HSB/HSV 267° 62.16% 29.02%
CMYK 33.78% 62.16% 0.00%
70.98%

Color #311C4A in popluar number systems.

HEX 31 1C 4A
Decimal 49 28 74
Binary 110001 11100 1001010
Octal 61 34 112

Shades and tints

Shades of #311C4A

#311C4A
(49,28,74)
#2D1A44
(45,26,68)
#29183E
(41,24,62)
#251638
(37,22,56)
#211432
(33,20,50)
#1D122C
(29,18,44)
#191026
(25,16,38)
#150E20
(21,14,32)
#110C1A
(17,12,26)
#0D0A14
(13,10,20)
#09080E
(9,8,14)
#000000
(0,0,0)

Tints of #311C4A

#311C4A
(49,28,74)
#43305A
(67,48,90)
#55446A
(85,68,106)
#67587A
(103,88,122)
#796C8A
(121,108,138)
#8B809A
(139,128,154)
#9D94AA
(157,148,170)
#AFA8BA
(175,168,186)
#C1BCCA
(193,188,202)
#D3D0DA
(211,208,218)
#E5E4EA
(229,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #311C4A color. Also use rgb(49,28,74) instead hex code.

Text Font Color

.myTextColor { color: #311C4A; }

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

This text font color is #311C4A.

Background Color

.myBgColor { background-color: #311C4A; }

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

This div background color is #311C4A.

Border color

.myBorderColor { border: 1px solid #311C4A; }

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

This div border color is #311C4A.

Opacity

.myOpacity80 { color: #311C4A; opacity: 0.8; }

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

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

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

This text has shadow with #311C4A color.


.textShadow {text-shadow: 3px 3px 1px #311C4A', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #311C4A; -webkit-box-shadow: 1px 1px 3px 2px #311C4A; box-shadow:1px 1px 3px 2px #311C4A;">
Div content here
</div>

This div box has shadow with color #311C4A.

Preview

Color preview on black background

This text has color #311C4A on black background.


Color preview on white background

This text has color #311C4A on white background.


Black color preview on #311C4A background

This text has black color on #311C4A background.


White color preview on #311C4A background

This text has white color on #311C4A background.


Related colors

Complementary color

Complementary color for #hex is #CEE3B5.


I love getcolorcode.com

Triadic colors

1 #4A311C and #1C4A31 with #311C4A are triadic colors.

2 #4A1C31 and #1C314A with #311C4A are triadic colors.