COLOR #6E8C71

HEX: #6E8C71
RGB: (110,140,113)

Renk bilgisi

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

RGB renk modeli

#6E8C71 color RGB value is (110,140,113).

  • kırmız ton 110;
  • yeşil ton 140;
  • mavi ton 113.
RGB:
(110,140,113)
(43%,55%,44%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 140 of 255 = 55%
B 113 of 255 = 44%

110
140
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 140 + 113 = 363 (100%)
R 110 of 363 ~ 30.3%
G 140 of 363 ~ 38.57%
B 113 of 363 ~ 31.13%

%30.3
%38.57
%31.13

CMYK RENK MODELİ

#6E8C71 rengi CMYK tonu (21,0,19,45).

  • camgöbeği tonu 21.43%
  • eflatun tonu 0.00%
  • sarı tonu 19.29%
  • ana renk tonu 45.10%
CMYK:
(21,0,19,45)
C21M0Y19K45 
(21%,0%,19%,45%)
(0.21/0.00/0.19/0.45)	

CMYK yüzdeleri

%21.43
%0
%19.29
%45.1

Codes

Color #6E8C71 in popluar color models

6E8C71
RGB110140113
HSL126°12.00%49.02%
HSB/HSV126°21.43%54.90%
CMYK21.43%0.00%19.29%
45.10%

Color #6E8C71 in popluar number systems.

HEX6E8C71
Decimal110140113
Binary1101110100011001110001
Octal156214161

Shades and tints

Shades of #6E8C71

#6E8C71
(110,140,113)
#648067
(100,128,103)
#5A745D
(90,116,93)
#506853
(80,104,83)
#465C49
(70,92,73)
#3C503F
(60,80,63)
#324435
(50,68,53)
#28382B
(40,56,43)
#1E2C21
(30,44,33)
#142017
(20,32,23)
#0A140D
(10,20,13)
#000000
(0,0,0)

Tints of #6E8C71

#6E8C71
(110,140,113)
#7B967D
(123,150,125)
#88A089
(136,160,137)
#95AA95
(149,170,149)
#A2B4A1
(162,180,161)
#AFBEAD
(175,190,173)
#BCC8B9
(188,200,185)
#C9D2C5
(201,210,197)
#D6DCD1
(214,220,209)
#E3E6DD
(227,230,221)
#F0F0E9
(240,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8C71 color. Also use rgb(110,140,113) instead hex code.

Text Font Color

.myTextColor { color: #6E8C71; }

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

This text font color is #6E8C71.


Background Color

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

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

This div background color is #6E8C71.


Border color

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

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

This div border color is #6E8C71.


Opacity

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

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

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

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

This text has shadow with #6E8C71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8C71 on black background.


Color preview on white background

This text has color #6E8C71 on white background.



Black color preview on #6E8C71 background

This text has black color on #6E8C71 background.


White color preview on #6E8C71 background

This text has white color on #6E8C71 background.