COLOR #073965

HEX: #073965
RGB: (7,57,101)

Color info

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

RGB color model

#073965 color RGB value is (7,57,101).

  • red value is 7;
  • green value is 57;
  • blue value is 101.
RGB:
(7,57,101)
(3%,22%,40%)

RGB channels and saturation

R 7 of 255 = 3%
G 57 of 255 = 22%
B 101 of 255 = 40%

7
57
101

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

Portions of RGB colors in percentages

R + G + B =
7 + 57 + 101 = 165 (100%)
R 7 of 165 ~ 4.24%
G 57 of 165 ~ 34.55%
B 101 of 165 ~ 61.21%

%34.55
%61.21

CMYK color model

#073965 color CMYK value is (93,44,0,60).

  • cyan value is 93.07%
  • magenta value is 43.56%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(93,44,0,60)
C93M44Y0K60 
(93%,44%,0%,60%)
(0.93/0.44/0.00/0.60)	

CMYK percentages

%93.07
%43.56
%0
%60.39

Codes

Color #073965 in popluar color models

073965
RGB757101
HSL208°87.04%21.18%
HSB/HSV208°93.07%39.61%
CMYK93.07%43.56%0.00%
60.39%

Color #073965 in popluar number systems.

HEX073965
Decimal757101
Binary1111110011100101
Octal771145

Shades and tints

Shades of #073965

#073965
(7,57,101)
#07345C
(7,52,92)
#072F53
(7,47,83)
#072A4A
(7,42,74)
#072541
(7,37,65)
#072038
(7,32,56)
#071B2F
(7,27,47)
#071626
(7,22,38)
#07111D
(7,17,29)
#070C14
(7,12,20)
#07070B
(7,7,11)
#000000
(0,0,0)

Tints of #073965

#073965
(7,57,101)
#1D4B73
(29,75,115)
#335D81
(51,93,129)
#496F8F
(73,111,143)
#5F819D
(95,129,157)
#7593AB
(117,147,171)
#8BA5B9
(139,165,185)
#A1B7C7
(161,183,199)
#B7C9D5
(183,201,213)
#CDDBE3
(205,219,227)
#E3EDF1
(227,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #073965 color. Also use rgb(7,57,101) instead hex code.

Text Font Color

.myTextColor { color: #073965; }

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

This text font color is #073965.


Background Color

.myBgColor { background-color: #073965; }

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

This div background color is #073965.


Border color

.myBorderColor { border: 1px solid #073965; }

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

This div border color is #073965.


Opacity

.myOpacity80 { color: #073965; opacity: 0.8; }

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

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

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

This text has shadow with #073965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073965 on black background.


Color preview on white background

This text has color #073965 on white background.



Black color preview on #073965 background

This text has black color on #073965 background.


White color preview on #073965 background

This text has white color on #073965 background.