COLOR #739F79

HEX: #739F79
RGB: (115,159,121)

Renk bilgisi

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

RGB renk modeli

#739F79 color RGB value is (115,159,121).

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

RGB bağlantıları ve doygunluk

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

115
159
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
115 + 159 + 121 = 395 (100%)
R 115 of 395 ~ 29.11%
G 159 of 395 ~ 40.25%
B 121 of 395 ~ 30.63%

%29.11
%40.25
%30.63

CMYK RENK MODELİ

#739F79 rengi CMYK tonu (28,0,24,38).

  • camgöbeği tonu 27.67%
  • eflatun tonu 0.00%
  • sarı tonu 23.90%
  • ana renk tonu 37.65%
CMYK:
(28,0,24,38)
C28M0Y24K38 
(28%,0%,24%,38%)
(0.28/0.00/0.24/0.38)	

CMYK yüzdeleri

%27.67
%0
%23.9
%37.65

Codes

Color #739F79 in popluar color models

739F79
RGB115159121
HSL128°18.64%53.73%
HSB/HSV128°27.67%62.35%
CMYK27.67%0.00%23.90%
37.65%

Color #739F79 in popluar number systems.

HEX739F79
Decimal115159121
Binary1110011100111111111001
Octal163237171

Shades and tints

Shades of #739F79

#739F79
(115,159,121)
#69916E
(105,145,110)
#5F8363
(95,131,99)
#557558
(85,117,88)
#4B674D
(75,103,77)
#415942
(65,89,66)
#374B37
(55,75,55)
#2D3D2C
(45,61,44)
#232F21
(35,47,33)
#192116
(25,33,22)
#0F130B
(15,19,11)
#000000
(0,0,0)

Tints of #739F79

#739F79
(115,159,121)
#7FA785
(127,167,133)
#8BAF91
(139,175,145)
#97B79D
(151,183,157)
#A3BFA9
(163,191,169)
#AFC7B5
(175,199,181)
#BBCFC1
(187,207,193)
#C7D7CD
(199,215,205)
#D3DFD9
(211,223,217)
#DFE7E5
(223,231,229)
#EBEFF1
(235,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #739F79; }

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

This text font color is #739F79.


Background Color

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

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

This div background color is #739F79.


Border color

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

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

This div border color is #739F79.


Opacity

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

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

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

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

This text has shadow with #739F79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739F79 on black background.


Color preview on white background

This text has color #739F79 on white background.



Black color preview on #739F79 background

This text has black color on #739F79 background.


White color preview on #739F79 background

This text has white color on #739F79 background.