COLOR #4D8296

HEX: #4D8296
RGB: (77,130,150)

Renk bilgisi

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

RGB renk modeli

#4D8296 color RGB value is (77,130,150).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 130 of 255 = 51%
B 150 of 255 = 59%

77
130
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 130 + 150 = 357 (100%)
R 77 of 357 ~ 21.57%
G 130 of 357 ~ 36.41%
B 150 of 357 ~ 42.02%

%21.57
%36.41
%42.02

CMYK RENK MODELİ

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

  • camgöbeği tonu 48.67%
  • eflatun tonu 13.33%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(49,13,0,41)
C49M13Y0K41 
(49%,13%,0%,41%)
(0.49/0.13/0.00/0.41)	

CMYK yüzdeleri

%48.67
%13.33
%0
%41.18

Codes

Color #4D8296 in popluar color models

4D8296
RGB77130150
HSL196°32.16%44.51%
HSB/HSV196°48.67%58.82%
CMYK48.67%13.33%0.00%
41.18%

Color #4D8296 in popluar number systems.

HEX4D8296
Decimal77130150
Binary10011011000001010010110
Octal115202226

Shades and tints

Shades of #4D8296

#4D8296
(77,130,150)
#467789
(70,119,137)
#3F6C7C
(63,108,124)
#38616F
(56,97,111)
#315662
(49,86,98)
#2A4B55
(42,75,85)
#234048
(35,64,72)
#1C353B
(28,53,59)
#152A2E
(21,42,46)
#0E1F21
(14,31,33)
#071414
(7,20,20)
#000000
(0,0,0)

Tints of #4D8296

#4D8296
(77,130,150)
#5D8D9F
(93,141,159)
#6D98A8
(109,152,168)
#7DA3B1
(125,163,177)
#8DAEBA
(141,174,186)
#9DB9C3
(157,185,195)
#ADC4CC
(173,196,204)
#BDCFD5
(189,207,213)
#CDDADE
(205,218,222)
#DDE5E7
(221,229,231)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D8296; }

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

This text font color is #4D8296.


Background Color

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

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

This div background color is #4D8296.


Border color

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

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

This div border color is #4D8296.


Opacity

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

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

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

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

This text has shadow with #4D8296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D8296 on black background.


Color preview on white background

This text has color #4D8296 on white background.



Black color preview on #4D8296 background

This text has black color on #4D8296 background.


White color preview on #4D8296 background

This text has white color on #4D8296 background.