COLOR #4D6D52

HEX: #4D6D52
RGB: (77,109,82)

Renk bilgisi

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

RGB renk modeli

#4D6D52 color RGB value is (77,109,82).

  • kırmız ton 77;
  • yeşil ton 109;
  • mavi ton 82.
RGB:
(77,109,82)
(30%,43%,32%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 109 of 255 = 43%
B 82 of 255 = 32%

77
109
82

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 109 + 82 = 268 (100%)
R 77 of 268 ~ 28.73%
G 109 of 268 ~ 40.67%
B 82 of 268 ~ 30.6%

%28.73
%40.67
%30.6

CMYK RENK MODELİ

#4D6D52 rengi CMYK tonu (29,0,25,57).

  • camgöbeği tonu 29.36%
  • eflatun tonu 0.00%
  • sarı tonu 24.77%
  • ana renk tonu 57.25%
CMYK:
(29,0,25,57)
C29M0Y25K57 
(29%,0%,25%,57%)
(0.29/0.00/0.25/0.57)	

CMYK yüzdeleri

%29.36
%0
%24.77
%57.25

Codes

Color #4D6D52 in popluar color models

4D6D52
RGB7710982
HSL129°17.20%36.47%
HSB/HSV129°29.36%42.75%
CMYK29.36%0.00%24.77%
57.25%

Color #4D6D52 in popluar number systems.

HEX4D6D52
Decimal7710982
Binary100110111011011010010
Octal115155122

Shades and tints

Shades of #4D6D52

#4D6D52
(77,109,82)
#46644B
(70,100,75)
#3F5B44
(63,91,68)
#38523D
(56,82,61)
#314936
(49,73,54)
#2A402F
(42,64,47)
#233728
(35,55,40)
#1C2E21
(28,46,33)
#15251A
(21,37,26)
#0E1C13
(14,28,19)
#07130C
(7,19,12)
#000000
(0,0,0)

Tints of #4D6D52

#4D6D52
(77,109,82)
#5D7A61
(93,122,97)
#6D8770
(109,135,112)
#7D947F
(125,148,127)
#8DA18E
(141,161,142)
#9DAE9D
(157,174,157)
#ADBBAC
(173,187,172)
#BDC8BB
(189,200,187)
#CDD5CA
(205,213,202)
#DDE2D9
(221,226,217)
#EDEFE8
(237,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6D52 color. Also use rgb(77,109,82) instead hex code.

Text Font Color

.myTextColor { color: #4D6D52; }

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

This text font color is #4D6D52.


Background Color

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

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

This div background color is #4D6D52.


Border color

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

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

This div border color is #4D6D52.


Opacity

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

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

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

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

This text has shadow with #4D6D52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6D52 on black background.


Color preview on white background

This text has color #4D6D52 on white background.



Black color preview on #4D6D52 background

This text has black color on #4D6D52 background.


White color preview on #4D6D52 background

This text has white color on #4D6D52 background.