COLOR #4F493C

HEX: #4F493C
RGB: (79,73,60)

Renk bilgisi

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

RGB renk modeli

#4F493C color RGB value is (79,73,60).

  • kırmız ton 79;
  • yeşil ton 73;
  • mavi ton 60.
RGB:
(79,73,60)
(31%,29%,24%)

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 73 of 255 = 29%
B 60 of 255 = 24%

79
73
60

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

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 73 + 60 = 212 (100%)
R 79 of 212 ~ 37.26%
G 73 of 212 ~ 34.43%
B 60 of 212 ~ 28.3%

%37.26
%34.43
%28.3

CMYK RENK MODELİ

#4F493C rengi CMYK tonu (0,8,24,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.59%
  • sarı tonu 24.05%
  • ana renk tonu 69.02%
CMYK:
(0,8,24,69)
C0M8Y24K69 
(0%,8%,24%,69%)
(0.00/0.08/0.24/0.69)	

CMYK yüzdeleri

%0
%7.59
%24.05
%69.02

Codes

Color #4F493C in popluar color models

4F493C
RGB797360
HSL41°13.67%27.25%
HSB/HSV41°24.05%30.98%
CMYK0.00%7.59%24.05%
69.02%

Color #4F493C in popluar number systems.

HEX4F493C
Decimal797360
Binary10011111001001111100
Octal11711174

Shades and tints

Shades of #4F493C

#4F493C
(79,73,60)
#484337
(72,67,55)
#413D32
(65,61,50)
#3A372D
(58,55,45)
#333128
(51,49,40)
#2C2B23
(44,43,35)
#25251E
(37,37,30)
#1E1F19
(30,31,25)
#171914
(23,25,20)
#10130F
(16,19,15)
#090D0A
(9,13,10)
#000000
(0,0,0)

Tints of #4F493C

#4F493C
(79,73,60)
#5F594D
(95,89,77)
#6F695E
(111,105,94)
#7F796F
(127,121,111)
#8F8980
(143,137,128)
#9F9991
(159,153,145)
#AFA9A2
(175,169,162)
#BFB9B3
(191,185,179)
#CFC9C4
(207,201,196)
#DFD9D5
(223,217,213)
#EFE9E6
(239,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F493C color. Also use rgb(79,73,60) instead hex code.

Text Font Color

.myTextColor { color: #4F493C; }

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

This text font color is #4F493C.


Background Color

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

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

This div background color is #4F493C.


Border color

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

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

This div border color is #4F493C.


Opacity

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

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

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

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

This text has shadow with #4F493C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F493C on black background.


Color preview on white background

This text has color #4F493C on white background.



Black color preview on #4F493C background

This text has black color on #4F493C background.


White color preview on #4F493C background

This text has white color on #4F493C background.