COLOR #749477

HEX: #749477
RGB: (116,148,119)

Renk bilgisi

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

RGB renk modeli

#749477 color RGB value is (116,148,119).

  • kırmız ton 116;
  • yeşil ton 148;
  • mavi ton 119.
RGB:
(116,148,119)
(45%,58%,47%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 148 of 255 = 58%
B 119 of 255 = 47%

116
148
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 148 + 119 = 383 (100%)
R 116 of 383 ~ 30.29%
G 148 of 383 ~ 38.64%
B 119 of 383 ~ 31.07%

%30.29
%38.64
%31.07

CMYK RENK MODELİ

#749477 rengi CMYK tonu (22,0,20,42).

  • camgöbeği tonu 21.62%
  • eflatun tonu 0.00%
  • sarı tonu 19.59%
  • ana renk tonu 41.96%
CMYK:
(22,0,20,42)
C22M0Y20K42 
(22%,0%,20%,42%)
(0.22/0.00/0.20/0.42)	

CMYK yüzdeleri

%21.62
%0
%19.59
%41.96

Codes

Color #749477 in popluar color models

749477
RGB116148119
HSL126°13.01%51.76%
HSB/HSV126°21.62%58.04%
CMYK21.62%0.00%19.59%
41.96%

Color #749477 in popluar number systems.

HEX749477
Decimal116148119
Binary1110100100101001110111
Octal164224167

Shades and tints

Shades of #749477

#749477
(116,148,119)
#6A876D
(106,135,109)
#607A63
(96,122,99)
#566D59
(86,109,89)
#4C604F
(76,96,79)
#425345
(66,83,69)
#38463B
(56,70,59)
#2E3931
(46,57,49)
#242C27
(36,44,39)
#1A1F1D
(26,31,29)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #749477

#749477
(116,148,119)
#809D83
(128,157,131)
#8CA68F
(140,166,143)
#98AF9B
(152,175,155)
#A4B8A7
(164,184,167)
#B0C1B3
(176,193,179)
#BCCABF
(188,202,191)
#C8D3CB
(200,211,203)
#D4DCD7
(212,220,215)
#E0E5E3
(224,229,227)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #749477 color. Also use rgb(116,148,119) instead hex code.

Text Font Color

.myTextColor { color: #749477; }

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

This text font color is #749477.


Background Color

.myBgColor { background-color: #749477; }

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

This div background color is #749477.


Border color

.myBorderColor { border: 1px solid #749477; }

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

This div border color is #749477.


Opacity

.myOpacity80 { color: #749477; opacity: 0.8; }

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

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

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

This text has shadow with #749477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749477 on black background.


Color preview on white background

This text has color #749477 on white background.



Black color preview on #749477 background

This text has black color on #749477 background.


White color preview on #749477 background

This text has white color on #749477 background.