COLOR #4DB5AD

HEX: #4DB5AD
RGB: (77,181,173)

Renk bilgisi

#4DB5AD contains mainly green and blue colors. #4DB5AD ‘ nin web güvenlik rengi #33CC99 (ya da #3C9) dir.

RGB renk modeli

#4DB5AD color RGB value is (77,181,173).

  • kırmız ton 77;
  • yeşil ton 181;
  • mavi ton 173.
RGB:
(77,181,173)
(30%,71%,68%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 181 of 255 = 71%
B 173 of 255 = 68%

77
181
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 181 + 173 = 431 (100%)
R 77 of 431 ~ 17.87%
G 181 of 431 ~ 42%
B 173 of 431 ~ 40.14%

%17.87
%42
%40.14

CMYK RENK MODELİ

#4DB5AD rengi CMYK tonu (57,0,4,29).

  • camgöbeği tonu 57.46%
  • eflatun tonu 0.00%
  • sarı tonu 4.42%
  • ana renk tonu 29.02%
CMYK:
(57,0,4,29)
C57M0Y4K29 
(57%,0%,4%,29%)
(0.57/0.00/0.04/0.29)	

CMYK yüzdeleri

%57.46
%0
%4.42
%29.02

Codes

Color #4DB5AD in popluar color models

4DB5AD
RGB77181173
HSL175°41.27%50.59%
HSB/HSV175°57.46%70.98%
CMYK57.46%0.00%4.42%
29.02%

Color #4DB5AD in popluar number systems.

HEX4DB5AD
Decimal77181173
Binary10011011011010110101101
Octal115265255

Shades and tints

Shades of #4DB5AD

#4DB5AD
(77,181,173)
#46A59E
(70,165,158)
#3F958F
(63,149,143)
#388580
(56,133,128)
#317571
(49,117,113)
#2A6562
(42,101,98)
#235553
(35,85,83)
#1C4544
(28,69,68)
#153535
(21,53,53)
#0E2526
(14,37,38)
#071517
(7,21,23)
#000000
(0,0,0)

Tints of #4DB5AD

#4DB5AD
(77,181,173)
#5DBBB4
(93,187,180)
#6DC1BB
(109,193,187)
#7DC7C2
(125,199,194)
#8DCDC9
(141,205,201)
#9DD3D0
(157,211,208)
#ADD9D7
(173,217,215)
#BDDFDE
(189,223,222)
#CDE5E5
(205,229,229)
#DDEBEC
(221,235,236)
#EDF1F3
(237,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DB5AD color. Also use rgb(77,181,173) instead hex code.

Text Font Color

.myTextColor { color: #4DB5AD; }

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

This text font color is #4DB5AD.


Background Color

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

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

This div background color is #4DB5AD.


Border color

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

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

This div border color is #4DB5AD.


Opacity

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

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

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

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

This text has shadow with #4DB5AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DB5AD on black background.


Color preview on white background

This text has color #4DB5AD on white background.



Black color preview on #4DB5AD background

This text has black color on #4DB5AD background.


White color preview on #4DB5AD background

This text has white color on #4DB5AD background.