COLOR #4D826B

HEX: #4D826B
RGB: (77,130,107)

Renk bilgisi

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

RGB renk modeli

#4D826B color RGB value is (77,130,107).

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

RGB bağlantıları ve doygunluk

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

77
130
107

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 130 + 107 = 314 (100%)
R 77 of 314 ~ 24.52%
G 130 of 314 ~ 41.4%
B 107 of 314 ~ 34.08%

%24.52
%41.4
%34.08

CMYK RENK MODELİ

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

  • camgöbeği tonu 40.77%
  • eflatun tonu 0.00%
  • sarı tonu 17.69%
  • 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
%17.69
%49.02

Codes

Color #4D826B in popluar color models

4D826B
RGB77130107
HSL154°25.60%40.59%
HSB/HSV154°40.77%50.98%
CMYK40.77%0.00%17.69%
49.02%

Color #4D826B in popluar number systems.

HEX4D826B
Decimal77130107
Binary1001101100000101101011
Octal115202153

Shades and tints

Shades of #4D826B

#4D826B
(77,130,107)
#467762
(70,119,98)
#3F6C59
(63,108,89)
#386150
(56,97,80)
#315647
(49,86,71)
#2A4B3E
(42,75,62)
#234035
(35,64,53)
#1C352C
(28,53,44)
#152A23
(21,42,35)
#0E1F1A
(14,31,26)
#071411
(7,20,17)
#000000
(0,0,0)

Tints of #4D826B

#4D826B
(77,130,107)
#5D8D78
(93,141,120)
#6D9885
(109,152,133)
#7DA392
(125,163,146)
#8DAE9F
(141,174,159)
#9DB9AC
(157,185,172)
#ADC4B9
(173,196,185)
#BDCFC6
(189,207,198)
#CDDAD3
(205,218,211)
#DDE5E0
(221,229,224)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D826B; }

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

This text font color is #4D826B.


Background Color

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

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

This div background color is #4D826B.


Border color

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

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

This div border color is #4D826B.


Opacity

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

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

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

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

This text has shadow with #4D826B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D826B on black background.


Color preview on white background

This text has color #4D826B on white background.



Black color preview on #4D826B background

This text has black color on #4D826B background.


White color preview on #4D826B background

This text has white color on #4D826B background.