COLOR #6E8758

HEX: #6E8758
RGB: (110,135,88)

Renk bilgisi

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

RGB renk modeli

#6E8758 color RGB value is (110,135,88).

  • kırmız ton 110;
  • yeşil ton 135;
  • mavi ton 88.
RGB:
(110,135,88)
(43%,53%,35%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 135 of 255 = 53%
B 88 of 255 = 35%

110
135
88

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 135 + 88 = 333 (100%)
R 110 of 333 ~ 33.03%
G 135 of 333 ~ 40.54%
B 88 of 333 ~ 26.43%

%33.03
%40.54
%26.43

CMYK RENK MODELİ

#6E8758 rengi CMYK tonu (19,0,35,47).

  • camgöbeği tonu 18.52%
  • eflatun tonu 0.00%
  • sarı tonu 34.81%
  • ana renk tonu 47.06%
CMYK:
(19,0,35,47)
C19M0Y35K47 
(19%,0%,35%,47%)
(0.19/0.00/0.35/0.47)	

CMYK yüzdeleri

%18.52
%0
%34.81
%47.06

Codes

Color #6E8758 in popluar color models

6E8758
RGB11013588
HSL92°21.08%43.73%
HSB/HSV92°34.81%52.94%
CMYK18.52%0.00%34.81%
47.06%

Color #6E8758 in popluar number systems.

HEX6E8758
Decimal11013588
Binary1101110100001111011000
Octal156207130

Shades and tints

Shades of #6E8758

#6E8758
(110,135,88)
#647B50
(100,123,80)
#5A6F48
(90,111,72)
#506340
(80,99,64)
#465738
(70,87,56)
#3C4B30
(60,75,48)
#323F28
(50,63,40)
#283320
(40,51,32)
#1E2718
(30,39,24)
#141B10
(20,27,16)
#0A0F08
(10,15,8)
#000000
(0,0,0)

Tints of #6E8758

#6E8758
(110,135,88)
#7B9167
(123,145,103)
#889B76
(136,155,118)
#95A585
(149,165,133)
#A2AF94
(162,175,148)
#AFB9A3
(175,185,163)
#BCC3B2
(188,195,178)
#C9CDC1
(201,205,193)
#D6D7D0
(214,215,208)
#E3E1DF
(227,225,223)
#F0EBEE
(240,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8758 color. Also use rgb(110,135,88) instead hex code.

Text Font Color

.myTextColor { color: #6E8758; }

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

This text font color is #6E8758.


Background Color

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

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

This div background color is #6E8758.


Border color

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

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

This div border color is #6E8758.


Opacity

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

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

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

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

This text has shadow with #6E8758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8758 on black background.


Color preview on white background

This text has color #6E8758 on white background.



Black color preview on #6E8758 background

This text has black color on #6E8758 background.


White color preview on #6E8758 background

This text has white color on #6E8758 background.