COLOR #739C79

HEX: #739C79
RGB: (115,156,121)

Renk bilgisi

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

RGB renk modeli

#739C79 color RGB value is (115,156,121).

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

RGB bağlantıları ve doygunluk

R 115 of 255 = 45%
G 156 of 255 = 61%
B 121 of 255 = 47%

115
156
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
115 + 156 + 121 = 392 (100%)
R 115 of 392 ~ 29.34%
G 156 of 392 ~ 39.8%
B 121 of 392 ~ 30.87%

%29.34
%39.8
%30.87

CMYK RENK MODELİ

#739C79 rengi CMYK tonu (26,0,22,39).

  • camgöbeği tonu 26.28%
  • eflatun tonu 0.00%
  • sarı tonu 22.44%
  • ana renk tonu 38.82%
CMYK:
(26,0,22,39)
C26M0Y22K39 
(26%,0%,22%,39%)
(0.26/0.00/0.22/0.39)	

CMYK yüzdeleri

%26.28
%0
%22.44
%38.82

Codes

Color #739C79 in popluar color models

739C79
RGB115156121
HSL129°17.15%53.14%
HSB/HSV129°26.28%61.18%
CMYK26.28%0.00%22.44%
38.82%

Color #739C79 in popluar number systems.

HEX739C79
Decimal115156121
Binary1110011100111001111001
Octal163234171

Shades and tints

Shades of #739C79

#739C79
(115,156,121)
#698E6E
(105,142,110)
#5F8063
(95,128,99)
#557258
(85,114,88)
#4B644D
(75,100,77)
#415642
(65,86,66)
#374837
(55,72,55)
#2D3A2C
(45,58,44)
#232C21
(35,44,33)
#191E16
(25,30,22)
#0F100B
(15,16,11)
#000000
(0,0,0)

Tints of #739C79

#739C79
(115,156,121)
#7FA585
(127,165,133)
#8BAE91
(139,174,145)
#97B79D
(151,183,157)
#A3C0A9
(163,192,169)
#AFC9B5
(175,201,181)
#BBD2C1
(187,210,193)
#C7DBCD
(199,219,205)
#D3E4D9
(211,228,217)
#DFEDE5
(223,237,229)
#EBF6F1
(235,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #739C79; }

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

This text font color is #739C79.


Background Color

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

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

This div background color is #739C79.


Border color

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

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

This div border color is #739C79.


Opacity

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

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

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

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

This text has shadow with #739C79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739C79 on black background.


Color preview on white background

This text has color #739C79 on white background.



Black color preview on #739C79 background

This text has black color on #739C79 background.


White color preview on #739C79 background

This text has white color on #739C79 background.