COLOR #4F4741

HEX: #4F4741
RGB: (79,71,65)

Renk bilgisi

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

RGB renk modeli

#4F4741 color RGB value is (79,71,65).

  • kırmız ton 79;
  • yeşil ton 71;
  • mavi ton 65.
RGB:
(79,71,65)
(31%,28%,25%)

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 71 of 255 = 28%
B 65 of 255 = 25%

79
71
65

R + G + B ~ 28%. #4F4741 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 71 + 65 = 215 (100%)
R 79 of 215 ~ 36.74%
G 71 of 215 ~ 33.02%
B 65 of 215 ~ 30.23%

%36.74
%33.02
%30.23

CMYK RENK MODELİ

#4F4741 rengi CMYK tonu (0,10,18,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.13%
  • sarı tonu 17.72%
  • ana renk tonu 69.02%
CMYK:
(0,10,18,69)
C0M10Y18K69 
(0%,10%,18%,69%)
(0.00/0.10/0.18/0.69)	

CMYK yüzdeleri

%0
%10.13
%17.72
%69.02

Codes

Color #4F4741 in popluar color models

4F4741
RGB797165
HSL26°9.72%28.24%
HSB/HSV26°17.72%30.98%
CMYK0.00%10.13%17.72%
69.02%

Color #4F4741 in popluar number systems.

HEX4F4741
Decimal797165
Binary100111110001111000001
Octal117107101

Shades and tints

Shades of #4F4741

#4F4741
(79,71,65)
#48413C
(72,65,60)
#413B37
(65,59,55)
#3A3532
(58,53,50)
#332F2D
(51,47,45)
#2C2928
(44,41,40)
#252323
(37,35,35)
#1E1D1E
(30,29,30)
#171719
(23,23,25)
#101114
(16,17,20)
#090B0F
(9,11,15)
#000000
(0,0,0)

Tints of #4F4741

#4F4741
(79,71,65)
#5F5752
(95,87,82)
#6F6763
(111,103,99)
#7F7774
(127,119,116)
#8F8785
(143,135,133)
#9F9796
(159,151,150)
#AFA7A7
(175,167,167)
#BFB7B8
(191,183,184)
#CFC7C9
(207,199,201)
#DFD7DA
(223,215,218)
#EFE7EB
(239,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4741; }

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

This text font color is #4F4741.


Background Color

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

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

This div background color is #4F4741.


Border color

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

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

This div border color is #4F4741.


Opacity

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

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

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

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

This text has shadow with #4F4741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4741 on black background.


Color preview on white background

This text has color #4F4741 on white background.



Black color preview on #4F4741 background

This text has black color on #4F4741 background.


White color preview on #4F4741 background

This text has white color on #4F4741 background.