COLOR #4F6339

HEX: #4F6339
RGB: (79,99,57)

Renk bilgisi

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

RGB renk modeli

#4F6339 color RGB value is (79,99,57).

  • kırmız ton 79;
  • yeşil ton 99;
  • mavi ton 57.
RGB:
(79,99,57)
(31%,39%,22%)

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 99 of 255 = 39%
B 57 of 255 = 22%

79
99
57

R + G + B ~ 31%. #4F6339 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 99 + 57 = 235 (100%)
R 79 of 235 ~ 33.62%
G 99 of 235 ~ 42.13%
B 57 of 235 ~ 24.26%

%33.62
%42.13
%24.26

CMYK RENK MODELİ

#4F6339 rengi CMYK tonu (20,0,42,61).

  • camgöbeği tonu 20.20%
  • eflatun tonu 0.00%
  • sarı tonu 42.42%
  • ana renk tonu 61.18%
CMYK:
(20,0,42,61)
C20M0Y42K61 
(20%,0%,42%,61%)
(0.20/0.00/0.42/0.61)	

CMYK yüzdeleri

%20.2
%0
%42.42
%61.18

Codes

Color #4F6339 in popluar color models

4F6339
RGB799957
HSL89°26.92%30.59%
HSB/HSV89°42.42%38.82%
CMYK20.20%0.00%42.42%
61.18%

Color #4F6339 in popluar number systems.

HEX4F6339
Decimal799957
Binary10011111100011111001
Octal11714371

Shades and tints

Shades of #4F6339

#4F6339
(79,99,57)
#485A34
(72,90,52)
#41512F
(65,81,47)
#3A482A
(58,72,42)
#333F25
(51,63,37)
#2C3620
(44,54,32)
#252D1B
(37,45,27)
#1E2416
(30,36,22)
#171B11
(23,27,17)
#10120C
(16,18,12)
#090907
(9,9,7)
#000000
(0,0,0)

Tints of #4F6339

#4F6339
(79,99,57)
#5F714B
(95,113,75)
#6F7F5D
(111,127,93)
#7F8D6F
(127,141,111)
#8F9B81
(143,155,129)
#9FA993
(159,169,147)
#AFB7A5
(175,183,165)
#BFC5B7
(191,197,183)
#CFD3C9
(207,211,201)
#DFE1DB
(223,225,219)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F6339 color. Also use rgb(79,99,57) instead hex code.

Text Font Color

.myTextColor { color: #4F6339; }

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

This text font color is #4F6339.


Background Color

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

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

This div background color is #4F6339.


Border color

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

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

This div border color is #4F6339.


Opacity

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

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

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

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

This text has shadow with #4F6339 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6339 on black background.


Color preview on white background

This text has color #4F6339 on white background.



Black color preview on #4F6339 background

This text has black color on #4F6339 background.


White color preview on #4F6339 background

This text has white color on #4F6339 background.