COLOR #4F6353

HEX: #4F6353
RGB: (79,99,83)

Renk bilgisi

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

RGB renk modeli

#4F6353 color RGB value is (79,99,83).

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

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 99 of 255 = 39%
B 83 of 255 = 33%

79
99
83

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

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 99 + 83 = 261 (100%)
R 79 of 261 ~ 30.27%
G 99 of 261 ~ 37.93%
B 83 of 261 ~ 31.8%

%30.27
%37.93
%31.8

CMYK RENK MODELİ

#4F6353 rengi CMYK tonu (20,0,16,61).

  • camgöbeği tonu 20.20%
  • eflatun tonu 0.00%
  • sarı tonu 16.16%
  • ana renk tonu 61.18%
CMYK:
(20,0,16,61)
C20M0Y16K61 
(20%,0%,16%,61%)
(0.20/0.00/0.16/0.61)	

CMYK yüzdeleri

%20.2
%0
%16.16
%61.18

Codes

Color #4F6353 in popluar color models

4F6353
RGB799983
HSL132°11.24%34.90%
HSB/HSV132°20.20%38.82%
CMYK20.20%0.00%16.16%
61.18%

Color #4F6353 in popluar number systems.

HEX4F6353
Decimal799983
Binary100111111000111010011
Octal117143123

Shades and tints

Shades of #4F6353

#4F6353
(79,99,83)
#485A4C
(72,90,76)
#415145
(65,81,69)
#3A483E
(58,72,62)
#333F37
(51,63,55)
#2C3630
(44,54,48)
#252D29
(37,45,41)
#1E2422
(30,36,34)
#171B1B
(23,27,27)
#101214
(16,18,20)
#09090D
(9,9,13)
#000000
(0,0,0)

Tints of #4F6353

#4F6353
(79,99,83)
#5F7162
(95,113,98)
#6F7F71
(111,127,113)
#7F8D80
(127,141,128)
#8F9B8F
(143,155,143)
#9FA99E
(159,169,158)
#AFB7AD
(175,183,173)
#BFC5BC
(191,197,188)
#CFD3CB
(207,211,203)
#DFE1DA
(223,225,218)
#EFEFE9
(239,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6353; }

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

This text font color is #4F6353.


Background Color

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

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

This div background color is #4F6353.


Border color

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

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

This div border color is #4F6353.


Opacity

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

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

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

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

This text has shadow with #4F6353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6353 on black background.


Color preview on white background

This text has color #4F6353 on white background.



Black color preview on #4F6353 background

This text has black color on #4F6353 background.


White color preview on #4F6353 background

This text has white color on #4F6353 background.