COLOR #749D7D

HEX: #749D7D
RGB: (116,157,125)

Renk bilgisi

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

RGB renk modeli

#749D7D color RGB value is (116,157,125).

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

RGB bağlantıları ve doygunluk

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

116
157
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 157 + 125 = 398 (100%)
R 116 of 398 ~ 29.15%
G 157 of 398 ~ 39.45%
B 125 of 398 ~ 31.41%

%29.15
%39.45
%31.41

CMYK RENK MODELİ

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

  • camgöbeği tonu 26.11%
  • eflatun tonu 0.00%
  • sarı tonu 20.38%
  • 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
%20.38
%38.43

Codes

Color #749D7D in popluar color models

749D7D
RGB116157125
HSL133°17.30%53.53%
HSB/HSV133°26.11%61.57%
CMYK26.11%0.00%20.38%
38.43%

Color #749D7D in popluar number systems.

HEX749D7D
Decimal116157125
Binary1110100100111011111101
Octal164235175

Shades and tints

Shades of #749D7D

#749D7D
(116,157,125)
#6A8F72
(106,143,114)
#608167
(96,129,103)
#56735C
(86,115,92)
#4C6551
(76,101,81)
#425746
(66,87,70)
#38493B
(56,73,59)
#2E3B30
(46,59,48)
#242D25
(36,45,37)
#1A1F1A
(26,31,26)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #749D7D

#749D7D
(116,157,125)
#80A588
(128,165,136)
#8CAD93
(140,173,147)
#98B59E
(152,181,158)
#A4BDA9
(164,189,169)
#B0C5B4
(176,197,180)
#BCCDBF
(188,205,191)
#C8D5CA
(200,213,202)
#D4DDD5
(212,221,213)
#E0E5E0
(224,229,224)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #749D7D; }

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

This text font color is #749D7D.


Background Color

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

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

This div background color is #749D7D.


Border color

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

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

This div border color is #749D7D.


Opacity

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

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

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

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

This text has shadow with #749D7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749D7D on black background.


Color preview on white background

This text has color #749D7D on white background.



Black color preview on #749D7D background

This text has black color on #749D7D background.


White color preview on #749D7D background

This text has white color on #749D7D background.