COLOR #074966

HEX: #074966
RGB: (7,73,102)

Renk bilgisi

#074966 contains mainly green and blue colors. #074966 ‘ nin web güvenlik rengi #003366 (ya da #036) dir.

RGB renk modeli

#074966 color RGB value is (7,73,102).

  • kırmız ton 7;
  • yeşil ton 73;
  • mavi ton 102.
RGB:
(7,73,102)
(3%,29%,40%)

RGB bağlantıları ve doygunluk

R 7 of 255 = 3%
G 73 of 255 = 29%
B 102 of 255 = 40%

7
73
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
7 + 73 + 102 = 182 (100%)
R 7 of 182 ~ 3.85%
G 73 of 182 ~ 40.11%
B 102 of 182 ~ 56.04%

%40.11
%56.04

CMYK RENK MODELİ

#074966 rengi CMYK tonu (93,28,0,60).

  • camgöbeği tonu 93.14%
  • eflatun tonu 28.43%
  • sarı tonu 0.00%
  • ana renk tonu 60.00%
CMYK:
(93,28,0,60)
C93M28Y0K60 
(93%,28%,0%,60%)
(0.93/0.28/0.00/0.60)	

CMYK yüzdeleri

%93.14
%28.43
%0
%60

Codes

Color #074966 in popluar color models

074966
RGB773102
HSL198°87.16%21.37%
HSB/HSV198°93.14%40.00%
CMYK93.14%28.43%0.00%
60.00%

Color #074966 in popluar number systems.

HEX074966
Decimal773102
Binary11110010011100110
Octal7111146

Shades and tints

Shades of #074966

#074966
(7,73,102)
#07435D
(7,67,93)
#073D54
(7,61,84)
#07374B
(7,55,75)
#073142
(7,49,66)
#072B39
(7,43,57)
#072530
(7,37,48)
#071F27
(7,31,39)
#07191E
(7,25,30)
#071315
(7,19,21)
#070D0C
(7,13,12)
#000000
(0,0,0)

Tints of #074966

#074966
(7,73,102)
#1D5973
(29,89,115)
#336980
(51,105,128)
#49798D
(73,121,141)
#5F899A
(95,137,154)
#7599A7
(117,153,167)
#8BA9B4
(139,169,180)
#A1B9C1
(161,185,193)
#B7C9CE
(183,201,206)
#CDD9DB
(205,217,219)
#E3E9E8
(227,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #074966 color. Also use rgb(7,73,102) instead hex code.

Text Font Color

.myTextColor { color: #074966; }

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

This text font color is #074966.


Background Color

.myBgColor { background-color: #074966; }

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

This div background color is #074966.


Border color

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

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

This div border color is #074966.


Opacity

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

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

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

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

This text has shadow with #074966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074966 on black background.


Color preview on white background

This text has color #074966 on white background.



Black color preview on #074966 background

This text has black color on #074966 background.


White color preview on #074966 background

This text has white color on #074966 background.