COLOR #31003C

HEX: #31003C
RGB: (49,0,60)

Color info

#31003C contains only red and blue colors. Web safe color of #31003C is #330033 (or #303).

RGB color model

#31003C color RGB value is (49,0,60).

  • red value is 49;
  • green value is 0;
  • blue value is 60.
RGB:
(49,0,60)
(19%,0%,24%)

RGB channels and saturation

R 49 of 255 = 19%
G 0 of 255 = 0%
B 60 of 255 = 24%

49
0
60

R + G + B ~ 14%. #31003C is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 0 + 60 = 109 (100%)
R 49 of 109 ~ 44.95%
G 0 of 109 ~ 0%
B 60 of 109 ~ 55.05%

%44.95
%55.05

CMYK color model

#31003C color CMYK value is (18,100,0,76).

  • cyan value is 18.33%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(18,100,0,76)
C18M100Y0K76 
(18%,100%,0%,76%)
(0.18/1.00/0.00/0.76)	

CMYK percentages

%18.33
%100
%0
%76.47

Codes

Color #31003C in popluar color models

31003C
RGB49060
HSL289°100.00%11.76%
HSB/HSV289°100.00%23.53%
CMYK18.33%100.00%0.00%
76.47%

Color #31003C in popluar number systems.

HEX31003C
Decimal49060
Binary1100010111100
Octal61074

Shades and tints

Shades of #31003C

#31003C
(49,0,60)
#2D0037
(45,0,55)
#290032
(41,0,50)
#25002D
(37,0,45)
#210028
(33,0,40)
#1D0023
(29,0,35)
#19001E
(25,0,30)
#150019
(21,0,25)
#110014
(17,0,20)
#0D000F
(13,0,15)
#09000A
(9,0,10)
#000000
(0,0,0)

Tints of #31003C

#31003C
(49,0,60)
#43174D
(67,23,77)
#552E5E
(85,46,94)
#67456F
(103,69,111)
#795C80
(121,92,128)
#8B7391
(139,115,145)
#9D8AA2
(157,138,162)
#AFA1B3
(175,161,179)
#C1B8C4
(193,184,196)
#D3CFD5
(211,207,213)
#E5E6E6
(229,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31003C color. Also use rgb(49,0,60) instead hex code.

Text Font Color

.myTextColor { color: #31003C; }

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

This text font color is #31003C.


Background Color

.myBgColor { background-color: #31003C; }

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

This div background color is #31003C.


Border color

.myBorderColor { border: 1px solid #31003C; }

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

This div border color is #31003C.


Opacity

.myOpacity80 { color: #31003C; opacity: 0.8; }

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

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

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

This text has shadow with #31003C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31003C on black background.


Color preview on white background

This text has color #31003C on white background.



Black color preview on #31003C background

This text has black color on #31003C background.


White color preview on #31003C background

This text has white color on #31003C background.