COLOR #074381

HEX: #074381
RGB: (7,67,129)

Color info

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

RGB color model

#074381 color RGB value is (7,67,129).

  • red value is 7;
  • green value is 67;
  • blue value is 129.
RGB:
(7,67,129)
(3%,26%,51%)

RGB channels and saturation

R 7 of 255 = 3%
G 67 of 255 = 26%
B 129 of 255 = 51%

7
67
129

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

Portions of RGB colors in percentages

R + G + B =
7 + 67 + 129 = 203 (100%)
R 7 of 203 ~ 3.45%
G 67 of 203 ~ 33%
B 129 of 203 ~ 63.55%

%33
%63.55

CMYK color model

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

  • cyan value is 94.57%
  • magenta value is 48.06%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(95,48,0,49)
C95M48Y0K49 
(95%,48%,0%,49%)
(0.95/0.48/0.00/0.49)	

CMYK percentages

%94.57
%48.06
%0
%49.41

Codes

Color #074381 in popluar color models

074381
RGB767129
HSL210°89.71%26.67%
HSB/HSV210°94.57%50.59%
CMYK94.57%48.06%0.00%
49.41%

Color #074381 in popluar number systems.

HEX074381
Decimal767129
Binary111100001110000001
Octal7103201

Shades and tints

Shades of #074381

#074381
(7,67,129)
#073D76
(7,61,118)
#07376B
(7,55,107)
#073160
(7,49,96)
#072B55
(7,43,85)
#07254A
(7,37,74)
#071F3F
(7,31,63)
#071934
(7,25,52)
#071329
(7,19,41)
#070D1E
(7,13,30)
#070713
(7,7,19)
#000000
(0,0,0)

Tints of #074381

#074381
(7,67,129)
#1D548C
(29,84,140)
#336597
(51,101,151)
#4976A2
(73,118,162)
#5F87AD
(95,135,173)
#7598B8
(117,152,184)
#8BA9C3
(139,169,195)
#A1BACE
(161,186,206)
#B7CBD9
(183,203,217)
#CDDCE4
(205,220,228)
#E3EDEF
(227,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #074381 color. Also use rgb(7,67,129) instead hex code.

Text Font Color

.myTextColor { color: #074381; }

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

This text font color is #074381.


Background Color

.myBgColor { background-color: #074381; }

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

This div background color is #074381.


Border color

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

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

This div border color is #074381.


Opacity

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

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

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

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

This text has shadow with #074381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074381 on black background.


Color preview on white background

This text has color #074381 on white background.



Black color preview on #074381 background

This text has black color on #074381 background.


White color preview on #074381 background

This text has white color on #074381 background.