COLOR #4E6B49

HEX: #4E6B49
RGB: (78,107,73)

Renk bilgisi

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

RGB renk modeli

#4E6B49 color RGB value is (78,107,73).

  • kırmız ton 78;
  • yeşil ton 107;
  • mavi ton 73.
RGB:
(78,107,73)
(31%,42%,29%)

RGB bağlantıları ve doygunluk

R 78 of 255 = 31%
G 107 of 255 = 42%
B 73 of 255 = 29%

78
107
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
78 + 107 + 73 = 258 (100%)
R 78 of 258 ~ 30.23%
G 107 of 258 ~ 41.47%
B 73 of 258 ~ 28.29%

%30.23
%41.47
%28.29

CMYK RENK MODELİ

#4E6B49 rengi CMYK tonu (27,0,32,58).

  • camgöbeği tonu 27.10%
  • eflatun tonu 0.00%
  • sarı tonu 31.78%
  • ana renk tonu 58.04%
CMYK:
(27,0,32,58)
C27M0Y32K58 
(27%,0%,32%,58%)
(0.27/0.00/0.32/0.58)	

CMYK yüzdeleri

%27.1
%0
%31.78
%58.04

Codes

Color #4E6B49 in popluar color models

4E6B49
RGB7810773
HSL111°18.89%35.29%
HSB/HSV111°31.78%41.96%
CMYK27.10%0.00%31.78%
58.04%

Color #4E6B49 in popluar number systems.

HEX4E6B49
Decimal7810773
Binary100111011010111001001
Octal116153111

Shades and tints

Shades of #4E6B49

#4E6B49
(78,107,73)
#476243
(71,98,67)
#40593D
(64,89,61)
#395037
(57,80,55)
#324731
(50,71,49)
#2B3E2B
(43,62,43)
#243525
(36,53,37)
#1D2C1F
(29,44,31)
#162319
(22,35,25)
#0F1A13
(15,26,19)
#08110D
(8,17,13)
#000000
(0,0,0)

Tints of #4E6B49

#4E6B49
(78,107,73)
#5E7859
(94,120,89)
#6E8569
(110,133,105)
#7E9279
(126,146,121)
#8E9F89
(142,159,137)
#9EAC99
(158,172,153)
#AEB9A9
(174,185,169)
#BEC6B9
(190,198,185)
#CED3C9
(206,211,201)
#DEE0D9
(222,224,217)
#EEEDE9
(238,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E6B49 color. Also use rgb(78,107,73) instead hex code.

Text Font Color

.myTextColor { color: #4E6B49; }

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

This text font color is #4E6B49.


Background Color

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

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

This div background color is #4E6B49.


Border color

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

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

This div border color is #4E6B49.


Opacity

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

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

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

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

This text has shadow with #4E6B49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6B49 on black background.


Color preview on white background

This text has color #4E6B49 on white background.



Black color preview on #4E6B49 background

This text has black color on #4E6B49 background.


White color preview on #4E6B49 background

This text has white color on #4E6B49 background.