COLOR #4D615D

HEX: #4D615D
RGB: (77,97,93)

Renk bilgisi

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

RGB renk modeli

#4D615D color RGB value is (77,97,93).

  • kırmız ton 77;
  • yeşil ton 97;
  • mavi ton 93.
RGB:
(77,97,93)
(30%,38%,36%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 97 of 255 = 38%
B 93 of 255 = 36%

77
97
93

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 97 + 93 = 267 (100%)
R 77 of 267 ~ 28.84%
G 97 of 267 ~ 36.33%
B 93 of 267 ~ 34.83%

%28.84
%36.33
%34.83

CMYK RENK MODELİ

#4D615D rengi CMYK tonu (21,0,4,62).

  • camgöbeği tonu 20.62%
  • eflatun tonu 0.00%
  • sarı tonu 4.12%
  • ana renk tonu 61.96%
CMYK:
(21,0,4,62)
C21M0Y4K62 
(21%,0%,4%,62%)
(0.21/0.00/0.04/0.62)	

CMYK yüzdeleri

%20.62
%0
%4.12
%61.96

Codes

Color #4D615D in popluar color models

4D615D
RGB779793
HSL168°11.49%34.12%
HSB/HSV168°20.62%38.04%
CMYK20.62%0.00%4.12%
61.96%

Color #4D615D in popluar number systems.

HEX4D615D
Decimal779793
Binary100110111000011011101
Octal115141135

Shades and tints

Shades of #4D615D

#4D615D
(77,97,93)
#465955
(70,89,85)
#3F514D
(63,81,77)
#384945
(56,73,69)
#31413D
(49,65,61)
#2A3935
(42,57,53)
#23312D
(35,49,45)
#1C2925
(28,41,37)
#15211D
(21,33,29)
#0E1915
(14,25,21)
#07110D
(7,17,13)
#000000
(0,0,0)

Tints of #4D615D

#4D615D
(77,97,93)
#5D6F6B
(93,111,107)
#6D7D79
(109,125,121)
#7D8B87
(125,139,135)
#8D9995
(141,153,149)
#9DA7A3
(157,167,163)
#ADB5B1
(173,181,177)
#BDC3BF
(189,195,191)
#CDD1CD
(205,209,205)
#DDDFDB
(221,223,219)
#EDEDE9
(237,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D615D color. Also use rgb(77,97,93) instead hex code.

Text Font Color

.myTextColor { color: #4D615D; }

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

This text font color is #4D615D.


Background Color

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

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

This div background color is #4D615D.


Border color

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

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

This div border color is #4D615D.


Opacity

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

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

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

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

This text has shadow with #4D615D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D615D on black background.


Color preview on white background

This text has color #4D615D on white background.



Black color preview on #4D615D background

This text has black color on #4D615D background.


White color preview on #4D615D background

This text has white color on #4D615D background.