COLOR #6E8B76

HEX: #6E8B76
RGB: (110,139,118)

Renk bilgisi

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

RGB renk modeli

#6E8B76 color RGB value is (110,139,118).

  • kırmız ton 110;
  • yeşil ton 139;
  • mavi ton 118.
RGB:
(110,139,118)
(43%,55%,46%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 139 of 255 = 55%
B 118 of 255 = 46%

110
139
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 139 + 118 = 367 (100%)
R 110 of 367 ~ 29.97%
G 139 of 367 ~ 37.87%
B 118 of 367 ~ 32.15%

%29.97
%37.87
%32.15

CMYK RENK MODELİ

#6E8B76 rengi CMYK tonu (21,0,15,45).

  • camgöbeği tonu 20.86%
  • eflatun tonu 0.00%
  • sarı tonu 15.11%
  • ana renk tonu 45.49%
CMYK:
(21,0,15,45)
C21M0Y15K45 
(21%,0%,15%,45%)
(0.21/0.00/0.15/0.45)	

CMYK yüzdeleri

%20.86
%0
%15.11
%45.49

Codes

Color #6E8B76 in popluar color models

6E8B76
RGB110139118
HSL137°11.65%48.82%
HSB/HSV137°20.86%54.51%
CMYK20.86%0.00%15.11%
45.49%

Color #6E8B76 in popluar number systems.

HEX6E8B76
Decimal110139118
Binary1101110100010111110110
Octal156213166

Shades and tints

Shades of #6E8B76

#6E8B76
(110,139,118)
#647F6C
(100,127,108)
#5A7362
(90,115,98)
#506758
(80,103,88)
#465B4E
(70,91,78)
#3C4F44
(60,79,68)
#32433A
(50,67,58)
#283730
(40,55,48)
#1E2B26
(30,43,38)
#141F1C
(20,31,28)
#0A1312
(10,19,18)
#000000
(0,0,0)

Tints of #6E8B76

#6E8B76
(110,139,118)
#7B9582
(123,149,130)
#889F8E
(136,159,142)
#95A99A
(149,169,154)
#A2B3A6
(162,179,166)
#AFBDB2
(175,189,178)
#BCC7BE
(188,199,190)
#C9D1CA
(201,209,202)
#D6DBD6
(214,219,214)
#E3E5E2
(227,229,226)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8B76 color. Also use rgb(110,139,118) instead hex code.

Text Font Color

.myTextColor { color: #6E8B76; }

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

This text font color is #6E8B76.


Background Color

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

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

This div background color is #6E8B76.


Border color

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

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

This div border color is #6E8B76.


Opacity

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

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

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

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

This text has shadow with #6E8B76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8B76 on black background.


Color preview on white background

This text has color #6E8B76 on white background.



Black color preview on #6E8B76 background

This text has black color on #6E8B76 background.


White color preview on #6E8B76 background

This text has white color on #6E8B76 background.