COLOR #4D826A

HEX: #4D826A
RGB: (77,130,106)

Renk bilgisi

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

RGB renk modeli

#4D826A color RGB value is (77,130,106).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 130 of 255 = 51%
B 106 of 255 = 42%

77
130
106

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 130 + 106 = 313 (100%)
R 77 of 313 ~ 24.6%
G 130 of 313 ~ 41.53%
B 106 of 313 ~ 33.87%

%24.6
%41.53
%33.87

CMYK RENK MODELİ

#4D826A rengi CMYK tonu (41,0,18,49).

  • camgöbeği tonu 40.77%
  • eflatun tonu 0.00%
  • sarı tonu 18.46%
  • ana renk tonu 49.02%
CMYK:
(41,0,18,49)
C41M0Y18K49 
(41%,0%,18%,49%)
(0.41/0.00/0.18/0.49)	

CMYK yüzdeleri

%40.77
%0
%18.46
%49.02

Codes

Color #4D826A in popluar color models

4D826A
RGB77130106
HSL153°25.60%40.59%
HSB/HSV153°40.77%50.98%
CMYK40.77%0.00%18.46%
49.02%

Color #4D826A in popluar number systems.

HEX4D826A
Decimal77130106
Binary1001101100000101101010
Octal115202152

Shades and tints

Shades of #4D826A

#4D826A
(77,130,106)
#467761
(70,119,97)
#3F6C58
(63,108,88)
#38614F
(56,97,79)
#315646
(49,86,70)
#2A4B3D
(42,75,61)
#234034
(35,64,52)
#1C352B
(28,53,43)
#152A22
(21,42,34)
#0E1F19
(14,31,25)
#071410
(7,20,16)
#000000
(0,0,0)

Tints of #4D826A

#4D826A
(77,130,106)
#5D8D77
(93,141,119)
#6D9884
(109,152,132)
#7DA391
(125,163,145)
#8DAE9E
(141,174,158)
#9DB9AB
(157,185,171)
#ADC4B8
(173,196,184)
#BDCFC5
(189,207,197)
#CDDAD2
(205,218,210)
#DDE5DF
(221,229,223)
#EDF0EC
(237,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D826A; }

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

This text font color is #4D826A.


Background Color

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

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

This div background color is #4D826A.


Border color

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

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

This div border color is #4D826A.


Opacity

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

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

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

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

This text has shadow with #4D826A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D826A on black background.


Color preview on white background

This text has color #4D826A on white background.



Black color preview on #4D826A background

This text has black color on #4D826A background.


White color preview on #4D826A background

This text has white color on #4D826A background.