COLOR #4F6248

HEX: #4F6248
RGB: (79,98,72)

Renk bilgisi

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

RGB renk modeli

#4F6248 color RGB value is (79,98,72).

  • kırmız ton 79;
  • yeşil ton 98;
  • mavi ton 72.
RGB:
(79,98,72)
(31%,38%,28%)

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 98 of 255 = 38%
B 72 of 255 = 28%

79
98
72

R + G + B ~ 32%. #4F6248 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 98 + 72 = 249 (100%)
R 79 of 249 ~ 31.73%
G 98 of 249 ~ 39.36%
B 72 of 249 ~ 28.92%

%31.73
%39.36
%28.92

CMYK RENK MODELİ

#4F6248 rengi CMYK tonu (19,0,27,62).

  • camgöbeği tonu 19.39%
  • eflatun tonu 0.00%
  • sarı tonu 26.53%
  • ana renk tonu 61.57%
CMYK:
(19,0,27,62)
C19M0Y27K62 
(19%,0%,27%,62%)
(0.19/0.00/0.27/0.62)	

CMYK yüzdeleri

%19.39
%0
%26.53
%61.57

Codes

Color #4F6248 in popluar color models

4F6248
RGB799872
HSL104°15.29%33.33%
HSB/HSV104°26.53%38.43%
CMYK19.39%0.00%26.53%
61.57%

Color #4F6248 in popluar number systems.

HEX4F6248
Decimal799872
Binary100111111000101001000
Octal117142110

Shades and tints

Shades of #4F6248

#4F6248
(79,98,72)
#485A42
(72,90,66)
#41523C
(65,82,60)
#3A4A36
(58,74,54)
#334230
(51,66,48)
#2C3A2A
(44,58,42)
#253224
(37,50,36)
#1E2A1E
(30,42,30)
#172218
(23,34,24)
#101A12
(16,26,18)
#09120C
(9,18,12)
#000000
(0,0,0)

Tints of #4F6248

#4F6248
(79,98,72)
#5F7058
(95,112,88)
#6F7E68
(111,126,104)
#7F8C78
(127,140,120)
#8F9A88
(143,154,136)
#9FA898
(159,168,152)
#AFB6A8
(175,182,168)
#BFC4B8
(191,196,184)
#CFD2C8
(207,210,200)
#DFE0D8
(223,224,216)
#EFEEE8
(239,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F6248 color. Also use rgb(79,98,72) instead hex code.

Text Font Color

.myTextColor { color: #4F6248; }

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

This text font color is #4F6248.


Background Color

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

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

This div background color is #4F6248.


Border color

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

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

This div border color is #4F6248.


Opacity

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

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

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

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

This text has shadow with #4F6248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6248 on black background.


Color preview on white background

This text has color #4F6248 on white background.



Black color preview on #4F6248 background

This text has black color on #4F6248 background.


White color preview on #4F6248 background

This text has white color on #4F6248 background.