COLOR #4D6630

HEX: #4D6630
RGB: (77,102,48)

Renk bilgisi

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

RGB renk modeli

#4D6630 color RGB value is (77,102,48).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 102 of 255 = 40%
B 48 of 255 = 19%

77
102
48

R + G + B ~ 30%. #4D6630 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 102 + 48 = 227 (100%)
R 77 of 227 ~ 33.92%
G 102 of 227 ~ 44.93%
B 48 of 227 ~ 21.15%

%33.92
%44.93
%21.15

CMYK RENK MODELİ

#4D6630 rengi CMYK tonu (25,0,53,60).

  • camgöbeği tonu 24.51%
  • eflatun tonu 0.00%
  • sarı tonu 52.94%
  • ana renk tonu 60.00%
CMYK:
(25,0,53,60)
C25M0Y53K60 
(25%,0%,53%,60%)
(0.25/0.00/0.53/0.60)	

CMYK yüzdeleri

%24.51
%0
%52.94
%60

Codes

Color #4D6630 in popluar color models

4D6630
RGB7710248
HSL88°36.00%29.41%
HSB/HSV88°52.94%40.00%
CMYK24.51%0.00%52.94%
60.00%

Color #4D6630 in popluar number systems.

HEX4D6630
Decimal7710248
Binary10011011100110110000
Octal11514660

Shades and tints

Shades of #4D6630

#4D6630
(77,102,48)
#465D2C
(70,93,44)
#3F5428
(63,84,40)
#384B24
(56,75,36)
#314220
(49,66,32)
#2A391C
(42,57,28)
#233018
(35,48,24)
#1C2714
(28,39,20)
#151E10
(21,30,16)
#0E150C
(14,21,12)
#070C08
(7,12,8)
#000000
(0,0,0)

Tints of #4D6630

#4D6630
(77,102,48)
#5D7342
(93,115,66)
#6D8054
(109,128,84)
#7D8D66
(125,141,102)
#8D9A78
(141,154,120)
#9DA78A
(157,167,138)
#ADB49C
(173,180,156)
#BDC1AE
(189,193,174)
#CDCEC0
(205,206,192)
#DDDBD2
(221,219,210)
#EDE8E4
(237,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6630; }

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

This text font color is #4D6630.


Background Color

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

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

This div background color is #4D6630.


Border color

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

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

This div border color is #4D6630.


Opacity

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

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

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

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

This text has shadow with #4D6630 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6630 on black background.


Color preview on white background

This text has color #4D6630 on white background.



Black color preview on #4D6630 background

This text has black color on #4D6630 background.


White color preview on #4D6630 background

This text has white color on #4D6630 background.