COLOR #07315F

HEX: #07315F
RGB: (7,49,95)

Color info

#07315F contains mainly green and blue colors. Web safe color of #07315F is #003366 (or #036).

RGB color model

#07315F color RGB value is (7,49,95).

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

RGB channels and saturation

R 7 of 255 = 3%
G 49 of 255 = 19%
B 95 of 255 = 37%

7
49
95

R + G + B ~ 20%. #07315F is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 49 + 95 = 151 (100%)
R 7 of 151 ~ 4.64%
G 49 of 151 ~ 32.45%
B 95 of 151 ~ 62.91%

%32.45
%62.91

CMYK color model

#07315F color CMYK value is (93,48,0,63).

  • cyan value is 92.63%
  • magenta value is 48.42%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(93,48,0,63)
C93M48Y0K63 
(93%,48%,0%,63%)
(0.93/0.48/0.00/0.63)	

CMYK percentages

%92.63
%48.42
%0
%62.75

Codes

Color #07315F in popluar color models

07315F
RGB74995
HSL211°86.27%20.00%
HSB/HSV211°92.63%37.25%
CMYK92.63%48.42%0.00%
62.75%

Color #07315F in popluar number systems.

HEX07315F
Decimal74995
Binary1111100011011111
Octal761137

Shades and tints

Shades of #07315F

#07315F
(7,49,95)
#072D57
(7,45,87)
#07294F
(7,41,79)
#072547
(7,37,71)
#07213F
(7,33,63)
#071D37
(7,29,55)
#07192F
(7,25,47)
#071527
(7,21,39)
#07111F
(7,17,31)
#070D17
(7,13,23)
#07090F
(7,9,15)
#000000
(0,0,0)

Tints of #07315F

#07315F
(7,49,95)
#1D436D
(29,67,109)
#33557B
(51,85,123)
#496789
(73,103,137)
#5F7997
(95,121,151)
#758BA5
(117,139,165)
#8B9DB3
(139,157,179)
#A1AFC1
(161,175,193)
#B7C1CF
(183,193,207)
#CDD3DD
(205,211,221)
#E3E5EB
(227,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07315F; }

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

This text font color is #07315F.


Background Color

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

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

This div background color is #07315F.


Border color

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

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

This div border color is #07315F.


Opacity

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

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

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

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

This text has shadow with #07315F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07315F on black background.


Color preview on white background

This text has color #07315F on white background.



Black color preview on #07315F background

This text has black color on #07315F background.


White color preview on #07315F background

This text has white color on #07315F background.