COLOR #6EA587

HEX: #6EA587
RGB: (110,165,135)

Renk bilgisi

#6EA587 contains red, green and blue colors in about the same proportion. #6EA587 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#6EA587 color RGB value is (110,165,135).

  • kırmız ton 110;
  • yeşil ton 165;
  • mavi ton 135.
RGB:
(110,165,135)
(43%,65%,53%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 165 of 255 = 65%
B 135 of 255 = 53%

110
165
135

R + G + B ~ 54%. #6EA587 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 165 + 135 = 410 (100%)
R 110 of 410 ~ 26.83%
G 165 of 410 ~ 40.24%
B 135 of 410 ~ 32.93%

%26.83
%40.24
%32.93

CMYK RENK MODELİ

#6EA587 rengi CMYK tonu (33,0,18,35).

  • camgöbeği tonu 33.33%
  • eflatun tonu 0.00%
  • sarı tonu 18.18%
  • ana renk tonu 35.29%
CMYK:
(33,0,18,35)
C33M0Y18K35 
(33%,0%,18%,35%)
(0.33/0.00/0.18/0.35)	

CMYK yüzdeleri

%33.33
%0
%18.18
%35.29

Codes

Color #6EA587 in popluar color models

6EA587
RGB110165135
HSL147°23.40%53.92%
HSB/HSV147°33.33%64.71%
CMYK33.33%0.00%18.18%
35.29%

Color #6EA587 in popluar number systems.

HEX6EA587
Decimal110165135
Binary11011101010010110000111
Octal156245207

Shades and tints

Shades of #6EA587

#6EA587
(110,165,135)
#64967B
(100,150,123)
#5A876F
(90,135,111)
#507863
(80,120,99)
#466957
(70,105,87)
#3C5A4B
(60,90,75)
#324B3F
(50,75,63)
#283C33
(40,60,51)
#1E2D27
(30,45,39)
#141E1B
(20,30,27)
#0A0F0F
(10,15,15)
#000000
(0,0,0)

Tints of #6EA587

#6EA587
(110,165,135)
#7BAD91
(123,173,145)
#88B59B
(136,181,155)
#95BDA5
(149,189,165)
#A2C5AF
(162,197,175)
#AFCDB9
(175,205,185)
#BCD5C3
(188,213,195)
#C9DDCD
(201,221,205)
#D6E5D7
(214,229,215)
#E3EDE1
(227,237,225)
#F0F5EB
(240,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EA587 color. Also use rgb(110,165,135) instead hex code.

Text Font Color

.myTextColor { color: #6EA587; }

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

This text font color is #6EA587.


Background Color

.myBgColor { background-color: #6EA587; }

<div style="background-color:#6EA587">Inner text</div>

This div background color is #6EA587.


Border color

.myBorderColor { border: 1px solid #6EA587; }

<div style="border:3px solid #6EA587">Div</div>

This div border color is #6EA587.


Opacity

.myOpacity80 { color: #6EA587; opacity: 0.8; }

<p style="color:#6EA587;opacity:0.8;">80%</p>

Text with #6EA587 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 #6EA587;}

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

This text has shadow with #6EA587 color.

.textShadow {text-shadow: 3px 3px 1px #6EA587, 3px 3px 1px red;}

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

This text has shadow with #6EA587 primary color and red secondary color.


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

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

This text has shadow with #6EA587 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EA587 on black background.


Color preview on white background

This text has color #6EA587 on white background.



Black color preview on #6EA587 background

This text has black color on #6EA587 background.


White color preview on #6EA587 background

This text has white color on #6EA587 background.