COLOR #4D7463

HEX: #4D7463
RGB: (77,116,99)

Renk bilgisi

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

RGB renk modeli

#4D7463 color RGB value is (77,116,99).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 116 of 255 = 45%
B 99 of 255 = 39%

77
116
99

R + G + B ~ 38%. #4D7463 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 116 + 99 = 292 (100%)
R 77 of 292 ~ 26.37%
G 116 of 292 ~ 39.73%
B 99 of 292 ~ 33.9%

%26.37
%39.73
%33.9

CMYK RENK MODELİ

#4D7463 rengi CMYK tonu (34,0,15,55).

  • camgöbeği tonu 33.62%
  • eflatun tonu 0.00%
  • sarı tonu 14.66%
  • ana renk tonu 54.51%
CMYK:
(34,0,15,55)
C34M0Y15K55 
(34%,0%,15%,55%)
(0.34/0.00/0.15/0.55)	

CMYK yüzdeleri

%33.62
%0
%14.66
%54.51

Codes

Color #4D7463 in popluar color models

4D7463
RGB7711699
HSL154°20.21%37.84%
HSB/HSV154°33.62%45.49%
CMYK33.62%0.00%14.66%
54.51%

Color #4D7463 in popluar number systems.

HEX4D7463
Decimal7711699
Binary100110111101001100011
Octal115164143

Shades and tints

Shades of #4D7463

#4D7463
(77,116,99)
#466A5A
(70,106,90)
#3F6051
(63,96,81)
#385648
(56,86,72)
#314C3F
(49,76,63)
#2A4236
(42,66,54)
#23382D
(35,56,45)
#1C2E24
(28,46,36)
#15241B
(21,36,27)
#0E1A12
(14,26,18)
#071009
(7,16,9)
#000000
(0,0,0)

Tints of #4D7463

#4D7463
(77,116,99)
#5D8071
(93,128,113)
#6D8C7F
(109,140,127)
#7D988D
(125,152,141)
#8DA49B
(141,164,155)
#9DB0A9
(157,176,169)
#ADBCB7
(173,188,183)
#BDC8C5
(189,200,197)
#CDD4D3
(205,212,211)
#DDE0E1
(221,224,225)
#EDECEF
(237,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D7463; }

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

This text font color is #4D7463.


Background Color

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

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

This div background color is #4D7463.


Border color

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

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

This div border color is #4D7463.


Opacity

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

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

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

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

This text has shadow with #4D7463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7463 on black background.


Color preview on white background

This text has color #4D7463 on white background.



Black color preview on #4D7463 background

This text has black color on #4D7463 background.


White color preview on #4D7463 background

This text has white color on #4D7463 background.