COLOR #4D253F

HEX: #4D253F
RGB: (77,37,63)

Renk bilgisi

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

RGB renk modeli

#4D253F color RGB value is (77,37,63).

  • kırmız ton 77;
  • yeşil ton 37;
  • mavi ton 63.
RGB:
(77,37,63)
(30%,15%,25%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 37 of 255 = 15%
B 63 of 255 = 25%

77
37
63

R + G + B ~ 23%. #4D253F is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 37 + 63 = 177 (100%)
R 77 of 177 ~ 43.5%
G 37 of 177 ~ 20.9%
B 63 of 177 ~ 35.59%

%43.5
%20.9
%35.59

CMYK RENK MODELİ

#4D253F rengi CMYK tonu (0,52,18,70).

  • camgöbeği tonu 0.00%
  • eflatun tonu 51.95%
  • sarı tonu 18.18%
  • ana renk tonu 69.80%
CMYK:
(0,52,18,70)
C0M52Y18K70 
(0%,52%,18%,70%)
(0.00/0.52/0.18/0.70)	

CMYK yüzdeleri

%0
%51.95
%18.18
%69.8

Codes

Color #4D253F in popluar color models

4D253F
RGB773763
HSL321°35.09%22.35%
HSB/HSV321°51.95%30.20%
CMYK0.00%51.95%18.18%
69.80%

Color #4D253F in popluar number systems.

HEX4D253F
Decimal773763
Binary1001101100101111111
Octal1154577

Shades and tints

Shades of #4D253F

#4D253F
(77,37,63)
#46223A
(70,34,58)
#3F1F35
(63,31,53)
#381C30
(56,28,48)
#31192B
(49,25,43)
#2A1626
(42,22,38)
#231321
(35,19,33)
#1C101C
(28,16,28)
#150D17
(21,13,23)
#0E0A12
(14,10,18)
#07070D
(7,7,13)
#000000
(0,0,0)

Tints of #4D253F

#4D253F
(77,37,63)
#5D3850
(93,56,80)
#6D4B61
(109,75,97)
#7D5E72
(125,94,114)
#8D7183
(141,113,131)
#9D8494
(157,132,148)
#AD97A5
(173,151,165)
#BDAAB6
(189,170,182)
#CDBDC7
(205,189,199)
#DDD0D8
(221,208,216)
#EDE3E9
(237,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D253F color. Also use rgb(77,37,63) instead hex code.

Text Font Color

.myTextColor { color: #4D253F; }

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

This text font color is #4D253F.


Background Color

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

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

This div background color is #4D253F.


Border color

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

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

This div border color is #4D253F.


Opacity

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

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

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

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

This text has shadow with #4D253F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D253F on black background.


Color preview on white background

This text has color #4D253F on white background.



Black color preview on #4D253F background

This text has black color on #4D253F background.


White color preview on #4D253F background

This text has white color on #4D253F background.