COLOR #311639

HEX: #311639
RGB: (49,22,57)

Color info

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

RGB color model

#311639 color RGB value is (49,22,57).

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

RGB channels and saturation

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

49
22
57

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

Portions of RGB colors in percentages

R + G + B =
49 + 22 + 57 = 128 (100%)
R 49 of 128 ~ 38.28%
G 22 of 128 ~ 17.19%
B 57 of 128 ~ 44.53%

%38.28
%17.19
%44.53

CMYK color model

#311639 color CMYK value is (14,61,0,78).

  • cyan value is 14.04%
  • magenta value is 61.40%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(14,61,0,78)
C14M61Y0K78 
(14%,61%,0%,78%)
(0.14/0.61/0.00/0.78)	

CMYK percentages

%14.04
%61.4
%0
%77.65

Codes

Color #311639 in popluar color models

311639
RGB492257
HSL286°44.30%15.49%
HSB/HSV286°61.40%22.35%
CMYK14.04%61.40%0.00%
77.65%

Color #311639 in popluar number systems.

HEX311639
Decimal492257
Binary11000110110111001
Octal612671

Shades and tints

Shades of #311639

#311639
(49,22,57)
#2D1434
(45,20,52)
#29122F
(41,18,47)
#25102A
(37,16,42)
#210E25
(33,14,37)
#1D0C20
(29,12,32)
#190A1B
(25,10,27)
#150816
(21,8,22)
#110611
(17,6,17)
#0D040C
(13,4,12)
#090207
(9,2,7)
#000000
(0,0,0)

Tints of #311639

#311639
(49,22,57)
#432B4B
(67,43,75)
#55405D
(85,64,93)
#67556F
(103,85,111)
#796A81
(121,106,129)
#8B7F93
(139,127,147)
#9D94A5
(157,148,165)
#AFA9B7
(175,169,183)
#C1BEC9
(193,190,201)
#D3D3DB
(211,211,219)
#E5E8ED
(229,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #311639; }

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

This text font color is #311639.


Background Color

.myBgColor { background-color: #311639; }

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

This div background color is #311639.


Border color

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

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

This div border color is #311639.


Opacity

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

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

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

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

This text has shadow with #311639 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #311639 on black background.


Color preview on white background

This text has color #311639 on white background.



Black color preview on #311639 background

This text has black color on #311639 background.


White color preview on #311639 background

This text has white color on #311639 background.