COLOR #749D7E

HEX: #749D7E
RGB: (116,157,126)

Renk bilgisi

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

RGB renk modeli

#749D7E color RGB value is (116,157,126).

  • kırmız ton 116;
  • yeşil ton 157;
  • mavi ton 126.
RGB:
(116,157,126)
(45%,62%,49%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 157 of 255 = 62%
B 126 of 255 = 49%

116
157
126

R + G + B ~ 52%. #749D7E is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 157 + 126 = 399 (100%)
R 116 of 399 ~ 29.07%
G 157 of 399 ~ 39.35%
B 126 of 399 ~ 31.58%

%29.07
%39.35
%31.58

CMYK RENK MODELİ

#749D7E rengi CMYK tonu (26,0,20,38).

  • camgöbeği tonu 26.11%
  • eflatun tonu 0.00%
  • sarı tonu 19.75%
  • ana renk tonu 38.43%
CMYK:
(26,0,20,38)
C26M0Y20K38 
(26%,0%,20%,38%)
(0.26/0.00/0.20/0.38)	

CMYK yüzdeleri

%26.11
%0
%19.75
%38.43

Codes

Color #749D7E in popluar color models

749D7E
RGB116157126
HSL135°17.30%53.53%
HSB/HSV135°26.11%61.57%
CMYK26.11%0.00%19.75%
38.43%

Color #749D7E in popluar number systems.

HEX749D7E
Decimal116157126
Binary1110100100111011111110
Octal164235176

Shades and tints

Shades of #749D7E

#749D7E
(116,157,126)
#6A8F73
(106,143,115)
#608168
(96,129,104)
#56735D
(86,115,93)
#4C6552
(76,101,82)
#425747
(66,87,71)
#38493C
(56,73,60)
#2E3B31
(46,59,49)
#242D26
(36,45,38)
#1A1F1B
(26,31,27)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #749D7E

#749D7E
(116,157,126)
#80A589
(128,165,137)
#8CAD94
(140,173,148)
#98B59F
(152,181,159)
#A4BDAA
(164,189,170)
#B0C5B5
(176,197,181)
#BCCDC0
(188,205,192)
#C8D5CB
(200,213,203)
#D4DDD6
(212,221,214)
#E0E5E1
(224,229,225)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #749D7E color. Also use rgb(116,157,126) instead hex code.

Text Font Color

.myTextColor { color: #749D7E; }

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

This text font color is #749D7E.


Background Color

.myBgColor { background-color: #749D7E; }

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

This div background color is #749D7E.


Border color

.myBorderColor { border: 1px solid #749D7E; }

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

This div border color is #749D7E.


Opacity

.myOpacity80 { color: #749D7E; opacity: 0.8; }

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

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

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

This text has shadow with #749D7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749D7E on black background.


Color preview on white background

This text has color #749D7E on white background.



Black color preview on #749D7E background

This text has black color on #749D7E background.


White color preview on #749D7E background

This text has white color on #749D7E background.