COLOR #4D8266

HEX: #4D8266
RGB: (77,130,102)

Renk bilgisi

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

RGB renk modeli

#4D8266 color RGB value is (77,130,102).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 130 of 255 = 51%
B 102 of 255 = 40%

77
130
102

R + G + B ~ 40%. #4D8266 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 130 + 102 = 309 (100%)
R 77 of 309 ~ 24.92%
G 130 of 309 ~ 42.07%
B 102 of 309 ~ 33.01%

%24.92
%42.07
%33.01

CMYK RENK MODELİ

#4D8266 rengi CMYK tonu (41,0,22,49).

  • camgöbeği tonu 40.77%
  • eflatun tonu 0.00%
  • sarı tonu 21.54%
  • ana renk tonu 49.02%
CMYK:
(41,0,22,49)
C41M0Y22K49 
(41%,0%,22%,49%)
(0.41/0.00/0.22/0.49)	

CMYK yüzdeleri

%40.77
%0
%21.54
%49.02

Codes

Color #4D8266 in popluar color models

4D8266
RGB77130102
HSL148°25.60%40.59%
HSB/HSV148°40.77%50.98%
CMYK40.77%0.00%21.54%
49.02%

Color #4D8266 in popluar number systems.

HEX4D8266
Decimal77130102
Binary1001101100000101100110
Octal115202146

Shades and tints

Shades of #4D8266

#4D8266
(77,130,102)
#46775D
(70,119,93)
#3F6C54
(63,108,84)
#38614B
(56,97,75)
#315642
(49,86,66)
#2A4B39
(42,75,57)
#234030
(35,64,48)
#1C3527
(28,53,39)
#152A1E
(21,42,30)
#0E1F15
(14,31,21)
#07140C
(7,20,12)
#000000
(0,0,0)

Tints of #4D8266

#4D8266
(77,130,102)
#5D8D73
(93,141,115)
#6D9880
(109,152,128)
#7DA38D
(125,163,141)
#8DAE9A
(141,174,154)
#9DB9A7
(157,185,167)
#ADC4B4
(173,196,180)
#BDCFC1
(189,207,193)
#CDDACE
(205,218,206)
#DDE5DB
(221,229,219)
#EDF0E8
(237,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D8266; }

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

This text font color is #4D8266.


Background Color

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

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

This div background color is #4D8266.


Border color

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

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

This div border color is #4D8266.


Opacity

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

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

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

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

This text has shadow with #4D8266 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D8266 on black background.


Color preview on white background

This text has color #4D8266 on white background.



Black color preview on #4D8266 background

This text has black color on #4D8266 background.


White color preview on #4D8266 background

This text has white color on #4D8266 background.