COLOR #4D436B

HEX: #4D436B
RGB: (77,67,107)

Renk bilgisi

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

RGB renk modeli

#4D436B color RGB value is (77,67,107).

  • kırmız ton 77;
  • yeşil ton 67;
  • mavi ton 107.
RGB:
(77,67,107)
(30%,26%,42%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 67 of 255 = 26%
B 107 of 255 = 42%

77
67
107

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 67 + 107 = 251 (100%)
R 77 of 251 ~ 30.68%
G 67 of 251 ~ 26.69%
B 107 of 251 ~ 42.63%

%30.68
%26.69
%42.63

CMYK RENK MODELİ

#4D436B rengi CMYK tonu (28,37,0,58).

  • camgöbeği tonu 28.04%
  • eflatun tonu 37.38%
  • sarı tonu 0.00%
  • ana renk tonu 58.04%
CMYK:
(28,37,0,58)
C28M37Y0K58 
(28%,37%,0%,58%)
(0.28/0.37/0.00/0.58)	

CMYK yüzdeleri

%28.04
%37.38
%0
%58.04

Codes

Color #4D436B in popluar color models

4D436B
RGB7767107
HSL255°22.99%34.12%
HSB/HSV255°37.38%41.96%
CMYK28.04%37.38%0.00%
58.04%

Color #4D436B in popluar number systems.

HEX4D436B
Decimal7767107
Binary100110110000111101011
Octal115103153

Shades and tints

Shades of #4D436B

#4D436B
(77,67,107)
#463D62
(70,61,98)
#3F3759
(63,55,89)
#383150
(56,49,80)
#312B47
(49,43,71)
#2A253E
(42,37,62)
#231F35
(35,31,53)
#1C192C
(28,25,44)
#151323
(21,19,35)
#0E0D1A
(14,13,26)
#070711
(7,7,17)
#000000
(0,0,0)

Tints of #4D436B

#4D436B
(77,67,107)
#5D5478
(93,84,120)
#6D6585
(109,101,133)
#7D7692
(125,118,146)
#8D879F
(141,135,159)
#9D98AC
(157,152,172)
#ADA9B9
(173,169,185)
#BDBAC6
(189,186,198)
#CDCBD3
(205,203,211)
#DDDCE0
(221,220,224)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D436B color. Also use rgb(77,67,107) instead hex code.

Text Font Color

.myTextColor { color: #4D436B; }

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

This text font color is #4D436B.


Background Color

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

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

This div background color is #4D436B.


Border color

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

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

This div border color is #4D436B.


Opacity

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

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

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

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

This text has shadow with #4D436B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D436B on black background.


Color preview on white background

This text has color #4D436B on white background.



Black color preview on #4D436B background

This text has black color on #4D436B background.


White color preview on #4D436B background

This text has white color on #4D436B background.