COLOR #074864

HEX: #074864
RGB: (7,72,100)

Color info

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

RGB color model

#074864 color RGB value is (7,72,100).

  • red value is 7;
  • green value is 72;
  • blue value is 100.
RGB:
(7,72,100)
(3%,28%,39%)

RGB channels and saturation

R 7 of 255 = 3%
G 72 of 255 = 28%
B 100 of 255 = 39%

7
72
100

R + G + B ~ 23%. #074864 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 72 + 100 = 179 (100%)
R 7 of 179 ~ 3.91%
G 72 of 179 ~ 40.22%
B 100 of 179 ~ 55.87%

%40.22
%55.87

CMYK color model

#074864 color CMYK value is (93,28,0,61).

  • cyan value is 93.00%
  • magenta value is 28.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(93,28,0,61)
C93M28Y0K61 
(93%,28%,0%,61%)
(0.93/0.28/0.00/0.61)	

CMYK percentages

%93
%28
%0
%60.78

Codes

Color #074864 in popluar color models

074864
RGB772100
HSL198°86.92%20.98%
HSB/HSV198°93.00%39.22%
CMYK93.00%28.00%0.00%
60.78%

Color #074864 in popluar number systems.

HEX074864
Decimal772100
Binary11110010001100100
Octal7110144

Shades and tints

Shades of #074864

#074864
(7,72,100)
#07425B
(7,66,91)
#073C52
(7,60,82)
#073649
(7,54,73)
#073040
(7,48,64)
#072A37
(7,42,55)
#07242E
(7,36,46)
#071E25
(7,30,37)
#07181C
(7,24,28)
#071213
(7,18,19)
#070C0A
(7,12,10)
#000000
(0,0,0)

Tints of #074864

#074864
(7,72,100)
#1D5872
(29,88,114)
#336880
(51,104,128)
#49788E
(73,120,142)
#5F889C
(95,136,156)
#7598AA
(117,152,170)
#8BA8B8
(139,168,184)
#A1B8C6
(161,184,198)
#B7C8D4
(183,200,212)
#CDD8E2
(205,216,226)
#E3E8F0
(227,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #074864 color. Also use rgb(7,72,100) instead hex code.

Text Font Color

.myTextColor { color: #074864; }

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

This text font color is #074864.


Background Color

.myBgColor { background-color: #074864; }

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

This div background color is #074864.


Border color

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

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

This div border color is #074864.


Opacity

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

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

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

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

This text has shadow with #074864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074864 on black background.


Color preview on white background

This text has color #074864 on white background.



Black color preview on #074864 background

This text has black color on #074864 background.


White color preview on #074864 background

This text has white color on #074864 background.