COLOR #4E8359

HEX: #4E8359
RGB: (78,131,89)

Renk bilgisi

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

RGB renk modeli

#4E8359 color RGB value is (78,131,89).

  • kırmız ton 78;
  • yeşil ton 131;
  • mavi ton 89.
RGB:
(78,131,89)
(31%,51%,35%)

RGB bağlantıları ve doygunluk

R 78 of 255 = 31%
G 131 of 255 = 51%
B 89 of 255 = 35%

78
131
89

R + G + B ~ 39%. #4E8359 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
78 + 131 + 89 = 298 (100%)
R 78 of 298 ~ 26.17%
G 131 of 298 ~ 43.96%
B 89 of 298 ~ 29.87%

%26.17
%43.96
%29.87

CMYK RENK MODELİ

#4E8359 rengi CMYK tonu (40,0,32,49).

  • camgöbeği tonu 40.46%
  • eflatun tonu 0.00%
  • sarı tonu 32.06%
  • ana renk tonu 48.63%
CMYK:
(40,0,32,49)
C40M0Y32K49 
(40%,0%,32%,49%)
(0.40/0.00/0.32/0.49)	

CMYK yüzdeleri

%40.46
%0
%32.06
%48.63

Codes

Color #4E8359 in popluar color models

4E8359
RGB7813189
HSL132°25.36%40.98%
HSB/HSV132°40.46%51.37%
CMYK40.46%0.00%32.06%
48.63%

Color #4E8359 in popluar number systems.

HEX4E8359
Decimal7813189
Binary1001110100000111011001
Octal116203131

Shades and tints

Shades of #4E8359

#4E8359
(78,131,89)
#477851
(71,120,81)
#406D49
(64,109,73)
#396241
(57,98,65)
#325739
(50,87,57)
#2B4C31
(43,76,49)
#244129
(36,65,41)
#1D3621
(29,54,33)
#162B19
(22,43,25)
#0F2011
(15,32,17)
#081509
(8,21,9)
#000000
(0,0,0)

Tints of #4E8359

#4E8359
(78,131,89)
#5E8E68
(94,142,104)
#6E9977
(110,153,119)
#7EA486
(126,164,134)
#8EAF95
(142,175,149)
#9EBAA4
(158,186,164)
#AEC5B3
(174,197,179)
#BED0C2
(190,208,194)
#CEDBD1
(206,219,209)
#DEE6E0
(222,230,224)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E8359 color. Also use rgb(78,131,89) instead hex code.

Text Font Color

.myTextColor { color: #4E8359; }

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

This text font color is #4E8359.


Background Color

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

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

This div background color is #4E8359.


Border color

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

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

This div border color is #4E8359.


Opacity

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

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

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

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

This text has shadow with #4E8359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E8359 on black background.


Color preview on white background

This text has color #4E8359 on white background.



Black color preview on #4E8359 background

This text has black color on #4E8359 background.


White color preview on #4E8359 background

This text has white color on #4E8359 background.