COLOR #4D958D

HEX: #4D958D
RGB: (77,149,141)

Renk bilgisi

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

RGB renk modeli

#4D958D color RGB value is (77,149,141).

  • kırmız ton 77;
  • yeşil ton 149;
  • mavi ton 141.
RGB:
(77,149,141)
(30%,58%,55%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 149 of 255 = 58%
B 141 of 255 = 55%

77
149
141

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 149 + 141 = 367 (100%)
R 77 of 367 ~ 20.98%
G 149 of 367 ~ 40.6%
B 141 of 367 ~ 38.42%

%20.98
%40.6
%38.42

CMYK RENK MODELİ

#4D958D rengi CMYK tonu (48,0,5,42).

  • camgöbeği tonu 48.32%
  • eflatun tonu 0.00%
  • sarı tonu 5.37%
  • ana renk tonu 41.57%
CMYK:
(48,0,5,42)
C48M0Y5K42 
(48%,0%,5%,42%)
(0.48/0.00/0.05/0.42)	

CMYK yüzdeleri

%48.32
%0
%5.37
%41.57

Codes

Color #4D958D in popluar color models

4D958D
RGB77149141
HSL173°31.86%44.31%
HSB/HSV173°48.32%58.43%
CMYK48.32%0.00%5.37%
41.57%

Color #4D958D in popluar number systems.

HEX4D958D
Decimal77149141
Binary10011011001010110001101
Octal115225215

Shades and tints

Shades of #4D958D

#4D958D
(77,149,141)
#468881
(70,136,129)
#3F7B75
(63,123,117)
#386E69
(56,110,105)
#31615D
(49,97,93)
#2A5451
(42,84,81)
#234745
(35,71,69)
#1C3A39
(28,58,57)
#152D2D
(21,45,45)
#0E2021
(14,32,33)
#071315
(7,19,21)
#000000
(0,0,0)

Tints of #4D958D

#4D958D
(77,149,141)
#5D9E97
(93,158,151)
#6DA7A1
(109,167,161)
#7DB0AB
(125,176,171)
#8DB9B5
(141,185,181)
#9DC2BF
(157,194,191)
#ADCBC9
(173,203,201)
#BDD4D3
(189,212,211)
#CDDDDD
(205,221,221)
#DDE6E7
(221,230,231)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D958D; }

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

This text font color is #4D958D.


Background Color

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

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

This div background color is #4D958D.


Border color

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

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

This div border color is #4D958D.


Opacity

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

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

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

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

This text has shadow with #4D958D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D958D on black background.


Color preview on white background

This text has color #4D958D on white background.



Black color preview on #4D958D background

This text has black color on #4D958D background.


White color preview on #4D958D background

This text has white color on #4D958D background.