COLOR #4F6049

HEX: #4F6049
RGB: (79,96,73)

Renk bilgisi

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

RGB renk modeli

#4F6049 color RGB value is (79,96,73).

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

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 96 of 255 = 38%
B 73 of 255 = 29%

79
96
73

R + G + B ~ 33%. #4F6049 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 96 + 73 = 248 (100%)
R 79 of 248 ~ 31.85%
G 96 of 248 ~ 38.71%
B 73 of 248 ~ 29.44%

%31.85
%38.71
%29.44

CMYK RENK MODELİ

#4F6049 rengi CMYK tonu (18,0,24,62).

  • camgöbeği tonu 17.71%
  • eflatun tonu 0.00%
  • sarı tonu 23.96%
  • ana renk tonu 62.35%
CMYK:
(18,0,24,62)
C18M0Y24K62 
(18%,0%,24%,62%)
(0.18/0.00/0.24/0.62)	

CMYK yüzdeleri

%17.71
%0
%23.96
%62.35

Codes

Color #4F6049 in popluar color models

4F6049
RGB799673
HSL104°13.61%33.14%
HSB/HSV104°23.96%37.65%
CMYK17.71%0.00%23.96%
62.35%

Color #4F6049 in popluar number systems.

HEX4F6049
Decimal799673
Binary100111111000001001001
Octal117140111

Shades and tints

Shades of #4F6049

#4F6049
(79,96,73)
#485843
(72,88,67)
#41503D
(65,80,61)
#3A4837
(58,72,55)
#334031
(51,64,49)
#2C382B
(44,56,43)
#253025
(37,48,37)
#1E281F
(30,40,31)
#172019
(23,32,25)
#101813
(16,24,19)
#09100D
(9,16,13)
#000000
(0,0,0)

Tints of #4F6049

#4F6049
(79,96,73)
#5F6E59
(95,110,89)
#6F7C69
(111,124,105)
#7F8A79
(127,138,121)
#8F9889
(143,152,137)
#9FA699
(159,166,153)
#AFB4A9
(175,180,169)
#BFC2B9
(191,194,185)
#CFD0C9
(207,208,201)
#DFDED9
(223,222,217)
#EFECE9
(239,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6049; }

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

This text font color is #4F6049.


Background Color

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

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

This div background color is #4F6049.


Border color

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

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

This div border color is #4F6049.


Opacity

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

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

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

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

This text has shadow with #4F6049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6049 on black background.


Color preview on white background

This text has color #4F6049 on white background.



Black color preview on #4F6049 background

This text has black color on #4F6049 background.


White color preview on #4F6049 background

This text has white color on #4F6049 background.