COLOR #074950

HEX: #074950
RGB: (7,73,80)

Renk bilgisi

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

RGB renk modeli

#074950 color RGB value is (7,73,80).

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

RGB bağlantıları ve doygunluk

R 7 of 255 = 3%
G 73 of 255 = 29%
B 80 of 255 = 31%

7
73
80

R + G + B ~ 21%. #074950 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
7 + 73 + 80 = 160 (100%)
R 7 of 160 ~ 4.38%
G 73 of 160 ~ 45.63%
B 80 of 160 ~ 50%

%45.63
%50

CMYK RENK MODELİ

#074950 rengi CMYK tonu (91,9,0,69).

  • camgöbeği tonu 91.25%
  • eflatun tonu 8.75%
  • sarı tonu 0.00%
  • ana renk tonu 68.63%
CMYK:
(91,9,0,69)
C91M9Y0K69 
(91%,9%,0%,69%)
(0.91/0.09/0.00/0.69)	

CMYK yüzdeleri

%91.25
%8.75
%0
%68.63

Codes

Color #074950 in popluar color models

074950
RGB77380
HSL186°83.91%17.06%
HSB/HSV186°91.25%31.37%
CMYK91.25%8.75%0.00%
68.63%

Color #074950 in popluar number systems.

HEX074950
Decimal77380
Binary11110010011010000
Octal7111120

Shades and tints

Shades of #074950

#074950
(7,73,80)
#074349
(7,67,73)
#073D42
(7,61,66)
#07373B
(7,55,59)
#073134
(7,49,52)
#072B2D
(7,43,45)
#072526
(7,37,38)
#071F1F
(7,31,31)
#071918
(7,25,24)
#071311
(7,19,17)
#070D0A
(7,13,10)
#000000
(0,0,0)

Tints of #074950

#074950
(7,73,80)
#1D595F
(29,89,95)
#33696E
(51,105,110)
#49797D
(73,121,125)
#5F898C
(95,137,140)
#75999B
(117,153,155)
#8BA9AA
(139,169,170)
#A1B9B9
(161,185,185)
#B7C9C8
(183,201,200)
#CDD9D7
(205,217,215)
#E3E9E6
(227,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #074950; }

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

This text font color is #074950.


Background Color

.myBgColor { background-color: #074950; }

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

This div background color is #074950.


Border color

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

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

This div border color is #074950.


Opacity

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

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

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

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

This text has shadow with #074950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074950 on black background.


Color preview on white background

This text has color #074950 on white background.



Black color preview on #074950 background

This text has black color on #074950 background.


White color preview on #074950 background

This text has white color on #074950 background.