COLOR #4E713C

HEX: #4E713C
RGB: (78,113,60)

Renk bilgisi

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

RGB renk modeli

#4E713C color RGB value is (78,113,60).

  • kırmız ton 78;
  • yeşil ton 113;
  • mavi ton 60.
RGB:
(78,113,60)
(31%,44%,24%)

RGB bağlantıları ve doygunluk

R 78 of 255 = 31%
G 113 of 255 = 44%
B 60 of 255 = 24%

78
113
60

R + G + B ~ 33%. #4E713C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
78 + 113 + 60 = 251 (100%)
R 78 of 251 ~ 31.08%
G 113 of 251 ~ 45.02%
B 60 of 251 ~ 23.9%

%31.08
%45.02
%23.9

CMYK RENK MODELİ

#4E713C rengi CMYK tonu (31,0,47,56).

  • camgöbeği tonu 30.97%
  • eflatun tonu 0.00%
  • sarı tonu 46.90%
  • ana renk tonu 55.69%
CMYK:
(31,0,47,56)
C31M0Y47K56 
(31%,0%,47%,56%)
(0.31/0.00/0.47/0.56)	

CMYK yüzdeleri

%30.97
%0
%46.9
%55.69

Codes

Color #4E713C in popluar color models

4E713C
RGB7811360
HSL100°30.64%33.92%
HSB/HSV100°46.90%44.31%
CMYK30.97%0.00%46.90%
55.69%

Color #4E713C in popluar number systems.

HEX4E713C
Decimal7811360
Binary10011101110001111100
Octal11616174

Shades and tints

Shades of #4E713C

#4E713C
(78,113,60)
#476737
(71,103,55)
#405D32
(64,93,50)
#39532D
(57,83,45)
#324928
(50,73,40)
#2B3F23
(43,63,35)
#24351E
(36,53,30)
#1D2B19
(29,43,25)
#162114
(22,33,20)
#0F170F
(15,23,15)
#080D0A
(8,13,10)
#000000
(0,0,0)

Tints of #4E713C

#4E713C
(78,113,60)
#5E7D4D
(94,125,77)
#6E895E
(110,137,94)
#7E956F
(126,149,111)
#8EA180
(142,161,128)
#9EAD91
(158,173,145)
#AEB9A2
(174,185,162)
#BEC5B3
(190,197,179)
#CED1C4
(206,209,196)
#DEDDD5
(222,221,213)
#EEE9E6
(238,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E713C color. Also use rgb(78,113,60) instead hex code.

Text Font Color

.myTextColor { color: #4E713C; }

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

This text font color is #4E713C.


Background Color

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

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

This div background color is #4E713C.


Border color

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

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

This div border color is #4E713C.


Opacity

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

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

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

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

This text has shadow with #4E713C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E713C on black background.


Color preview on white background

This text has color #4E713C on white background.



Black color preview on #4E713C background

This text has black color on #4E713C background.


White color preview on #4E713C background

This text has white color on #4E713C background.