COLOR #4D4241

HEX: #4D4241
RGB: (77,66,65)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

77
66
65

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 66 + 65 = 208 (100%)
R 77 of 208 ~ 37.02%
G 66 of 208 ~ 31.73%
B 65 of 208 ~ 31.25%

%37.02
%31.73
%31.25

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%14.29
%15.58
%69.8

Codes

Color #4D4241 in popluar color models

4D4241
RGB776665
HSL8.45%27.84%
HSB/HSV15.58%30.20%
CMYK0.00%14.29%15.58%
69.80%

Color #4D4241 in popluar number systems.

HEX4D4241
Decimal776665
Binary100110110000101000001
Octal115102101

Shades and tints

Shades of #4D4241

#4D4241
(77,66,65)
#463C3C
(70,60,60)
#3F3637
(63,54,55)
#383032
(56,48,50)
#312A2D
(49,42,45)
#2A2428
(42,36,40)
#231E23
(35,30,35)
#1C181E
(28,24,30)
#151219
(21,18,25)
#0E0C14
(14,12,20)
#07060F
(7,6,15)
#000000
(0,0,0)

Tints of #4D4241

#4D4241
(77,66,65)
#5D5352
(93,83,82)
#6D6463
(109,100,99)
#7D7574
(125,117,116)
#8D8685
(141,134,133)
#9D9796
(157,151,150)
#ADA8A7
(173,168,167)
#BDB9B8
(189,185,184)
#CDCAC9
(205,202,201)
#DDDBDA
(221,219,218)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4241; }

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

This text font color is #4D4241.


Background Color

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

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

This div background color is #4D4241.


Border color

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

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

This div border color is #4D4241.


Opacity

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

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

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

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

This text has shadow with #4D4241 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4241 on black background.


Color preview on white background

This text has color #4D4241 on white background.



Black color preview on #4D4241 background

This text has black color on #4D4241 background.


White color preview on #4D4241 background

This text has white color on #4D4241 background.