COLOR #07313A

HEX: #07313A
RGB: (7,49,58)

Color info

#07313A contains red, green and blue colors in about the same proportion. Web safe color of #07313A is #003333 (or #033).

RGB color model

#07313A color RGB value is (7,49,58).

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

RGB channels and saturation

R 7 of 255 = 3%
G 49 of 255 = 19%
B 58 of 255 = 23%

7
49
58

R + G + B ~ 15%. #07313A is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 49 + 58 = 114 (100%)
R 7 of 114 ~ 6.14%
G 49 of 114 ~ 42.98%
B 58 of 114 ~ 50.88%

%42.98
%50.88

CMYK color model

#07313A color CMYK value is (88,16,0,77).

  • cyan value is 87.93%
  • magenta value is 15.52%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(88,16,0,77)
C88M16Y0K77 
(88%,16%,0%,77%)
(0.88/0.16/0.00/0.77)	

CMYK percentages

%87.93
%15.52
%0
%77.25

Codes

Color #07313A in popluar color models

07313A
RGB74958
HSL191°78.46%12.75%
HSB/HSV191°87.93%22.75%
CMYK87.93%15.52%0.00%
77.25%

Color #07313A in popluar number systems.

HEX07313A
Decimal74958
Binary111110001111010
Octal76172

Shades and tints

Shades of #07313A

#07313A
(7,49,58)
#072D35
(7,45,53)
#072930
(7,41,48)
#07252B
(7,37,43)
#072126
(7,33,38)
#071D21
(7,29,33)
#07191C
(7,25,28)
#071517
(7,21,23)
#071112
(7,17,18)
#070D0D
(7,13,13)
#070908
(7,9,8)
#000000
(0,0,0)

Tints of #07313A

#07313A
(7,49,58)
#1D434B
(29,67,75)
#33555C
(51,85,92)
#49676D
(73,103,109)
#5F797E
(95,121,126)
#758B8F
(117,139,143)
#8B9DA0
(139,157,160)
#A1AFB1
(161,175,177)
#B7C1C2
(183,193,194)
#CDD3D3
(205,211,211)
#E3E5E4
(227,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07313A color. Also use rgb(7,49,58) instead hex code.

Text Font Color

.myTextColor { color: #07313A; }

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

This text font color is #07313A.


Background Color

.myBgColor { background-color: #07313A; }

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

This div background color is #07313A.


Border color

.myBorderColor { border: 1px solid #07313A; }

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

This div border color is #07313A.


Opacity

.myOpacity80 { color: #07313A; opacity: 0.8; }

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

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

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

This text has shadow with #07313A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07313A on black background.


Color preview on white background

This text has color #07313A on white background.



Black color preview on #07313A background

This text has black color on #07313A background.


White color preview on #07313A background

This text has white color on #07313A background.