COLOR #739D79

HEX: #739D79
RGB: (115,157,121)

Renk bilgisi

#739D79 contains red, green and blue colors in about the same proportion. #739D79 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#739D79 color RGB value is (115,157,121).

  • kırmız ton 115;
  • yeşil ton 157;
  • mavi ton 121.
RGB:
(115,157,121)
(45%,62%,47%)

RGB bağlantıları ve doygunluk

R 115 of 255 = 45%
G 157 of 255 = 62%
B 121 of 255 = 47%

115
157
121

R + G + B ~ 51%. #739D79 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
115 + 157 + 121 = 393 (100%)
R 115 of 393 ~ 29.26%
G 157 of 393 ~ 39.95%
B 121 of 393 ~ 30.79%

%29.26
%39.95
%30.79

CMYK RENK MODELİ

#739D79 rengi CMYK tonu (27,0,23,38).

  • camgöbeği tonu 26.75%
  • eflatun tonu 0.00%
  • sarı tonu 22.93%
  • ana renk tonu 38.43%
CMYK:
(27,0,23,38)
C27M0Y23K38 
(27%,0%,23%,38%)
(0.27/0.00/0.23/0.38)	

CMYK yüzdeleri

%26.75
%0
%22.93
%38.43

Codes

Color #739D79 in popluar color models

739D79
RGB115157121
HSL129°17.65%53.33%
HSB/HSV129°26.75%61.57%
CMYK26.75%0.00%22.93%
38.43%

Color #739D79 in popluar number systems.

HEX739D79
Decimal115157121
Binary1110011100111011111001
Octal163235171

Shades and tints

Shades of #739D79

#739D79
(115,157,121)
#698F6E
(105,143,110)
#5F8163
(95,129,99)
#557358
(85,115,88)
#4B654D
(75,101,77)
#415742
(65,87,66)
#374937
(55,73,55)
#2D3B2C
(45,59,44)
#232D21
(35,45,33)
#191F16
(25,31,22)
#0F110B
(15,17,11)
#000000
(0,0,0)

Tints of #739D79

#739D79
(115,157,121)
#7FA585
(127,165,133)
#8BAD91
(139,173,145)
#97B59D
(151,181,157)
#A3BDA9
(163,189,169)
#AFC5B5
(175,197,181)
#BBCDC1
(187,205,193)
#C7D5CD
(199,213,205)
#D3DDD9
(211,221,217)
#DFE5E5
(223,229,229)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #739D79 color. Also use rgb(115,157,121) instead hex code.

Text Font Color

.myTextColor { color: #739D79; }

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

This text font color is #739D79.


Background Color

.myBgColor { background-color: #739D79; }

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

This div background color is #739D79.


Border color

.myBorderColor { border: 1px solid #739D79; }

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

This div border color is #739D79.


Opacity

.myOpacity80 { color: #739D79; opacity: 0.8; }

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

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

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

This text has shadow with #739D79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739D79 on black background.


Color preview on white background

This text has color #739D79 on white background.



Black color preview on #739D79 background

This text has black color on #739D79 background.


White color preview on #739D79 background

This text has white color on #739D79 background.