COLOR #6E8347

HEX: #6E8347
RGB: (110,131,71)

Renk bilgisi

#6E8347 contains mainly red and green colors. #6E8347 ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#6E8347 color RGB value is (110,131,71).

  • kırmız ton 110;
  • yeşil ton 131;
  • mavi ton 71.
RGB:
(110,131,71)
(43%,51%,28%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 131 of 255 = 51%
B 71 of 255 = 28%

110
131
71

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 131 + 71 = 312 (100%)
R 110 of 312 ~ 35.26%
G 131 of 312 ~ 41.99%
B 71 of 312 ~ 22.76%

%35.26
%41.99
%22.76

CMYK RENK MODELİ

#6E8347 rengi CMYK tonu (16,0,46,49).

  • camgöbeği tonu 16.03%
  • eflatun tonu 0.00%
  • sarı tonu 45.80%
  • ana renk tonu 48.63%
CMYK:
(16,0,46,49)
C16M0Y46K49 
(16%,0%,46%,49%)
(0.16/0.00/0.46/0.49)	

CMYK yüzdeleri

%16.03
%0
%45.8
%48.63

Codes

Color #6E8347 in popluar color models

6E8347
RGB11013171
HSL81°29.70%39.61%
HSB/HSV81°45.80%51.37%
CMYK16.03%0.00%45.80%
48.63%

Color #6E8347 in popluar number systems.

HEX6E8347
Decimal11013171
Binary1101110100000111000111
Octal156203107

Shades and tints

Shades of #6E8347

#6E8347
(110,131,71)
#647841
(100,120,65)
#5A6D3B
(90,109,59)
#506235
(80,98,53)
#46572F
(70,87,47)
#3C4C29
(60,76,41)
#324123
(50,65,35)
#28361D
(40,54,29)
#1E2B17
(30,43,23)
#142011
(20,32,17)
#0A150B
(10,21,11)
#000000
(0,0,0)

Tints of #6E8347

#6E8347
(110,131,71)
#7B8E57
(123,142,87)
#889967
(136,153,103)
#95A477
(149,164,119)
#A2AF87
(162,175,135)
#AFBA97
(175,186,151)
#BCC5A7
(188,197,167)
#C9D0B7
(201,208,183)
#D6DBC7
(214,219,199)
#E3E6D7
(227,230,215)
#F0F1E7
(240,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8347 color. Also use rgb(110,131,71) instead hex code.

Text Font Color

.myTextColor { color: #6E8347; }

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

This text font color is #6E8347.


Background Color

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

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

This div background color is #6E8347.


Border color

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

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

This div border color is #6E8347.


Opacity

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

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

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

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

This text has shadow with #6E8347 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8347 on black background.


Color preview on white background

This text has color #6E8347 on white background.



Black color preview on #6E8347 background

This text has black color on #6E8347 background.


White color preview on #6E8347 background

This text has white color on #6E8347 background.