COLOR #074484

HEX: #074484
RGB: (7,68,132)

Color info

#074484 contains mainly blue color. Web safe color of #074484 is #003399 (or #039).

RGB color model

#074484 color RGB value is (7,68,132).

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

RGB channels and saturation

R 7 of 255 = 3%
G 68 of 255 = 27%
B 132 of 255 = 52%

7
68
132

R + G + B ~ 27%. #074484 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 68 + 132 = 207 (100%)
R 7 of 207 ~ 3.38%
G 68 of 207 ~ 32.85%
B 132 of 207 ~ 63.77%

%32.85
%63.77

CMYK color model

#074484 color CMYK value is (95,48,0,48).

  • cyan value is 94.70%
  • magenta value is 48.48%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(95,48,0,48)
C95M48Y0K48 
(95%,48%,0%,48%)
(0.95/0.48/0.00/0.48)	

CMYK percentages

%94.7
%48.48
%0
%48.24

Codes

Color #074484 in popluar color models

074484
RGB768132
HSL211°89.93%27.25%
HSB/HSV211°94.70%51.76%
CMYK94.70%48.48%0.00%
48.24%

Color #074484 in popluar number systems.

HEX074484
Decimal768132
Binary111100010010000100
Octal7104204

Shades and tints

Shades of #074484

#074484
(7,68,132)
#073E78
(7,62,120)
#07386C
(7,56,108)
#073260
(7,50,96)
#072C54
(7,44,84)
#072648
(7,38,72)
#07203C
(7,32,60)
#071A30
(7,26,48)
#071424
(7,20,36)
#070E18
(7,14,24)
#07080C
(7,8,12)
#000000
(0,0,0)

Tints of #074484

#074484
(7,68,132)
#1D558F
(29,85,143)
#33669A
(51,102,154)
#4977A5
(73,119,165)
#5F88B0
(95,136,176)
#7599BB
(117,153,187)
#8BAAC6
(139,170,198)
#A1BBD1
(161,187,209)
#B7CCDC
(183,204,220)
#CDDDE7
(205,221,231)
#E3EEF2
(227,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #074484; }

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

This text font color is #074484.


Background Color

.myBgColor { background-color: #074484; }

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

This div background color is #074484.


Border color

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

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

This div border color is #074484.


Opacity

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

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

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

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

This text has shadow with #074484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074484 on black background.


Color preview on white background

This text has color #074484 on white background.



Black color preview on #074484 background

This text has black color on #074484 background.


White color preview on #074484 background

This text has white color on #074484 background.