COLOR #6E8A62

HEX: #6E8A62
RGB: (110,138,98)

Renk bilgisi

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

RGB renk modeli

#6E8A62 color RGB value is (110,138,98).

  • kırmız ton 110;
  • yeşil ton 138;
  • mavi ton 98.
RGB:
(110,138,98)
(43%,54%,38%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 138 of 255 = 54%
B 98 of 255 = 38%

110
138
98

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 138 + 98 = 346 (100%)
R 110 of 346 ~ 31.79%
G 138 of 346 ~ 39.88%
B 98 of 346 ~ 28.32%

%31.79
%39.88
%28.32

CMYK RENK MODELİ

#6E8A62 rengi CMYK tonu (20,0,29,46).

  • camgöbeği tonu 20.29%
  • eflatun tonu 0.00%
  • sarı tonu 28.99%
  • ana renk tonu 45.88%
CMYK:
(20,0,29,46)
C20M0Y29K46 
(20%,0%,29%,46%)
(0.20/0.00/0.29/0.46)	

CMYK yüzdeleri

%20.29
%0
%28.99
%45.88

Codes

Color #6E8A62 in popluar color models

6E8A62
RGB11013898
HSL102°16.95%46.27%
HSB/HSV102°28.99%54.12%
CMYK20.29%0.00%28.99%
45.88%

Color #6E8A62 in popluar number systems.

HEX6E8A62
Decimal11013898
Binary1101110100010101100010
Octal156212142

Shades and tints

Shades of #6E8A62

#6E8A62
(110,138,98)
#647E5A
(100,126,90)
#5A7252
(90,114,82)
#50664A
(80,102,74)
#465A42
(70,90,66)
#3C4E3A
(60,78,58)
#324232
(50,66,50)
#28362A
(40,54,42)
#1E2A22
(30,42,34)
#141E1A
(20,30,26)
#0A1212
(10,18,18)
#000000
(0,0,0)

Tints of #6E8A62

#6E8A62
(110,138,98)
#7B9470
(123,148,112)
#889E7E
(136,158,126)
#95A88C
(149,168,140)
#A2B29A
(162,178,154)
#AFBCA8
(175,188,168)
#BCC6B6
(188,198,182)
#C9D0C4
(201,208,196)
#D6DAD2
(214,218,210)
#E3E4E0
(227,228,224)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8A62 color. Also use rgb(110,138,98) instead hex code.

Text Font Color

.myTextColor { color: #6E8A62; }

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

This text font color is #6E8A62.


Background Color

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

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

This div background color is #6E8A62.


Border color

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

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

This div border color is #6E8A62.


Opacity

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

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

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

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

This text has shadow with #6E8A62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8A62 on black background.


Color preview on white background

This text has color #6E8A62 on white background.



Black color preview on #6E8A62 background

This text has black color on #6E8A62 background.


White color preview on #6E8A62 background

This text has white color on #6E8A62 background.