COLOR #4F6D4B

HEX: #4F6D4B
RGB: (79,109,75)

Renk bilgisi

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

RGB renk modeli

#4F6D4B color RGB value is (79,109,75).

  • kırmız ton 79;
  • yeşil ton 109;
  • mavi ton 75.
RGB:
(79,109,75)
(31%,43%,29%)

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 109 of 255 = 43%
B 75 of 255 = 29%

79
109
75

R + G + B ~ 34%. #4F6D4B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 109 + 75 = 263 (100%)
R 79 of 263 ~ 30.04%
G 109 of 263 ~ 41.44%
B 75 of 263 ~ 28.52%

%30.04
%41.44
%28.52

CMYK RENK MODELİ

#4F6D4B rengi CMYK tonu (28,0,31,57).

  • camgöbeği tonu 27.52%
  • eflatun tonu 0.00%
  • sarı tonu 31.19%
  • ana renk tonu 57.25%
CMYK:
(28,0,31,57)
C28M0Y31K57 
(28%,0%,31%,57%)
(0.28/0.00/0.31/0.57)	

CMYK yüzdeleri

%27.52
%0
%31.19
%57.25

Codes

Color #4F6D4B in popluar color models

4F6D4B
RGB7910975
HSL113°18.48%36.08%
HSB/HSV113°31.19%42.75%
CMYK27.52%0.00%31.19%
57.25%

Color #4F6D4B in popluar number systems.

HEX4F6D4B
Decimal7910975
Binary100111111011011001011
Octal117155113

Shades and tints

Shades of #4F6D4B

#4F6D4B
(79,109,75)
#486445
(72,100,69)
#415B3F
(65,91,63)
#3A5239
(58,82,57)
#334933
(51,73,51)
#2C402D
(44,64,45)
#253727
(37,55,39)
#1E2E21
(30,46,33)
#17251B
(23,37,27)
#101C15
(16,28,21)
#09130F
(9,19,15)
#000000
(0,0,0)

Tints of #4F6D4B

#4F6D4B
(79,109,75)
#5F7A5B
(95,122,91)
#6F876B
(111,135,107)
#7F947B
(127,148,123)
#8FA18B
(143,161,139)
#9FAE9B
(159,174,155)
#AFBBAB
(175,187,171)
#BFC8BB
(191,200,187)
#CFD5CB
(207,213,203)
#DFE2DB
(223,226,219)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F6D4B color. Also use rgb(79,109,75) instead hex code.

Text Font Color

.myTextColor { color: #4F6D4B; }

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

This text font color is #4F6D4B.


Background Color

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

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

This div background color is #4F6D4B.


Border color

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

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

This div border color is #4F6D4B.


Opacity

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

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

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

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

This text has shadow with #4F6D4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6D4B on black background.


Color preview on white background

This text has color #4F6D4B on white background.



Black color preview on #4F6D4B background

This text has black color on #4F6D4B background.


White color preview on #4F6D4B background

This text has white color on #4F6D4B background.