COLOR #4D774B

HEX: #4D774B
RGB: (77,119,75)

Renk bilgisi

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

RGB renk modeli

#4D774B color RGB value is (77,119,75).

  • kırmız ton 77;
  • yeşil ton 119;
  • mavi ton 75.
RGB:
(77,119,75)
(30%,47%,29%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 119 of 255 = 47%
B 75 of 255 = 29%

77
119
75

R + G + B ~ 35%. #4D774B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 119 + 75 = 271 (100%)
R 77 of 271 ~ 28.41%
G 119 of 271 ~ 43.91%
B 75 of 271 ~ 27.68%

%28.41
%43.91
%27.68

CMYK RENK MODELİ

#4D774B rengi CMYK tonu (35,0,37,53).

  • camgöbeği tonu 35.29%
  • eflatun tonu 0.00%
  • sarı tonu 36.97%
  • ana renk tonu 53.33%
CMYK:
(35,0,37,53)
C35M0Y37K53 
(35%,0%,37%,53%)
(0.35/0.00/0.37/0.53)	

CMYK yüzdeleri

%35.29
%0
%36.97
%53.33

Codes

Color #4D774B in popluar color models

4D774B
RGB7711975
HSL117°22.68%38.04%
HSB/HSV117°36.97%46.67%
CMYK35.29%0.00%36.97%
53.33%

Color #4D774B in popluar number systems.

HEX4D774B
Decimal7711975
Binary100110111101111001011
Octal115167113

Shades and tints

Shades of #4D774B

#4D774B
(77,119,75)
#466D45
(70,109,69)
#3F633F
(63,99,63)
#385939
(56,89,57)
#314F33
(49,79,51)
#2A452D
(42,69,45)
#233B27
(35,59,39)
#1C3121
(28,49,33)
#15271B
(21,39,27)
#0E1D15
(14,29,21)
#07130F
(7,19,15)
#000000
(0,0,0)

Tints of #4D774B

#4D774B
(77,119,75)
#5D835B
(93,131,91)
#6D8F6B
(109,143,107)
#7D9B7B
(125,155,123)
#8DA78B
(141,167,139)
#9DB39B
(157,179,155)
#ADBFAB
(173,191,171)
#BDCBBB
(189,203,187)
#CDD7CB
(205,215,203)
#DDE3DB
(221,227,219)
#EDEFEB
(237,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D774B; }

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

This text font color is #4D774B.


Background Color

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

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

This div background color is #4D774B.


Border color

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

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

This div border color is #4D774B.


Opacity

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

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

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

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

This text has shadow with #4D774B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D774B on black background.


Color preview on white background

This text has color #4D774B on white background.



Black color preview on #4D774B background

This text has black color on #4D774B background.


White color preview on #4D774B background

This text has white color on #4D774B background.