COLOR #073E49

HEX: #073E49
RGB: (7,62,73)

Renk bilgisi

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

RGB renk modeli

#073E49 color RGB value is (7,62,73).

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

RGB bağlantıları ve doygunluk

R 7 of 255 = 3%
G 62 of 255 = 24%
B 73 of 255 = 29%

7
62
73

R + G + B ~ 19%. #073E49 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
7 + 62 + 73 = 142 (100%)
R 7 of 142 ~ 4.93%
G 62 of 142 ~ 43.66%
B 73 of 142 ~ 51.41%

%43.66
%51.41

CMYK RENK MODELİ

#073E49 rengi CMYK tonu (90,15,0,71).

  • camgöbeği tonu 90.41%
  • eflatun tonu 15.07%
  • sarı tonu 0.00%
  • ana renk tonu 71.37%
CMYK:
(90,15,0,71)
C90M15Y0K71 
(90%,15%,0%,71%)
(0.90/0.15/0.00/0.71)	

CMYK yüzdeleri

%90.41
%15.07
%0
%71.37

Codes

Color #073E49 in popluar color models

073E49
RGB76273
HSL190°82.50%15.69%
HSB/HSV190°90.41%28.63%
CMYK90.41%15.07%0.00%
71.37%

Color #073E49 in popluar number systems.

HEX073E49
Decimal76273
Binary1111111101001001
Octal776111

Shades and tints

Shades of #073E49

#073E49
(7,62,73)
#073943
(7,57,67)
#07343D
(7,52,61)
#072F37
(7,47,55)
#072A31
(7,42,49)
#07252B
(7,37,43)
#072025
(7,32,37)
#071B1F
(7,27,31)
#071619
(7,22,25)
#071113
(7,17,19)
#070C0D
(7,12,13)
#000000
(0,0,0)

Tints of #073E49

#073E49
(7,62,73)
#1D4F59
(29,79,89)
#336069
(51,96,105)
#497179
(73,113,121)
#5F8289
(95,130,137)
#759399
(117,147,153)
#8BA4A9
(139,164,169)
#A1B5B9
(161,181,185)
#B7C6C9
(183,198,201)
#CDD7D9
(205,215,217)
#E3E8E9
(227,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #073E49; }

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

This text font color is #073E49.


Background Color

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

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

This div background color is #073E49.


Border color

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

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

This div border color is #073E49.


Opacity

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

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

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

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

This text has shadow with #073E49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073E49 on black background.


Color preview on white background

This text has color #073E49 on white background.



Black color preview on #073E49 background

This text has black color on #073E49 background.


White color preview on #073E49 background

This text has white color on #073E49 background.