COLOR #074479

HEX: #074479
RGB: (7,68,121)

Color info

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

RGB color model

#074479 color RGB value is (7,68,121).

  • red value is 7;
  • green value is 68;
  • blue value is 121.
RGB:
(7,68,121)
(3%,27%,47%)

RGB channels and saturation

R 7 of 255 = 3%
G 68 of 255 = 27%
B 121 of 255 = 47%

7
68
121

R + G + B ~ 26%. #074479 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 68 + 121 = 196 (100%)
R 7 of 196 ~ 3.57%
G 68 of 196 ~ 34.69%
B 121 of 196 ~ 61.73%

%34.69
%61.73

CMYK color model

#074479 color CMYK value is (94,44,0,53).

  • cyan value is 94.21%
  • magenta value is 43.80%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(94,44,0,53)
C94M44Y0K53 
(94%,44%,0%,53%)
(0.94/0.44/0.00/0.53)	

CMYK percentages

%94.21
%43.8
%0
%52.55

Codes

Color #074479 in popluar color models

074479
RGB768121
HSL208°89.06%25.10%
HSB/HSV208°94.21%47.45%
CMYK94.21%43.80%0.00%
52.55%

Color #074479 in popluar number systems.

HEX074479
Decimal768121
Binary11110001001111001
Octal7104171

Shades and tints

Shades of #074479

#074479
(7,68,121)
#073E6E
(7,62,110)
#073863
(7,56,99)
#073258
(7,50,88)
#072C4D
(7,44,77)
#072642
(7,38,66)
#072037
(7,32,55)
#071A2C
(7,26,44)
#071421
(7,20,33)
#070E16
(7,14,22)
#07080B
(7,8,11)
#000000
(0,0,0)

Tints of #074479

#074479
(7,68,121)
#1D5585
(29,85,133)
#336691
(51,102,145)
#49779D
(73,119,157)
#5F88A9
(95,136,169)
#7599B5
(117,153,181)
#8BAAC1
(139,170,193)
#A1BBCD
(161,187,205)
#B7CCD9
(183,204,217)
#CDDDE5
(205,221,229)
#E3EEF1
(227,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #074479 color. Also use rgb(7,68,121) instead hex code.

Text Font Color

.myTextColor { color: #074479; }

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

This text font color is #074479.


Background Color

.myBgColor { background-color: #074479; }

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

This div background color is #074479.


Border color

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

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

This div border color is #074479.


Opacity

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

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

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

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

This text has shadow with #074479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074479 on black background.


Color preview on white background

This text has color #074479 on white background.



Black color preview on #074479 background

This text has black color on #074479 background.


White color preview on #074479 background

This text has white color on #074479 background.