COLOR #6E8459

HEX: #6E8459
RGB: (110,132,89)

Renk bilgisi

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

RGB renk modeli

#6E8459 color RGB value is (110,132,89).

  • kırmız ton 110;
  • yeşil ton 132;
  • mavi ton 89.
RGB:
(110,132,89)
(43%,52%,35%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 132 of 255 = 52%
B 89 of 255 = 35%

110
132
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 132 + 89 = 331 (100%)
R 110 of 331 ~ 33.23%
G 132 of 331 ~ 39.88%
B 89 of 331 ~ 26.89%

%33.23
%39.88
%26.89

CMYK RENK MODELİ

#6E8459 rengi CMYK tonu (17,0,33,48).

  • camgöbeği tonu 16.67%
  • eflatun tonu 0.00%
  • sarı tonu 32.58%
  • ana renk tonu 48.24%
CMYK:
(17,0,33,48)
C17M0Y33K48 
(17%,0%,33%,48%)
(0.17/0.00/0.33/0.48)	

CMYK yüzdeleri

%16.67
%0
%32.58
%48.24

Codes

Color #6E8459 in popluar color models

6E8459
RGB11013289
HSL91°19.46%43.33%
HSB/HSV91°32.58%51.76%
CMYK16.67%0.00%32.58%
48.24%

Color #6E8459 in popluar number systems.

HEX6E8459
Decimal11013289
Binary1101110100001001011001
Octal156204131

Shades and tints

Shades of #6E8459

#6E8459
(110,132,89)
#647851
(100,120,81)
#5A6C49
(90,108,73)
#506041
(80,96,65)
#465439
(70,84,57)
#3C4831
(60,72,49)
#323C29
(50,60,41)
#283021
(40,48,33)
#1E2419
(30,36,25)
#141811
(20,24,17)
#0A0C09
(10,12,9)
#000000
(0,0,0)

Tints of #6E8459

#6E8459
(110,132,89)
#7B8F68
(123,143,104)
#889A77
(136,154,119)
#95A586
(149,165,134)
#A2B095
(162,176,149)
#AFBBA4
(175,187,164)
#BCC6B3
(188,198,179)
#C9D1C2
(201,209,194)
#D6DCD1
(214,220,209)
#E3E7E0
(227,231,224)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8459 color. Also use rgb(110,132,89) instead hex code.

Text Font Color

.myTextColor { color: #6E8459; }

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

This text font color is #6E8459.


Background Color

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

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

This div background color is #6E8459.


Border color

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

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

This div border color is #6E8459.


Opacity

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

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

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

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

This text has shadow with #6E8459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8459 on black background.


Color preview on white background

This text has color #6E8459 on white background.



Black color preview on #6E8459 background

This text has black color on #6E8459 background.


White color preview on #6E8459 background

This text has white color on #6E8459 background.