COLOR #074E63

HEX: #074E63
RGB: (7,78,99)

Renk bilgisi

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

RGB renk modeli

#074E63 color RGB value is (7,78,99).

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

RGB bağlantıları ve doygunluk

R 7 of 255 = 3%
G 78 of 255 = 31%
B 99 of 255 = 39%

7
78
99

R + G + B ~ 24%. #074E63 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
7 + 78 + 99 = 184 (100%)
R 7 of 184 ~ 3.8%
G 78 of 184 ~ 42.39%
B 99 of 184 ~ 53.8%

%42.39
%53.8

CMYK RENK MODELİ

#074E63 rengi CMYK tonu (93,21,0,61).

  • camgöbeği tonu 92.93%
  • eflatun tonu 21.21%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(93,21,0,61)
C93M21Y0K61 
(93%,21%,0%,61%)
(0.93/0.21/0.00/0.61)	

CMYK yüzdeleri

%92.93
%21.21
%0
%61.18

Codes

Color #074E63 in popluar color models

074E63
RGB77899
HSL194°86.79%20.78%
HSB/HSV194°92.93%38.82%
CMYK92.93%21.21%0.00%
61.18%

Color #074E63 in popluar number systems.

HEX074E63
Decimal77899
Binary11110011101100011
Octal7116143

Shades and tints

Shades of #074E63

#074E63
(7,78,99)
#07475A
(7,71,90)
#074051
(7,64,81)
#073948
(7,57,72)
#07323F
(7,50,63)
#072B36
(7,43,54)
#07242D
(7,36,45)
#071D24
(7,29,36)
#07161B
(7,22,27)
#070F12
(7,15,18)
#070809
(7,8,9)
#000000
(0,0,0)

Tints of #074E63

#074E63
(7,78,99)
#1D5E71
(29,94,113)
#336E7F
(51,110,127)
#497E8D
(73,126,141)
#5F8E9B
(95,142,155)
#759EA9
(117,158,169)
#8BAEB7
(139,174,183)
#A1BEC5
(161,190,197)
#B7CED3
(183,206,211)
#CDDEE1
(205,222,225)
#E3EEEF
(227,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #074E63; }

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

This text font color is #074E63.


Background Color

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

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

This div background color is #074E63.


Border color

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

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

This div border color is #074E63.


Opacity

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

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

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

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

This text has shadow with #074E63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074E63 on black background.


Color preview on white background

This text has color #074E63 on white background.



Black color preview on #074E63 background

This text has black color on #074E63 background.


White color preview on #074E63 background

This text has white color on #074E63 background.