COLOR #4D9366

HEX: #4D9366
RGB: (77,147,102)

Renk bilgisi

#4D9366 contains mainly green and blue colors. #4D9366 ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#4D9366 color RGB value is (77,147,102).

  • kırmız ton 77;
  • yeşil ton 147;
  • mavi ton 102.
RGB:
(77,147,102)
(30%,58%,40%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 147 of 255 = 58%
B 102 of 255 = 40%

77
147
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 147 + 102 = 326 (100%)
R 77 of 326 ~ 23.62%
G 147 of 326 ~ 45.09%
B 102 of 326 ~ 31.29%

%23.62
%45.09
%31.29

CMYK RENK MODELİ

#4D9366 rengi CMYK tonu (48,0,31,42).

  • camgöbeği tonu 47.62%
  • eflatun tonu 0.00%
  • sarı tonu 30.61%
  • ana renk tonu 42.35%
CMYK:
(48,0,31,42)
C48M0Y31K42 
(48%,0%,31%,42%)
(0.48/0.00/0.31/0.42)	

CMYK yüzdeleri

%47.62
%0
%30.61
%42.35

Codes

Color #4D9366 in popluar color models

4D9366
RGB77147102
HSL141°31.25%43.92%
HSB/HSV141°47.62%57.65%
CMYK47.62%0.00%30.61%
42.35%

Color #4D9366 in popluar number systems.

HEX4D9366
Decimal77147102
Binary1001101100100111100110
Octal115223146

Shades and tints

Shades of #4D9366

#4D9366
(77,147,102)
#46865D
(70,134,93)
#3F7954
(63,121,84)
#386C4B
(56,108,75)
#315F42
(49,95,66)
#2A5239
(42,82,57)
#234530
(35,69,48)
#1C3827
(28,56,39)
#152B1E
(21,43,30)
#0E1E15
(14,30,21)
#07110C
(7,17,12)
#000000
(0,0,0)

Tints of #4D9366

#4D9366
(77,147,102)
#5D9C73
(93,156,115)
#6DA580
(109,165,128)
#7DAE8D
(125,174,141)
#8DB79A
(141,183,154)
#9DC0A7
(157,192,167)
#ADC9B4
(173,201,180)
#BDD2C1
(189,210,193)
#CDDBCE
(205,219,206)
#DDE4DB
(221,228,219)
#EDEDE8
(237,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D9366; }

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

This text font color is #4D9366.


Background Color

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

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

This div background color is #4D9366.


Border color

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

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

This div border color is #4D9366.


Opacity

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

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

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

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

This text has shadow with #4D9366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D9366 on black background.


Color preview on white background

This text has color #4D9366 on white background.



Black color preview on #4D9366 background

This text has black color on #4D9366 background.


White color preview on #4D9366 background

This text has white color on #4D9366 background.