COLOR #4D695C

HEX: #4D695C
RGB: (77,105,92)

Renk bilgisi

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

RGB renk modeli

#4D695C color RGB value is (77,105,92).

  • kırmız ton 77;
  • yeşil ton 105;
  • mavi ton 92.
RGB:
(77,105,92)
(30%,41%,36%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 105 of 255 = 41%
B 92 of 255 = 36%

77
105
92

R + G + B ~ 36%. #4D695C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 105 + 92 = 274 (100%)
R 77 of 274 ~ 28.1%
G 105 of 274 ~ 38.32%
B 92 of 274 ~ 33.58%

%28.1
%38.32
%33.58

CMYK RENK MODELİ

#4D695C rengi CMYK tonu (27,0,12,59).

  • camgöbeği tonu 26.67%
  • eflatun tonu 0.00%
  • sarı tonu 12.38%
  • ana renk tonu 58.82%
CMYK:
(27,0,12,59)
C27M0Y12K59 
(27%,0%,12%,59%)
(0.27/0.00/0.12/0.59)	

CMYK yüzdeleri

%26.67
%0
%12.38
%58.82

Codes

Color #4D695C in popluar color models

4D695C
RGB7710592
HSL152°15.38%35.69%
HSB/HSV152°26.67%41.18%
CMYK26.67%0.00%12.38%
58.82%

Color #4D695C in popluar number systems.

HEX4D695C
Decimal7710592
Binary100110111010011011100
Octal115151134

Shades and tints

Shades of #4D695C

#4D695C
(77,105,92)
#466054
(70,96,84)
#3F574C
(63,87,76)
#384E44
(56,78,68)
#31453C
(49,69,60)
#2A3C34
(42,60,52)
#23332C
(35,51,44)
#1C2A24
(28,42,36)
#15211C
(21,33,28)
#0E1814
(14,24,20)
#070F0C
(7,15,12)
#000000
(0,0,0)

Tints of #4D695C

#4D695C
(77,105,92)
#5D766A
(93,118,106)
#6D8378
(109,131,120)
#7D9086
(125,144,134)
#8D9D94
(141,157,148)
#9DAAA2
(157,170,162)
#ADB7B0
(173,183,176)
#BDC4BE
(189,196,190)
#CDD1CC
(205,209,204)
#DDDEDA
(221,222,218)
#EDEBE8
(237,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D695C color. Also use rgb(77,105,92) instead hex code.

Text Font Color

.myTextColor { color: #4D695C; }

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

This text font color is #4D695C.


Background Color

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

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

This div background color is #4D695C.


Border color

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

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

This div border color is #4D695C.


Opacity

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

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

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

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

This text has shadow with #4D695C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D695C on black background.


Color preview on white background

This text has color #4D695C on white background.



Black color preview on #4D695C background

This text has black color on #4D695C background.


White color preview on #4D695C background

This text has white color on #4D695C background.