COLOR #5EA379

HEX: #5EA379
RGB: (94,163,121)

Renk bilgisi

#5EA379 contains mainly green and blue colors. #5EA379 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#5EA379 color RGB value is (94,163,121).

  • kırmız ton 94;
  • yeşil ton 163;
  • mavi ton 121.
RGB:
(94,163,121)
(37%,64%,47%)

RGB bağlantıları ve doygunluk

R 94 of 255 = 37%
G 163 of 255 = 64%
B 121 of 255 = 47%

94
163
121

R + G + B ~ 49%. #5EA379 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
94 + 163 + 121 = 378 (100%)
R 94 of 378 ~ 24.87%
G 163 of 378 ~ 43.12%
B 121 of 378 ~ 32.01%

%24.87
%43.12
%32.01

CMYK RENK MODELİ

#5EA379 rengi CMYK tonu (42,0,26,36).

  • camgöbeği tonu 42.33%
  • eflatun tonu 0.00%
  • sarı tonu 25.77%
  • ana renk tonu 36.08%
CMYK:
(42,0,26,36)
C42M0Y26K36 
(42%,0%,26%,36%)
(0.42/0.00/0.26/0.36)	

CMYK yüzdeleri

%42.33
%0
%25.77
%36.08

Codes

Color #5EA379 in popluar color models

5EA379
RGB94163121
HSL143°27.27%50.39%
HSB/HSV143°42.33%63.92%
CMYK42.33%0.00%25.77%
36.08%

Color #5EA379 in popluar number systems.

HEX5EA379
Decimal94163121
Binary1011110101000111111001
Octal136243171

Shades and tints

Shades of #5EA379

#5EA379
(94,163,121)
#56956E
(86,149,110)
#4E8763
(78,135,99)
#467958
(70,121,88)
#3E6B4D
(62,107,77)
#365D42
(54,93,66)
#2E4F37
(46,79,55)
#26412C
(38,65,44)
#1E3321
(30,51,33)
#162516
(22,37,22)
#0E170B
(14,23,11)
#000000
(0,0,0)

Tints of #5EA379

#5EA379
(94,163,121)
#6CAB85
(108,171,133)
#7AB391
(122,179,145)
#88BB9D
(136,187,157)
#96C3A9
(150,195,169)
#A4CBB5
(164,203,181)
#B2D3C1
(178,211,193)
#C0DBCD
(192,219,205)
#CEE3D9
(206,227,217)
#DCEBE5
(220,235,229)
#EAF3F1
(234,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EA379 color. Also use rgb(94,163,121) instead hex code.

Text Font Color

.myTextColor { color: #5EA379; }

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

This text font color is #5EA379.


Background Color

.myBgColor { background-color: #5EA379; }

<div style="background-color:#5EA379">Inner text</div>

This div background color is #5EA379.


Border color

.myBorderColor { border: 1px solid #5EA379; }

<div style="border:3px solid #5EA379">Div</div>

This div border color is #5EA379.


Opacity

.myOpacity80 { color: #5EA379; opacity: 0.8; }

<p style="color:#5EA379;opacity:0.8;">80%</p>

Text with #5EA379 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 #5EA379;}

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

This text has shadow with #5EA379 color.

.textShadow {text-shadow: 3px 3px 1px #5EA379, 3px 3px 1px red;}

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

This text has shadow with #5EA379 primary color and red secondary color.


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

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

This text has shadow with #5EA379 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EA379 on black background.


Color preview on white background

This text has color #5EA379 on white background.



Black color preview on #5EA379 background

This text has black color on #5EA379 background.


White color preview on #5EA379 background

This text has white color on #5EA379 background.