COLOR #31143D

HEX: #31143D
RGB: (49,20,61)

Color info

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

RGB color model

#31143D color RGB value is (49,20,61).

  • red value is 49;
  • green value is 20;
  • blue value is 61.
RGB:
(49,20,61)
(19%,8%,24%)

RGB channels and saturation

R 49 of 255 = 19%
G 20 of 255 = 8%
B 61 of 255 = 24%

49
20
61

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

Portions of RGB colors in percentages

R + G + B =
49 + 20 + 61 = 130 (100%)
R 49 of 130 ~ 37.69%
G 20 of 130 ~ 15.38%
B 61 of 130 ~ 46.92%

%37.69
%15.38
%46.92

CMYK color model

#31143D color CMYK value is (20,67,0,76).

  • cyan value is 19.67%
  • magenta value is 67.21%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(20,67,0,76)
C20M67Y0K76 
(20%,67%,0%,76%)
(0.20/0.67/0.00/0.76)	

CMYK percentages

%19.67
%67.21
%0
%76.08

Codes

Color #31143D in popluar color models

31143D
RGB492061
HSL282°50.62%15.88%
HSB/HSV282°67.21%23.92%
CMYK19.67%67.21%0.00%
76.08%

Color #31143D in popluar number systems.

HEX31143D
Decimal492061
Binary11000110100111101
Octal612475

Shades and tints

Shades of #31143D

#31143D
(49,20,61)
#2D1338
(45,19,56)
#291233
(41,18,51)
#25112E
(37,17,46)
#211029
(33,16,41)
#1D0F24
(29,15,36)
#190E1F
(25,14,31)
#150D1A
(21,13,26)
#110C15
(17,12,21)
#0D0B10
(13,11,16)
#090A0B
(9,10,11)
#000000
(0,0,0)

Tints of #31143D

#31143D
(49,20,61)
#43294E
(67,41,78)
#553E5F
(85,62,95)
#675370
(103,83,112)
#796881
(121,104,129)
#8B7D92
(139,125,146)
#9D92A3
(157,146,163)
#AFA7B4
(175,167,180)
#C1BCC5
(193,188,197)
#D3D1D6
(211,209,214)
#E5E6E7
(229,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31143D color. Also use rgb(49,20,61) instead hex code.

Text Font Color

.myTextColor { color: #31143D; }

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

This text font color is #31143D.


Background Color

.myBgColor { background-color: #31143D; }

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

This div background color is #31143D.


Border color

.myBorderColor { border: 1px solid #31143D; }

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

This div border color is #31143D.


Opacity

.myOpacity80 { color: #31143D; opacity: 0.8; }

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

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

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

This text has shadow with #31143D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31143D on black background.


Color preview on white background

This text has color #31143D on white background.



Black color preview on #31143D background

This text has black color on #31143D background.


White color preview on #31143D background

This text has white color on #31143D background.