COLOR #311745

HEX: #311745 RGB: (49,23,69)

Color info

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

RGB color model

#311745 color RGB value is (49,23,69).

RGB: (49,23,69) (19%, 9%, 27%)

RGB channels and saturation

R 49 of 255 = 19%
G 23 of 255 = 9%
B 69 of 255 = 27%

49
23
69

R + G + B ~ 18%. #311745 is dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 23 + 69 = 141 (100%)
R 49 of 141 ~ 34.75%
G 23 of 141 ~ 16.31%
B 69 of 141 ~ 48.94'%

%34.75
%16.31
%48.94

CMYK color model

#311745 color CMYK value is (29,67,0,73).

  • cyan value is 28.99%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 72.94%
CMYK: (29,67,0,73) C29M67Y0K73 (29%,67%,0%,73%) (0.29/0.67/0.00/0.73) 

CMYK percentages

%28.99
%66.67
%0
%72.94

Codes

Color #311745 in popluar color models

31 17 45
RGB 49 23 69
HSL 274° 50.00% 18.04%
HSB/HSV 274° 66.67% 27.06%
CMYK 28.99% 66.67% 0.00%
72.94%

Color #311745 in popluar number systems.

HEX 31 17 45
Decimal 49 23 69
Binary 110001 10111 1000101
Octal 61 27 105

Shades and tints

Shades of #311745

#311745
(49,23,69)
#2D153F
(45,21,63)
#291339
(41,19,57)
#251133
(37,17,51)
#210F2D
(33,15,45)
#1D0D27
(29,13,39)
#190B21
(25,11,33)
#15091B
(21,9,27)
#110715
(17,7,21)
#0D050F
(13,5,15)
#090309
(9,3,9)
#000000
(0,0,0)

Tints of #311745

#311745
(49,23,69)
#432C55
(67,44,85)
#554165
(85,65,101)
#675675
(103,86,117)
#796B85
(121,107,133)
#8B8095
(139,128,149)
#9D95A5
(157,149,165)
#AFAAB5
(175,170,181)
#C1BFC5
(193,191,197)
#D3D4D5
(211,212,213)
#E5E9E5
(229,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #311745 color. Also use rgb(49,23,69) instead hex code.

Text Font Color

.myTextColor { color: #311745; }

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

This text font color is #311745.

Background Color

.myBgColor { background-color: #311745; }

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

This div background color is #311745.

Border color

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

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

This div border color is #311745.

Opacity

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

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

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

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

This text has shadow with #311745 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #311745.

Preview

Color preview on black background

This text has color #311745 on black background.


Color preview on white background

This text has color #311745 on white background.


Black color preview on #311745 background

This text has black color on #311745 background.


White color preview on #311745 background

This text has white color on #311745 background.


Related colors

Complementary color

Complementary color for #hex is #CEE8BA.


I love getcolorcode.com

Triadic colors

1 #453117 and #174531 with #311745 are triadic colors.

2 #451731 and #173145 with #311745 are triadic colors.