COLOR #6E8655

HEX: #6E8655
RGB: (110,134,85)

Renk bilgisi

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

RGB renk modeli

#6E8655 color RGB value is (110,134,85).

  • kırmız ton 110;
  • yeşil ton 134;
  • mavi ton 85.
RGB:
(110,134,85)
(43%,53%,33%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 134 of 255 = 53%
B 85 of 255 = 33%

110
134
85

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 134 + 85 = 329 (100%)
R 110 of 329 ~ 33.43%
G 134 of 329 ~ 40.73%
B 85 of 329 ~ 25.84%

%33.43
%40.73
%25.84

CMYK RENK MODELİ

#6E8655 rengi CMYK tonu (18,0,37,47).

  • camgöbeği tonu 17.91%
  • eflatun tonu 0.00%
  • sarı tonu 36.57%
  • ana renk tonu 47.45%
CMYK:
(18,0,37,47)
C18M0Y37K47 
(18%,0%,37%,47%)
(0.18/0.00/0.37/0.47)	

CMYK yüzdeleri

%17.91
%0
%36.57
%47.45

Codes

Color #6E8655 in popluar color models

6E8655
RGB11013485
HSL89°22.37%42.94%
HSB/HSV89°36.57%52.55%
CMYK17.91%0.00%36.57%
47.45%

Color #6E8655 in popluar number systems.

HEX6E8655
Decimal11013485
Binary1101110100001101010101
Octal156206125

Shades and tints

Shades of #6E8655

#6E8655
(110,134,85)
#647A4E
(100,122,78)
#5A6E47
(90,110,71)
#506240
(80,98,64)
#465639
(70,86,57)
#3C4A32
(60,74,50)
#323E2B
(50,62,43)
#283224
(40,50,36)
#1E261D
(30,38,29)
#141A16
(20,26,22)
#0A0E0F
(10,14,15)
#000000
(0,0,0)

Tints of #6E8655

#6E8655
(110,134,85)
#7B9164
(123,145,100)
#889C73
(136,156,115)
#95A782
(149,167,130)
#A2B291
(162,178,145)
#AFBDA0
(175,189,160)
#BCC8AF
(188,200,175)
#C9D3BE
(201,211,190)
#D6DECD
(214,222,205)
#E3E9DC
(227,233,220)
#F0F4EB
(240,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8655 color. Also use rgb(110,134,85) instead hex code.

Text Font Color

.myTextColor { color: #6E8655; }

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

This text font color is #6E8655.


Background Color

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

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

This div background color is #6E8655.


Border color

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

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

This div border color is #6E8655.


Opacity

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

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

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

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

This text has shadow with #6E8655 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8655 on black background.


Color preview on white background

This text has color #6E8655 on white background.



Black color preview on #6E8655 background

This text has black color on #6E8655 background.


White color preview on #6E8655 background

This text has white color on #6E8655 background.