COLOR #074E72

HEX: #074E72
RGB: (7,78,114)

Renk bilgisi

#074E72 contains mainly green and blue colors. #074E72 ‘ nin web güvenlik rengi #006666 (ya da #066) dir.

RGB renk modeli

#074E72 color RGB value is (7,78,114).

  • kırmız ton 7;
  • yeşil ton 78;
  • mavi ton 114.
RGB:
(7,78,114)
(3%,31%,45%)

RGB bağlantıları ve doygunluk

R 7 of 255 = 3%
G 78 of 255 = 31%
B 114 of 255 = 45%

7
78
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
7 + 78 + 114 = 199 (100%)
R 7 of 199 ~ 3.52%
G 78 of 199 ~ 39.2%
B 114 of 199 ~ 57.29%

%39.2
%57.29

CMYK RENK MODELİ

#074E72 rengi CMYK tonu (94,32,0,55).

  • camgöbeği tonu 93.86%
  • eflatun tonu 31.58%
  • sarı tonu 0.00%
  • ana renk tonu 55.29%
CMYK:
(94,32,0,55)
C94M32Y0K55 
(94%,32%,0%,55%)
(0.94/0.32/0.00/0.55)	

CMYK yüzdeleri

%93.86
%31.58
%0
%55.29

Codes

Color #074E72 in popluar color models

074E72
RGB778114
HSL200°88.43%23.73%
HSB/HSV200°93.86%44.71%
CMYK93.86%31.58%0.00%
55.29%

Color #074E72 in popluar number systems.

HEX074E72
Decimal778114
Binary11110011101110010
Octal7116162

Shades and tints

Shades of #074E72

#074E72
(7,78,114)
#074768
(7,71,104)
#07405E
(7,64,94)
#073954
(7,57,84)
#07324A
(7,50,74)
#072B40
(7,43,64)
#072436
(7,36,54)
#071D2C
(7,29,44)
#071622
(7,22,34)
#070F18
(7,15,24)
#07080E
(7,8,14)
#000000
(0,0,0)

Tints of #074E72

#074E72
(7,78,114)
#1D5E7E
(29,94,126)
#336E8A
(51,110,138)
#497E96
(73,126,150)
#5F8EA2
(95,142,162)
#759EAE
(117,158,174)
#8BAEBA
(139,174,186)
#A1BEC6
(161,190,198)
#B7CED2
(183,206,210)
#CDDEDE
(205,222,222)
#E3EEEA
(227,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #074E72 color. Also use rgb(7,78,114) instead hex code.

Text Font Color

.myTextColor { color: #074E72; }

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

This text font color is #074E72.


Background Color

.myBgColor { background-color: #074E72; }

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

This div background color is #074E72.


Border color

.myBorderColor { border: 1px solid #074E72; }

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

This div border color is #074E72.


Opacity

.myOpacity80 { color: #074E72; opacity: 0.8; }

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

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

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

This text has shadow with #074E72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074E72 on black background.


Color preview on white background

This text has color #074E72 on white background.



Black color preview on #074E72 background

This text has black color on #074E72 background.


White color preview on #074E72 background

This text has white color on #074E72 background.