COLOR #059E79

HEX: #059E79
RGB: (5,158,121)

Renk bilgisi

#059E79 contains mainly green and blue colors. #059E79 ‘ nin web güvenlik rengi #009966 (ya da #096) dir.

RGB renk modeli

#059E79 color RGB value is (5,158,121).

  • kırmız ton 5;
  • yeşil ton 158;
  • mavi ton 121.
RGB:
(5,158,121)
(2%,62%,47%)

RGB bağlantıları ve doygunluk

R 5 of 255 = 2%
G 158 of 255 = 62%
B 121 of 255 = 47%

5
158
121

R + G + B ~ 37%. #059E79 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
5 + 158 + 121 = 284 (100%)
R 5 of 284 ~ 1.76%
G 158 of 284 ~ 55.63%
B 121 of 284 ~ 42.61%

%55.63
%42.61

CMYK RENK MODELİ

#059E79 rengi CMYK tonu (97,0,23,38).

  • camgöbeği tonu 96.84%
  • eflatun tonu 0.00%
  • sarı tonu 23.42%
  • ana renk tonu 38.04%
CMYK:
(97,0,23,38)
C97M0Y23K38 
(97%,0%,23%,38%)
(0.97/0.00/0.23/0.38)	

CMYK yüzdeleri

%96.84
%0
%23.42
%38.04

Codes

Color #059E79 in popluar color models

059E79
RGB5158121
HSL165°93.87%31.96%
HSB/HSV165°96.84%61.96%
CMYK96.84%0.00%23.42%
38.04%

Color #059E79 in popluar number systems.

HEX059E79
Decimal5158121
Binary101100111101111001
Octal5236171

Shades and tints

Shades of #059E79

#059E79
(5,158,121)
#05906E
(5,144,110)
#058263
(5,130,99)
#057458
(5,116,88)
#05664D
(5,102,77)
#055842
(5,88,66)
#054A37
(5,74,55)
#053C2C
(5,60,44)
#052E21
(5,46,33)
#052016
(5,32,22)
#05120B
(5,18,11)
#000000
(0,0,0)

Tints of #059E79

#059E79
(5,158,121)
#1BA685
(27,166,133)
#31AE91
(49,174,145)
#47B69D
(71,182,157)
#5DBEA9
(93,190,169)
#73C6B5
(115,198,181)
#89CEC1
(137,206,193)
#9FD6CD
(159,214,205)
#B5DED9
(181,222,217)
#CBE6E5
(203,230,229)
#E1EEF1
(225,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #059E79 color. Also use rgb(5,158,121) instead hex code.

Text Font Color

.myTextColor { color: #059E79; }

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

This text font color is #059E79.


Background Color

.myBgColor { background-color: #059E79; }

<div style="background-color:#059E79">Inner text</div>

This div background color is #059E79.


Border color

.myBorderColor { border: 1px solid #059E79; }

<div style="border:3px solid #059E79">Div</div>

This div border color is #059E79.


Opacity

.myOpacity80 { color: #059E79; opacity: 0.8; }

<p style="color:#059E79;opacity:0.8;">80%</p>

Text with #059E79 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 #059E79;}

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

This text has shadow with #059E79 color.

.textShadow {text-shadow: 3px 3px 1px #059E79, 3px 3px 1px red;}

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

This text has shadow with #059E79 primary color and red secondary color.


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

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

This text has shadow with #059E79 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #059E79 on black background.


Color preview on white background

This text has color #059E79 on white background.



Black color preview on #059E79 background

This text has black color on #059E79 background.


White color preview on #059E79 background

This text has white color on #059E79 background.