COLOR #311739

HEX: #311739
RGB: (49,23,57)

Color info

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

RGB color model

#311739 color RGB value is (49,23,57).

  • red value is 49;
  • green value is 23;
  • blue value is 57.
RGB:
(49,23,57)
(19%,9%,22%)

RGB channels and saturation

R 49 of 255 = 19%
G 23 of 255 = 9%
B 57 of 255 = 22%

49
23
57

R + G + B ~ 17%. #311739 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 23 + 57 = 129 (100%)
R 49 of 129 ~ 37.98%
G 23 of 129 ~ 17.83%
B 57 of 129 ~ 44.19%

%37.98
%17.83
%44.19

CMYK color model

#311739 color CMYK value is (14,60,0,78).

  • cyan value is 14.04%
  • magenta value is 59.65%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(14,60,0,78)
C14M60Y0K78 
(14%,60%,0%,78%)
(0.14/0.60/0.00/0.78)	

CMYK percentages

%14.04
%59.65
%0
%77.65

Codes

Color #311739 in popluar color models

311739
RGB492357
HSL286°42.50%15.69%
HSB/HSV286°59.65%22.35%
CMYK14.04%59.65%0.00%
77.65%

Color #311739 in popluar number systems.

HEX311739
Decimal492357
Binary11000110111111001
Octal612771

Shades and tints

Shades of #311739

#311739
(49,23,57)
#2D1534
(45,21,52)
#29132F
(41,19,47)
#25112A
(37,17,42)
#210F25
(33,15,37)
#1D0D20
(29,13,32)
#190B1B
(25,11,27)
#150916
(21,9,22)
#110711
(17,7,17)
#0D050C
(13,5,12)
#090307
(9,3,7)
#000000
(0,0,0)

Tints of #311739

#311739
(49,23,57)
#432C4B
(67,44,75)
#55415D
(85,65,93)
#67566F
(103,86,111)
#796B81
(121,107,129)
#8B8093
(139,128,147)
#9D95A5
(157,149,165)
#AFAAB7
(175,170,183)
#C1BFC9
(193,191,201)
#D3D4DB
(211,212,219)
#E5E9ED
(229,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #311739; }

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

This text font color is #311739.


Background Color

.myBgColor { background-color: #311739; }

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

This div background color is #311739.


Border color

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

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

This div border color is #311739.


Opacity

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

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

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

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

This text has shadow with #311739 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #311739 on black background.


Color preview on white background

This text has color #311739 on white background.



Black color preview on #311739 background

This text has black color on #311739 background.


White color preview on #311739 background

This text has white color on #311739 background.