COLOR #4D7462

HEX: #4D7462
RGB: (77,116,98)

Renk bilgisi

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

RGB renk modeli

#4D7462 color RGB value is (77,116,98).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 116 of 255 = 45%
B 98 of 255 = 38%

77
116
98

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 116 + 98 = 291 (100%)
R 77 of 291 ~ 26.46%
G 116 of 291 ~ 39.86%
B 98 of 291 ~ 33.68%

%26.46
%39.86
%33.68

CMYK RENK MODELİ

#4D7462 rengi CMYK tonu (34,0,16,55).

  • camgöbeği tonu 33.62%
  • eflatun tonu 0.00%
  • sarı tonu 15.52%
  • ana renk tonu 54.51%
CMYK:
(34,0,16,55)
C34M0Y16K55 
(34%,0%,16%,55%)
(0.34/0.00/0.16/0.55)	

CMYK yüzdeleri

%33.62
%0
%15.52
%54.51

Codes

Color #4D7462 in popluar color models

4D7462
RGB7711698
HSL152°20.21%37.84%
HSB/HSV152°33.62%45.49%
CMYK33.62%0.00%15.52%
54.51%

Color #4D7462 in popluar number systems.

HEX4D7462
Decimal7711698
Binary100110111101001100010
Octal115164142

Shades and tints

Shades of #4D7462

#4D7462
(77,116,98)
#466A5A
(70,106,90)
#3F6052
(63,96,82)
#38564A
(56,86,74)
#314C42
(49,76,66)
#2A423A
(42,66,58)
#233832
(35,56,50)
#1C2E2A
(28,46,42)
#152422
(21,36,34)
#0E1A1A
(14,26,26)
#071012
(7,16,18)
#000000
(0,0,0)

Tints of #4D7462

#4D7462
(77,116,98)
#5D8070
(93,128,112)
#6D8C7E
(109,140,126)
#7D988C
(125,152,140)
#8DA49A
(141,164,154)
#9DB0A8
(157,176,168)
#ADBCB6
(173,188,182)
#BDC8C4
(189,200,196)
#CDD4D2
(205,212,210)
#DDE0E0
(221,224,224)
#EDECEE
(237,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D7462; }

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

This text font color is #4D7462.


Background Color

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

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

This div background color is #4D7462.


Border color

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

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

This div border color is #4D7462.


Opacity

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

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

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

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

This text has shadow with #4D7462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7462 on black background.


Color preview on white background

This text has color #4D7462 on white background.



Black color preview on #4D7462 background

This text has black color on #4D7462 background.


White color preview on #4D7462 background

This text has white color on #4D7462 background.