COLOR #073049

HEX: #073049
RGB: (7,48,73)

Renk bilgisi

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

RGB renk modeli

#073049 color RGB value is (7,48,73).

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

RGB bağlantıları ve doygunluk

R 7 of 255 = 3%
G 48 of 255 = 19%
B 73 of 255 = 29%

7
48
73

R + G + B ~ 17%. #073049 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
7 + 48 + 73 = 128 (100%)
R 7 of 128 ~ 5.47%
G 48 of 128 ~ 37.5%
B 73 of 128 ~ 57.03%

%37.5
%57.03

CMYK RENK MODELİ

#073049 rengi CMYK tonu (90,34,0,71).

  • camgöbeği tonu 90.41%
  • eflatun tonu 34.25%
  • sarı tonu 0.00%
  • ana renk tonu 71.37%
CMYK:
(90,34,0,71)
C90M34Y0K71 
(90%,34%,0%,71%)
(0.90/0.34/0.00/0.71)	

CMYK yüzdeleri

%90.41
%34.25
%0
%71.37

Codes

Color #073049 in popluar color models

073049
RGB74873
HSL203°82.50%15.69%
HSB/HSV203°90.41%28.63%
CMYK90.41%34.25%0.00%
71.37%

Color #073049 in popluar number systems.

HEX073049
Decimal74873
Binary1111100001001001
Octal760111

Shades and tints

Shades of #073049

#073049
(7,48,73)
#072C43
(7,44,67)
#07283D
(7,40,61)
#072437
(7,36,55)
#072031
(7,32,49)
#071C2B
(7,28,43)
#071825
(7,24,37)
#07141F
(7,20,31)
#071019
(7,16,25)
#070C13
(7,12,19)
#07080D
(7,8,13)
#000000
(0,0,0)

Tints of #073049

#073049
(7,48,73)
#1D4259
(29,66,89)
#335469
(51,84,105)
#496679
(73,102,121)
#5F7889
(95,120,137)
#758A99
(117,138,153)
#8B9CA9
(139,156,169)
#A1AEB9
(161,174,185)
#B7C0C9
(183,192,201)
#CDD2D9
(205,210,217)
#E3E4E9
(227,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #073049; }

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

This text font color is #073049.


Background Color

.myBgColor { background-color: #073049; }

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

This div background color is #073049.


Border color

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

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

This div border color is #073049.


Opacity

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

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

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

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

This text has shadow with #073049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073049 on black background.


Color preview on white background

This text has color #073049 on white background.



Black color preview on #073049 background

This text has black color on #073049 background.


White color preview on #073049 background

This text has white color on #073049 background.