COLOR #4EA591

HEX: #4EA591
RGB: (78,165,145)

Renk bilgisi

#4EA591 contains mainly green and blue colors. #4EA591 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#4EA591 color RGB value is (78,165,145).

  • kırmız ton 78;
  • yeşil ton 165;
  • mavi ton 145.
RGB:
(78,165,145)
(31%,65%,57%)

RGB bağlantıları ve doygunluk

R 78 of 255 = 31%
G 165 of 255 = 65%
B 145 of 255 = 57%

78
165
145

R + G + B ~ 51%. #4EA591 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
78 + 165 + 145 = 388 (100%)
R 78 of 388 ~ 20.1%
G 165 of 388 ~ 42.53%
B 145 of 388 ~ 37.37%

%20.1
%42.53
%37.37

CMYK RENK MODELİ

#4EA591 rengi CMYK tonu (53,0,12,35).

  • camgöbeği tonu 52.73%
  • eflatun tonu 0.00%
  • sarı tonu 12.12%
  • ana renk tonu 35.29%
CMYK:
(53,0,12,35)
C53M0Y12K35 
(53%,0%,12%,35%)
(0.53/0.00/0.12/0.35)	

CMYK yüzdeleri

%52.73
%0
%12.12
%35.29

Codes

Color #4EA591 in popluar color models

4EA591
RGB78165145
HSL166°35.80%47.65%
HSB/HSV166°52.73%64.71%
CMYK52.73%0.00%12.12%
35.29%

Color #4EA591 in popluar number systems.

HEX4EA591
Decimal78165145
Binary10011101010010110010001
Octal116245221

Shades and tints

Shades of #4EA591

#4EA591
(78,165,145)
#479684
(71,150,132)
#408777
(64,135,119)
#39786A
(57,120,106)
#32695D
(50,105,93)
#2B5A50
(43,90,80)
#244B43
(36,75,67)
#1D3C36
(29,60,54)
#162D29
(22,45,41)
#0F1E1C
(15,30,28)
#080F0F
(8,15,15)
#000000
(0,0,0)

Tints of #4EA591

#4EA591
(78,165,145)
#5EAD9B
(94,173,155)
#6EB5A5
(110,181,165)
#7EBDAF
(126,189,175)
#8EC5B9
(142,197,185)
#9ECDC3
(158,205,195)
#AED5CD
(174,213,205)
#BEDDD7
(190,221,215)
#CEE5E1
(206,229,225)
#DEEDEB
(222,237,235)
#EEF5F5
(238,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EA591 color. Also use rgb(78,165,145) instead hex code.

Text Font Color

.myTextColor { color: #4EA591; }

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

This text font color is #4EA591.


Background Color

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

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

This div background color is #4EA591.


Border color

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

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

This div border color is #4EA591.


Opacity

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

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

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

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

This text has shadow with #4EA591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EA591 on black background.


Color preview on white background

This text has color #4EA591 on white background.



Black color preview on #4EA591 background

This text has black color on #4EA591 background.


White color preview on #4EA591 background

This text has white color on #4EA591 background.