COLOR #074471

HEX: #074471
RGB: (7,68,113)

Renk bilgisi

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

RGB renk modeli

#074471 color RGB value is (7,68,113).

  • kırmız ton 7;
  • yeşil ton 68;
  • mavi ton 113.
RGB:
(7,68,113)
(3%,27%,44%)

RGB bağlantıları ve doygunluk

R 7 of 255 = 3%
G 68 of 255 = 27%
B 113 of 255 = 44%

7
68
113

R + G + B ~ 25%. #074471 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
7 + 68 + 113 = 188 (100%)
R 7 of 188 ~ 3.72%
G 68 of 188 ~ 36.17%
B 113 of 188 ~ 60.11%

%36.17
%60.11

CMYK RENK MODELİ

#074471 rengi CMYK tonu (94,40,0,56).

  • camgöbeği tonu 93.81%
  • eflatun tonu 39.82%
  • sarı tonu 0.00%
  • ana renk tonu 55.69%
CMYK:
(94,40,0,56)
C94M40Y0K56 
(94%,40%,0%,56%)
(0.94/0.40/0.00/0.56)	

CMYK yüzdeleri

%93.81
%39.82
%0
%55.69

Codes

Color #074471 in popluar color models

074471
RGB768113
HSL205°88.33%23.53%
HSB/HSV205°93.81%44.31%
CMYK93.81%39.82%0.00%
55.69%

Color #074471 in popluar number systems.

HEX074471
Decimal768113
Binary11110001001110001
Octal7104161

Shades and tints

Shades of #074471

#074471
(7,68,113)
#073E67
(7,62,103)
#07385D
(7,56,93)
#073253
(7,50,83)
#072C49
(7,44,73)
#07263F
(7,38,63)
#072035
(7,32,53)
#071A2B
(7,26,43)
#071421
(7,20,33)
#070E17
(7,14,23)
#07080D
(7,8,13)
#000000
(0,0,0)

Tints of #074471

#074471
(7,68,113)
#1D557D
(29,85,125)
#336689
(51,102,137)
#497795
(73,119,149)
#5F88A1
(95,136,161)
#7599AD
(117,153,173)
#8BAAB9
(139,170,185)
#A1BBC5
(161,187,197)
#B7CCD1
(183,204,209)
#CDDDDD
(205,221,221)
#E3EEE9
(227,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #074471; }

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

This text font color is #074471.


Background Color

.myBgColor { background-color: #074471; }

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

This div background color is #074471.


Border color

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

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

This div border color is #074471.


Opacity

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

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

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

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

This text has shadow with #074471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074471 on black background.


Color preview on white background

This text has color #074471 on white background.



Black color preview on #074471 background

This text has black color on #074471 background.


White color preview on #074471 background

This text has white color on #074471 background.