COLOR #749D6E

HEX: #749D6E
RGB: (116,157,110)

Renk bilgisi

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

RGB renk modeli

#749D6E color RGB value is (116,157,110).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 157 of 255 = 62%
B 110 of 255 = 43%

116
157
110

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 157 + 110 = 383 (100%)
R 116 of 383 ~ 30.29%
G 157 of 383 ~ 40.99%
B 110 of 383 ~ 28.72%

%30.29
%40.99
%28.72

CMYK RENK MODELİ

#749D6E rengi CMYK tonu (26,0,30,38).

  • camgöbeği tonu 26.11%
  • eflatun tonu 0.00%
  • sarı tonu 29.94%
  • ana renk tonu 38.43%
CMYK:
(26,0,30,38)
C26M0Y30K38 
(26%,0%,30%,38%)
(0.26/0.00/0.30/0.38)	

CMYK yüzdeleri

%26.11
%0
%29.94
%38.43

Codes

Color #749D6E in popluar color models

749D6E
RGB116157110
HSL112°19.34%52.35%
HSB/HSV112°29.94%61.57%
CMYK26.11%0.00%29.94%
38.43%

Color #749D6E in popluar number systems.

HEX749D6E
Decimal116157110
Binary1110100100111011101110
Octal164235156

Shades and tints

Shades of #749D6E

#749D6E
(116,157,110)
#6A8F64
(106,143,100)
#60815A
(96,129,90)
#567350
(86,115,80)
#4C6546
(76,101,70)
#42573C
(66,87,60)
#384932
(56,73,50)
#2E3B28
(46,59,40)
#242D1E
(36,45,30)
#1A1F14
(26,31,20)
#10110A
(16,17,10)
#000000
(0,0,0)

Tints of #749D6E

#749D6E
(116,157,110)
#80A57B
(128,165,123)
#8CAD88
(140,173,136)
#98B595
(152,181,149)
#A4BDA2
(164,189,162)
#B0C5AF
(176,197,175)
#BCCDBC
(188,205,188)
#C8D5C9
(200,213,201)
#D4DDD6
(212,221,214)
#E0E5E3
(224,229,227)
#ECEDF0
(236,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #749D6E; }

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

This text font color is #749D6E.


Background Color

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

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

This div background color is #749D6E.


Border color

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

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

This div border color is #749D6E.


Opacity

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

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

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

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

This text has shadow with #749D6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749D6E on black background.


Color preview on white background

This text has color #749D6E on white background.



Black color preview on #749D6E background

This text has black color on #749D6E background.


White color preview on #749D6E background

This text has white color on #749D6E background.