COLOR #4D9999

HEX: #4D9999 RGB: (77,153,153)

Renk bilgisi

#4D9999 contains mainly green and blue colors. #4D9999 ‘ nin web güvenlik rengi #339999 (ya da #399) dir.

RGB renk modeli

#4D9999 color RGB value is (77,153,153).

RGB: (77,153,153) (30%, 60%, 60%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 153 of 255 = 60%
B 153 of 255 = 60%

77
153
153

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

Yüzdelerle RGB renk parçaları

R + G + B = 77 + 153 + 153 = 383 (100%)
R 77 of 383 ~ 20.1%
G 153 of 383 ~ 39.95%
B 153 of 383 ~ 39.95'%

%20.1
%39.95
%39.95

CMYK RENK MODELİ

#4D9999 rengi CMYK tonu (50,0,0,40).

  • camgöbeği tonu 49.67%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%

CMYK: (50,0,0,40)
C50M0Y0K40 (50%, 0%, 0%, 40%)
(0.50 / 0.00 / 0.00 / 0.40)

CMYK yüzdeleri

%49.67
%0
%0
%40

Codes

Color #4D9999 in popluar color models

4D 99 99
RGB 77 153 153
HSL 180° 33.04% 45.10%
HSB/HSV 180° 49.67% 60.00%
CMYK 49.67% 0.00% 0.00%
40.00%

Color #4D9999 in popluar number systems.

HEX 4D 99 99
Decimal 77 153 153
Binary 1001101 10011001 10011001
Octal 115 231 231

Shades and tints

Shades of #4D9999

#4D9999
(77,153,153)
#468C8C
(70,140,140)
#3F7F7F
(63,127,127)
#387272
(56,114,114)
#316565
(49,101,101)
#2A5858
(42,88,88)
#234B4B
(35,75,75)
#1C3E3E
(28,62,62)
#153131
(21,49,49)
#0E2424
(14,36,36)
#071717
(7,23,23)
#000000
(0,0,0)

Tints of #4D9999

#4D9999
(77,153,153)
#5DA2A2
(93,162,162)
#6DABAB
(109,171,171)
#7DB4B4
(125,180,180)
#8DBDBD
(141,189,189)
#9DC6C6
(157,198,198)
#ADCFCF
(173,207,207)
#BDD8D8
(189,216,216)
#CDE1E1
(205,225,225)
#DDEAEA
(221,234,234)
#EDF3F3
(237,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D9999; }

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

This text font color is #4D9999.

Background Color

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

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

This div background color is #4D9999.

Border color

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

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

This div border color is #4D9999.

Opacity

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

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

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

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

This text has shadow with #4D9999 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D9999.

Preview

Color preview on black background

This text has color #4D9999 on black background.


Color preview on white background

This text has color #4D9999 on white background.


Black color preview on #4D9999 background

This text has black color on #4D9999 background.


White color preview on #4D9999 background

This text has white color on #4D9999 background.


Related colors

Complementary color

Complementary color for #hex is #B26666.


I love getcolorcode.com