COLOR #4D827D

HEX: #4D827D
RGB: (77,130,125)

Renk bilgisi

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

RGB renk modeli

#4D827D color RGB value is (77,130,125).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 130 of 255 = 51%
B 125 of 255 = 49%

77
130
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 130 + 125 = 332 (100%)
R 77 of 332 ~ 23.19%
G 130 of 332 ~ 39.16%
B 125 of 332 ~ 37.65%

%23.19
%39.16
%37.65

CMYK RENK MODELİ

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

  • camgöbeği tonu 40.77%
  • eflatun tonu 0.00%
  • sarı tonu 3.85%
  • ana renk tonu 49.02%
CMYK:
(41,0,4,49)
C41M0Y4K49 
(41%,0%,4%,49%)
(0.41/0.00/0.04/0.49)	

CMYK yüzdeleri

%40.77
%0
%3.85
%49.02

Codes

Color #4D827D in popluar color models

4D827D
RGB77130125
HSL174°25.60%40.59%
HSB/HSV174°40.77%50.98%
CMYK40.77%0.00%3.85%
49.02%

Color #4D827D in popluar number systems.

HEX4D827D
Decimal77130125
Binary1001101100000101111101
Octal115202175

Shades and tints

Shades of #4D827D

#4D827D
(77,130,125)
#467772
(70,119,114)
#3F6C67
(63,108,103)
#38615C
(56,97,92)
#315651
(49,86,81)
#2A4B46
(42,75,70)
#23403B
(35,64,59)
#1C3530
(28,53,48)
#152A25
(21,42,37)
#0E1F1A
(14,31,26)
#07140F
(7,20,15)
#000000
(0,0,0)

Tints of #4D827D

#4D827D
(77,130,125)
#5D8D88
(93,141,136)
#6D9893
(109,152,147)
#7DA39E
(125,163,158)
#8DAEA9
(141,174,169)
#9DB9B4
(157,185,180)
#ADC4BF
(173,196,191)
#BDCFCA
(189,207,202)
#CDDAD5
(205,218,213)
#DDE5E0
(221,229,224)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D827D; }

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

This text font color is #4D827D.


Background Color

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

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

This div background color is #4D827D.


Border color

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

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

This div border color is #4D827D.


Opacity

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

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

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

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

This text has shadow with #4D827D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D827D on black background.


Color preview on white background

This text has color #4D827D on white background.



Black color preview on #4D827D background

This text has black color on #4D827D background.


White color preview on #4D827D background

This text has white color on #4D827D background.