COLOR #4D634F

HEX: #4D634F
RGB: (77,99,79)

Renk bilgisi

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

RGB renk modeli

#4D634F color RGB value is (77,99,79).

  • kırmız ton 77;
  • yeşil ton 99;
  • mavi ton 79.
RGB:
(77,99,79)
(30%,39%,31%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 99 of 255 = 39%
B 79 of 255 = 31%

77
99
79

R + G + B ~ 33%. #4D634F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 99 + 79 = 255 (100%)
R 77 of 255 ~ 30.2%
G 99 of 255 ~ 38.82%
B 79 of 255 ~ 30.98%

%30.2
%38.82
%30.98

CMYK RENK MODELİ

#4D634F rengi CMYK tonu (22,0,20,61).

  • camgöbeği tonu 22.22%
  • eflatun tonu 0.00%
  • sarı tonu 20.20%
  • ana renk tonu 61.18%
CMYK:
(22,0,20,61)
C22M0Y20K61 
(22%,0%,20%,61%)
(0.22/0.00/0.20/0.61)	

CMYK yüzdeleri

%22.22
%0
%20.2
%61.18

Codes

Color #4D634F in popluar color models

4D634F
RGB779979
HSL125°12.50%34.51%
HSB/HSV125°22.22%38.82%
CMYK22.22%0.00%20.20%
61.18%

Color #4D634F in popluar number systems.

HEX4D634F
Decimal779979
Binary100110111000111001111
Octal115143117

Shades and tints

Shades of #4D634F

#4D634F
(77,99,79)
#465A48
(70,90,72)
#3F5141
(63,81,65)
#38483A
(56,72,58)
#313F33
(49,63,51)
#2A362C
(42,54,44)
#232D25
(35,45,37)
#1C241E
(28,36,30)
#151B17
(21,27,23)
#0E1210
(14,18,16)
#070909
(7,9,9)
#000000
(0,0,0)

Tints of #4D634F

#4D634F
(77,99,79)
#5D715F
(93,113,95)
#6D7F6F
(109,127,111)
#7D8D7F
(125,141,127)
#8D9B8F
(141,155,143)
#9DA99F
(157,169,159)
#ADB7AF
(173,183,175)
#BDC5BF
(189,197,191)
#CDD3CF
(205,211,207)
#DDE1DF
(221,225,223)
#EDEFEF
(237,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D634F color. Also use rgb(77,99,79) instead hex code.

Text Font Color

.myTextColor { color: #4D634F; }

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

This text font color is #4D634F.


Background Color

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

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

This div background color is #4D634F.


Border color

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

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

This div border color is #4D634F.


Opacity

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

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

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

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

This text has shadow with #4D634F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D634F on black background.


Color preview on white background

This text has color #4D634F on white background.



Black color preview on #4D634F background

This text has black color on #4D634F background.


White color preview on #4D634F background

This text has white color on #4D634F background.