COLOR #4D755A

HEX: #4D755A
RGB: (77,117,90)

Renk bilgisi

#4D755A contains red, green and blue colors in about the same proportion. #4D755A ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#4D755A color RGB value is (77,117,90).

  • kırmız ton 77;
  • yeşil ton 117;
  • mavi ton 90.
RGB:
(77,117,90)
(30%,46%,35%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 117 of 255 = 46%
B 90 of 255 = 35%

77
117
90

R + G + B ~ 37%. #4D755A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 117 + 90 = 284 (100%)
R 77 of 284 ~ 27.11%
G 117 of 284 ~ 41.2%
B 90 of 284 ~ 31.69%

%27.11
%41.2
%31.69

CMYK RENK MODELİ

#4D755A rengi CMYK tonu (34,0,23,54).

  • camgöbeği tonu 34.19%
  • eflatun tonu 0.00%
  • sarı tonu 23.08%
  • ana renk tonu 54.12%
CMYK:
(34,0,23,54)
C34M0Y23K54 
(34%,0%,23%,54%)
(0.34/0.00/0.23/0.54)	

CMYK yüzdeleri

%34.19
%0
%23.08
%54.12

Codes

Color #4D755A in popluar color models

4D755A
RGB7711790
HSL140°20.62%38.04%
HSB/HSV140°34.19%45.88%
CMYK34.19%0.00%23.08%
54.12%

Color #4D755A in popluar number systems.

HEX4D755A
Decimal7711790
Binary100110111101011011010
Octal115165132

Shades and tints

Shades of #4D755A

#4D755A
(77,117,90)
#466B52
(70,107,82)
#3F614A
(63,97,74)
#385742
(56,87,66)
#314D3A
(49,77,58)
#2A4332
(42,67,50)
#23392A
(35,57,42)
#1C2F22
(28,47,34)
#15251A
(21,37,26)
#0E1B12
(14,27,18)
#07110A
(7,17,10)
#000000
(0,0,0)

Tints of #4D755A

#4D755A
(77,117,90)
#5D8169
(93,129,105)
#6D8D78
(109,141,120)
#7D9987
(125,153,135)
#8DA596
(141,165,150)
#9DB1A5
(157,177,165)
#ADBDB4
(173,189,180)
#BDC9C3
(189,201,195)
#CDD5D2
(205,213,210)
#DDE1E1
(221,225,225)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D755A; }

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

This text font color is #4D755A.


Background Color

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

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

This div background color is #4D755A.


Border color

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

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

This div border color is #4D755A.


Opacity

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

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

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

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

This text has shadow with #4D755A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D755A on black background.


Color preview on white background

This text has color #4D755A on white background.



Black color preview on #4D755A background

This text has black color on #4D755A background.


White color preview on #4D755A background

This text has white color on #4D755A background.