COLOR #31076F

HEX: #31076F
RGB: (49,7,111)

Color info

#31076F contains mainly blue color. Web safe color of #31076F is #330066 (or #306).

RGB color model

#31076F color RGB value is (49,7,111).

  • red value is 49;
  • green value is 7;
  • blue value is 111.
RGB:
(49,7,111)
(19%,3%,44%)

RGB channels and saturation

R 49 of 255 = 19%
G 7 of 255 = 3%
B 111 of 255 = 44%

49
7
111

R + G + B ~ 22%. #31076F is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 7 + 111 = 167 (100%)
R 49 of 167 ~ 29.34%
G 7 of 167 ~ 4.19%
B 111 of 167 ~ 66.47%

%29.34
%66.47

CMYK color model

#31076F color CMYK value is (56,94,0,56).

  • cyan value is 55.86%
  • magenta value is 93.69%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(56,94,0,56)
C56M94Y0K56 
(56%,94%,0%,56%)
(0.56/0.94/0.00/0.56)	

CMYK percentages

%55.86
%93.69
%0
%56.47

Codes

Color #31076F in popluar color models

31076F
RGB497111
HSL264°88.14%23.14%
HSB/HSV264°93.69%43.53%
CMYK55.86%93.69%0.00%
56.47%

Color #31076F in popluar number systems.

HEX31076F
Decimal497111
Binary1100011111101111
Octal617157

Shades and tints

Shades of #31076F

#31076F
(49,7,111)
#2D0765
(45,7,101)
#29075B
(41,7,91)
#250751
(37,7,81)
#210747
(33,7,71)
#1D073D
(29,7,61)
#190733
(25,7,51)
#150729
(21,7,41)
#11071F
(17,7,31)
#0D0715
(13,7,21)
#09070B
(9,7,11)
#000000
(0,0,0)

Tints of #31076F

#31076F
(49,7,111)
#431D7C
(67,29,124)
#553389
(85,51,137)
#674996
(103,73,150)
#795FA3
(121,95,163)
#8B75B0
(139,117,176)
#9D8BBD
(157,139,189)
#AFA1CA
(175,161,202)
#C1B7D7
(193,183,215)
#D3CDE4
(211,205,228)
#E5E3F1
(229,227,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31076F color. Also use rgb(49,7,111) instead hex code.

Text Font Color

.myTextColor { color: #31076F; }

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

This text font color is #31076F.


Background Color

.myBgColor { background-color: #31076F; }

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

This div background color is #31076F.


Border color

.myBorderColor { border: 1px solid #31076F; }

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

This div border color is #31076F.


Opacity

.myOpacity80 { color: #31076F; opacity: 0.8; }

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

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

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

This text has shadow with #31076F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31076F on black background.


Color preview on white background

This text has color #31076F on white background.



Black color preview on #31076F background

This text has black color on #31076F background.


White color preview on #31076F background

This text has white color on #31076F background.