COLOR #4C744D

HEX: #4C744D
RGB: (76,116,77)

Renk bilgisi

#4C744D contains red, green and blue colors in about the same proportion. #4C744D ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#4C744D color RGB value is (76,116,77).

  • kırmız ton 76;
  • yeşil ton 116;
  • mavi ton 77.
RGB:
(76,116,77)
(30%,45%,30%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 116 of 255 = 45%
B 77 of 255 = 30%

76
116
77

R + G + B ~ 35%. #4C744D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 116 + 77 = 269 (100%)
R 76 of 269 ~ 28.25%
G 116 of 269 ~ 43.12%
B 77 of 269 ~ 28.62%

%28.25
%43.12
%28.62

CMYK RENK MODELİ

#4C744D rengi CMYK tonu (34,0,34,55).

  • camgöbeği tonu 34.48%
  • eflatun tonu 0.00%
  • sarı tonu 33.62%
  • ana renk tonu 54.51%
CMYK:
(34,0,34,55)
C34M0Y34K55 
(34%,0%,34%,55%)
(0.34/0.00/0.34/0.55)	

CMYK yüzdeleri

%34.48
%0
%33.62
%54.51

Codes

Color #4C744D in popluar color models

4C744D
RGB7611677
HSL122°20.83%37.65%
HSB/HSV122°34.48%45.49%
CMYK34.48%0.00%33.62%
54.51%

Color #4C744D in popluar number systems.

HEX4C744D
Decimal7611677
Binary100110011101001001101
Octal114164115

Shades and tints

Shades of #4C744D

#4C744D
(76,116,77)
#466A46
(70,106,70)
#40603F
(64,96,63)
#3A5638
(58,86,56)
#344C31
(52,76,49)
#2E422A
(46,66,42)
#283823
(40,56,35)
#222E1C
(34,46,28)
#1C2415
(28,36,21)
#161A0E
(22,26,14)
#101007
(16,16,7)
#000000
(0,0,0)

Tints of #4C744D

#4C744D
(76,116,77)
#5C805D
(92,128,93)
#6C8C6D
(108,140,109)
#7C987D
(124,152,125)
#8CA48D
(140,164,141)
#9CB09D
(156,176,157)
#ACBCAD
(172,188,173)
#BCC8BD
(188,200,189)
#CCD4CD
(204,212,205)
#DCE0DD
(220,224,221)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C744D color. Also use rgb(76,116,77) instead hex code.

Text Font Color

.myTextColor { color: #4C744D; }

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

This text font color is #4C744D.


Background Color

.myBgColor { background-color: #4C744D; }

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

This div background color is #4C744D.


Border color

.myBorderColor { border: 1px solid #4C744D; }

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

This div border color is #4C744D.


Opacity

.myOpacity80 { color: #4C744D; opacity: 0.8; }

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

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

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

This text has shadow with #4C744D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C744D on black background.


Color preview on white background

This text has color #4C744D on white background.



Black color preview on #4C744D background

This text has black color on #4C744D background.


White color preview on #4C744D background

This text has white color on #4C744D background.