COLOR #4D7436

HEX: #4D7436
RGB: (77,116,54)

Renk bilgisi

#4D7436 contains mainly red and green colors. #4D7436 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#4D7436 color RGB value is (77,116,54).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 116 of 255 = 45%
B 54 of 255 = 21%

77
116
54

R + G + B ~ 32%. #4D7436 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 116 + 54 = 247 (100%)
R 77 of 247 ~ 31.17%
G 116 of 247 ~ 46.96%
B 54 of 247 ~ 21.86%

%31.17
%46.96
%21.86

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%33.62
%0
%53.45
%54.51

Codes

Color #4D7436 in popluar color models

4D7436
RGB7711654
HSL98°36.47%33.33%
HSB/HSV98°53.45%45.49%
CMYK33.62%0.00%53.45%
54.51%

Color #4D7436 in popluar number systems.

HEX4D7436
Decimal7711654
Binary10011011110100110110
Octal11516466

Shades and tints

Shades of #4D7436

#4D7436
(77,116,54)
#466A32
(70,106,50)
#3F602E
(63,96,46)
#38562A
(56,86,42)
#314C26
(49,76,38)
#2A4222
(42,66,34)
#23381E
(35,56,30)
#1C2E1A
(28,46,26)
#152416
(21,36,22)
#0E1A12
(14,26,18)
#07100E
(7,16,14)
#000000
(0,0,0)

Tints of #4D7436

#4D7436
(77,116,54)
#5D8048
(93,128,72)
#6D8C5A
(109,140,90)
#7D986C
(125,152,108)
#8DA47E
(141,164,126)
#9DB090
(157,176,144)
#ADBCA2
(173,188,162)
#BDC8B4
(189,200,180)
#CDD4C6
(205,212,198)
#DDE0D8
(221,224,216)
#EDECEA
(237,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D7436; }

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

This text font color is #4D7436.


Background Color

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

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

This div background color is #4D7436.


Border color

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

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

This div border color is #4D7436.


Opacity

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

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

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

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

This text has shadow with #4D7436 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7436 on black background.


Color preview on white background

This text has color #4D7436 on white background.



Black color preview on #4D7436 background

This text has black color on #4D7436 background.


White color preview on #4D7436 background

This text has white color on #4D7436 background.