COLOR #073D72

HEX: #073D72
RGB: (7,61,114)

Renk bilgisi

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

RGB renk modeli

#073D72 color RGB value is (7,61,114).

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

RGB bağlantıları ve doygunluk

R 7 of 255 = 3%
G 61 of 255 = 24%
B 114 of 255 = 45%

7
61
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
7 + 61 + 114 = 182 (100%)
R 7 of 182 ~ 3.85%
G 61 of 182 ~ 33.52%
B 114 of 182 ~ 62.64%

%33.52
%62.64

CMYK RENK MODELİ

#073D72 rengi CMYK tonu (94,46,0,55).

  • camgöbeği tonu 93.86%
  • eflatun tonu 46.49%
  • sarı tonu 0.00%
  • ana renk tonu 55.29%
CMYK:
(94,46,0,55)
C94M46Y0K55 
(94%,46%,0%,55%)
(0.94/0.46/0.00/0.55)	

CMYK yüzdeleri

%93.86
%46.49
%0
%55.29

Codes

Color #073D72 in popluar color models

073D72
RGB761114
HSL210°88.43%23.73%
HSB/HSV210°93.86%44.71%
CMYK93.86%46.49%0.00%
55.29%

Color #073D72 in popluar number systems.

HEX073D72
Decimal761114
Binary1111111011110010
Octal775162

Shades and tints

Shades of #073D72

#073D72
(7,61,114)
#073868
(7,56,104)
#07335E
(7,51,94)
#072E54
(7,46,84)
#07294A
(7,41,74)
#072440
(7,36,64)
#071F36
(7,31,54)
#071A2C
(7,26,44)
#071522
(7,21,34)
#071018
(7,16,24)
#070B0E
(7,11,14)
#000000
(0,0,0)

Tints of #073D72

#073D72
(7,61,114)
#1D4E7E
(29,78,126)
#335F8A
(51,95,138)
#497096
(73,112,150)
#5F81A2
(95,129,162)
#7592AE
(117,146,174)
#8BA3BA
(139,163,186)
#A1B4C6
(161,180,198)
#B7C5D2
(183,197,210)
#CDD6DE
(205,214,222)
#E3E7EA
(227,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #073D72 color. Also use rgb(7,61,114) instead hex code.

Text Font Color

.myTextColor { color: #073D72; }

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

This text font color is #073D72.


Background Color

.myBgColor { background-color: #073D72; }

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

This div background color is #073D72.


Border color

.myBorderColor { border: 1px solid #073D72; }

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

This div border color is #073D72.


Opacity

.myOpacity80 { color: #073D72; opacity: 0.8; }

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

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

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

This text has shadow with #073D72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073D72 on black background.


Color preview on white background

This text has color #073D72 on white background.



Black color preview on #073D72 background

This text has black color on #073D72 background.


White color preview on #073D72 background

This text has white color on #073D72 background.