COLOR #749C6A

HEX: #749C6A
RGB: (116,156,106)

Renk bilgisi

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

RGB renk modeli

#749C6A color RGB value is (116,156,106).

  • kırmız ton 116;
  • yeşil ton 156;
  • mavi ton 106.
RGB:
(116,156,106)
(45%,61%,42%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 156 of 255 = 61%
B 106 of 255 = 42%

116
156
106

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 156 + 106 = 378 (100%)
R 116 of 378 ~ 30.69%
G 156 of 378 ~ 41.27%
B 106 of 378 ~ 28.04%

%30.69
%41.27
%28.04

CMYK RENK MODELİ

#749C6A rengi CMYK tonu (26,0,32,39).

  • camgöbeği tonu 25.64%
  • eflatun tonu 0.00%
  • sarı tonu 32.05%
  • ana renk tonu 38.82%
CMYK:
(26,0,32,39)
C26M0Y32K39 
(26%,0%,32%,39%)
(0.26/0.00/0.32/0.39)	

CMYK yüzdeleri

%25.64
%0
%32.05
%38.82

Codes

Color #749C6A in popluar color models

749C6A
RGB116156106
HSL108°20.16%51.37%
HSB/HSV108°32.05%61.18%
CMYK25.64%0.00%32.05%
38.82%

Color #749C6A in popluar number systems.

HEX749C6A
Decimal116156106
Binary1110100100111001101010
Octal164234152

Shades and tints

Shades of #749C6A

#749C6A
(116,156,106)
#6A8E61
(106,142,97)
#608058
(96,128,88)
#56724F
(86,114,79)
#4C6446
(76,100,70)
#42563D
(66,86,61)
#384834
(56,72,52)
#2E3A2B
(46,58,43)
#242C22
(36,44,34)
#1A1E19
(26,30,25)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #749C6A

#749C6A
(116,156,106)
#80A577
(128,165,119)
#8CAE84
(140,174,132)
#98B791
(152,183,145)
#A4C09E
(164,192,158)
#B0C9AB
(176,201,171)
#BCD2B8
(188,210,184)
#C8DBC5
(200,219,197)
#D4E4D2
(212,228,210)
#E0EDDF
(224,237,223)
#ECF6EC
(236,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #749C6A color. Also use rgb(116,156,106) instead hex code.

Text Font Color

.myTextColor { color: #749C6A; }

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

This text font color is #749C6A.


Background Color

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

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

This div background color is #749C6A.


Border color

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

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

This div border color is #749C6A.


Opacity

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

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

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

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

This text has shadow with #749C6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749C6A on black background.


Color preview on white background

This text has color #749C6A on white background.



Black color preview on #749C6A background

This text has black color on #749C6A background.


White color preview on #749C6A background

This text has white color on #749C6A background.