COLOR #4D4141

HEX: #4D4141
RGB: (77,65,65)

Renk bilgisi

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

RGB renk modeli

#4D4141 color RGB value is (77,65,65).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 65 of 255 = 25%
B 65 of 255 = 25%

77
65
65

R + G + B ~ 27%. #4D4141 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 65 + 65 = 207 (100%)
R 77 of 207 ~ 37.2%
G 65 of 207 ~ 31.4%
B 65 of 207 ~ 31.4%

%37.2
%31.4
%31.4

CMYK RENK MODELİ

#4D4141 rengi CMYK tonu (0,16,16,70).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.58%
  • sarı tonu 15.58%
  • ana renk tonu 69.80%
CMYK:
(0,16,16,70)
C0M16Y16K70 
(0%,16%,16%,70%)
(0.00/0.16/0.16/0.70)	

CMYK yüzdeleri

%0
%15.58
%15.58
%69.8

Codes

Color #4D4141 in popluar color models

4D4141
RGB776565
HSL8.45%27.84%
HSB/HSV15.58%30.20%
CMYK0.00%15.58%15.58%
69.80%

Color #4D4141 in popluar number systems.

HEX4D4141
Decimal776565
Binary100110110000011000001
Octal115101101

Shades and tints

Shades of #4D4141

#4D4141
(77,65,65)
#463C3C
(70,60,60)
#3F3737
(63,55,55)
#383232
(56,50,50)
#312D2D
(49,45,45)
#2A2828
(42,40,40)
#232323
(35,35,35)
#1C1E1E
(28,30,30)
#151919
(21,25,25)
#0E1414
(14,20,20)
#070F0F
(7,15,15)
#000000
(0,0,0)

Tints of #4D4141

#4D4141
(77,65,65)
#5D5252
(93,82,82)
#6D6363
(109,99,99)
#7D7474
(125,116,116)
#8D8585
(141,133,133)
#9D9696
(157,150,150)
#ADA7A7
(173,167,167)
#BDB8B8
(189,184,184)
#CDC9C9
(205,201,201)
#DDDADA
(221,218,218)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4141; }

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

This text font color is #4D4141.


Background Color

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

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

This div background color is #4D4141.


Border color

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

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

This div border color is #4D4141.


Opacity

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

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

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

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

This text has shadow with #4D4141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4141 on black background.


Color preview on white background

This text has color #4D4141 on white background.



Black color preview on #4D4141 background

This text has black color on #4D4141 background.


White color preview on #4D4141 background

This text has white color on #4D4141 background.