COLOR #747D4F

HEX: #747D4F
RGB: (116,125,79)

Renk bilgisi

#747D4F contains red, green and blue colors in about the same proportion. #747D4F ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#747D4F color RGB value is (116,125,79).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 125 of 255 = 49%
B 79 of 255 = 31%

116
125
79

R + G + B ~ 42%. #747D4F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 125 + 79 = 320 (100%)
R 116 of 320 ~ 36.25%
G 125 of 320 ~ 39.06%
B 79 of 320 ~ 24.69%

%36.25
%39.06
%24.69

CMYK RENK MODELİ

#747D4F rengi CMYK tonu (7,0,37,51).

  • camgöbeği tonu 7.20%
  • eflatun tonu 0.00%
  • sarı tonu 36.80%
  • ana renk tonu 50.98%
CMYK:
(7,0,37,51)
C7M0Y37K51 
(7%,0%,37%,51%)
(0.07/0.00/0.37/0.51)	

CMYK yüzdeleri

%7.2
%0
%36.8
%50.98

Codes

Color #747D4F in popluar color models

747D4F
RGB11612579
HSL72°22.55%40.00%
HSB/HSV72°36.80%49.02%
CMYK7.20%0.00%36.80%
50.98%

Color #747D4F in popluar number systems.

HEX747D4F
Decimal11612579
Binary111010011111011001111
Octal164175117

Shades and tints

Shades of #747D4F

#747D4F
(116,125,79)
#6A7248
(106,114,72)
#606741
(96,103,65)
#565C3A
(86,92,58)
#4C5133
(76,81,51)
#42462C
(66,70,44)
#383B25
(56,59,37)
#2E301E
(46,48,30)
#242517
(36,37,23)
#1A1A10
(26,26,16)
#100F09
(16,15,9)
#000000
(0,0,0)

Tints of #747D4F

#747D4F
(116,125,79)
#80885F
(128,136,95)
#8C936F
(140,147,111)
#989E7F
(152,158,127)
#A4A98F
(164,169,143)
#B0B49F
(176,180,159)
#BCBFAF
(188,191,175)
#C8CABF
(200,202,191)
#D4D5CF
(212,213,207)
#E0E0DF
(224,224,223)
#ECEBEF
(236,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747D4F color. Also use rgb(116,125,79) instead hex code.

Text Font Color

.myTextColor { color: #747D4F; }

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

This text font color is #747D4F.


Background Color

.myBgColor { background-color: #747D4F; }

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

This div background color is #747D4F.


Border color

.myBorderColor { border: 1px solid #747D4F; }

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

This div border color is #747D4F.


Opacity

.myOpacity80 { color: #747D4F; opacity: 0.8; }

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

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

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

This text has shadow with #747D4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747D4F on black background.


Color preview on white background

This text has color #747D4F on white background.



Black color preview on #747D4F background

This text has black color on #747D4F background.


White color preview on #747D4F background

This text has white color on #747D4F background.