COLOR #4D6646

HEX: #4D6646
RGB: (77,102,70)

Renk bilgisi

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

RGB renk modeli

#4D6646 color RGB value is (77,102,70).

  • kırmız ton 77;
  • yeşil ton 102;
  • mavi ton 70.
RGB:
(77,102,70)
(30%,40%,27%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 102 of 255 = 40%
B 70 of 255 = 27%

77
102
70

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 102 + 70 = 249 (100%)
R 77 of 249 ~ 30.92%
G 102 of 249 ~ 40.96%
B 70 of 249 ~ 28.11%

%30.92
%40.96
%28.11

CMYK RENK MODELİ

#4D6646 rengi CMYK tonu (25,0,31,60).

  • camgöbeği tonu 24.51%
  • eflatun tonu 0.00%
  • sarı tonu 31.37%
  • ana renk tonu 60.00%
CMYK:
(25,0,31,60)
C25M0Y31K60 
(25%,0%,31%,60%)
(0.25/0.00/0.31/0.60)	

CMYK yüzdeleri

%24.51
%0
%31.37
%60

Codes

Color #4D6646 in popluar color models

4D6646
RGB7710270
HSL107°18.60%33.73%
HSB/HSV107°31.37%40.00%
CMYK24.51%0.00%31.37%
60.00%

Color #4D6646 in popluar number systems.

HEX4D6646
Decimal7710270
Binary100110111001101000110
Octal115146106

Shades and tints

Shades of #4D6646

#4D6646
(77,102,70)
#465D40
(70,93,64)
#3F543A
(63,84,58)
#384B34
(56,75,52)
#31422E
(49,66,46)
#2A3928
(42,57,40)
#233022
(35,48,34)
#1C271C
(28,39,28)
#151E16
(21,30,22)
#0E1510
(14,21,16)
#070C0A
(7,12,10)
#000000
(0,0,0)

Tints of #4D6646

#4D6646
(77,102,70)
#5D7356
(93,115,86)
#6D8066
(109,128,102)
#7D8D76
(125,141,118)
#8D9A86
(141,154,134)
#9DA796
(157,167,150)
#ADB4A6
(173,180,166)
#BDC1B6
(189,193,182)
#CDCEC6
(205,206,198)
#DDDBD6
(221,219,214)
#EDE8E6
(237,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6646 color. Also use rgb(77,102,70) instead hex code.

Text Font Color

.myTextColor { color: #4D6646; }

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

This text font color is #4D6646.


Background Color

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

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

This div background color is #4D6646.


Border color

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

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

This div border color is #4D6646.


Opacity

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

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

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

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

This text has shadow with #4D6646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6646 on black background.


Color preview on white background

This text has color #4D6646 on white background.



Black color preview on #4D6646 background

This text has black color on #4D6646 background.


White color preview on #4D6646 background

This text has white color on #4D6646 background.