COLOR #073649

HEX: #073649
RGB: (7,54,73)

Renk bilgisi

#073649 contains mainly green and blue colors. #073649 ‘ nin web güvenlik rengi #003333 (ya da #033) dir.

RGB renk modeli

#073649 color RGB value is (7,54,73).

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

RGB bağlantıları ve doygunluk

R 7 of 255 = 3%
G 54 of 255 = 21%
B 73 of 255 = 29%

7
54
73

R + G + B ~ 18%. #073649 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
7 + 54 + 73 = 134 (100%)
R 7 of 134 ~ 5.22%
G 54 of 134 ~ 40.3%
B 73 of 134 ~ 54.48%

%40.3
%54.48

CMYK RENK MODELİ

#073649 rengi CMYK tonu (90,26,0,71).

  • camgöbeği tonu 90.41%
  • eflatun tonu 26.03%
  • sarı tonu 0.00%
  • ana renk tonu 71.37%
CMYK:
(90,26,0,71)
C90M26Y0K71 
(90%,26%,0%,71%)
(0.90/0.26/0.00/0.71)	

CMYK yüzdeleri

%90.41
%26.03
%0
%71.37

Codes

Color #073649 in popluar color models

073649
RGB75473
HSL197°82.50%15.69%
HSB/HSV197°90.41%28.63%
CMYK90.41%26.03%0.00%
71.37%

Color #073649 in popluar number systems.

HEX073649
Decimal75473
Binary1111101101001001
Octal766111

Shades and tints

Shades of #073649

#073649
(7,54,73)
#073243
(7,50,67)
#072E3D
(7,46,61)
#072A37
(7,42,55)
#072631
(7,38,49)
#07222B
(7,34,43)
#071E25
(7,30,37)
#071A1F
(7,26,31)
#071619
(7,22,25)
#071213
(7,18,19)
#070E0D
(7,14,13)
#000000
(0,0,0)

Tints of #073649

#073649
(7,54,73)
#1D4859
(29,72,89)
#335A69
(51,90,105)
#496C79
(73,108,121)
#5F7E89
(95,126,137)
#759099
(117,144,153)
#8BA2A9
(139,162,169)
#A1B4B9
(161,180,185)
#B7C6C9
(183,198,201)
#CDD8D9
(205,216,217)
#E3EAE9
(227,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #073649; }

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

This text font color is #073649.


Background Color

.myBgColor { background-color: #073649; }

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

This div background color is #073649.


Border color

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

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

This div border color is #073649.


Opacity

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

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

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

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

This text has shadow with #073649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073649 on black background.


Color preview on white background

This text has color #073649 on white background.



Black color preview on #073649 background

This text has black color on #073649 background.


White color preview on #073649 background

This text has white color on #073649 background.