COLOR #6E8A58

HEX: #6E8A58
RGB: (110,138,88)

Renk bilgisi

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

RGB renk modeli

#6E8A58 color RGB value is (110,138,88).

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

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 138 of 255 = 54%
B 88 of 255 = 35%

110
138
88

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 138 + 88 = 336 (100%)
R 110 of 336 ~ 32.74%
G 138 of 336 ~ 41.07%
B 88 of 336 ~ 26.19%

%32.74
%41.07
%26.19

CMYK RENK MODELİ

#6E8A58 rengi CMYK tonu (20,0,36,46).

  • camgöbeği tonu 20.29%
  • eflatun tonu 0.00%
  • sarı tonu 36.23%
  • ana renk tonu 45.88%
CMYK:
(20,0,36,46)
C20M0Y36K46 
(20%,0%,36%,46%)
(0.20/0.00/0.36/0.46)	

CMYK yüzdeleri

%20.29
%0
%36.23
%45.88

Codes

Color #6E8A58 in popluar color models

6E8A58
RGB11013888
HSL94°22.12%44.31%
HSB/HSV94°36.23%54.12%
CMYK20.29%0.00%36.23%
45.88%

Color #6E8A58 in popluar number systems.

HEX6E8A58
Decimal11013888
Binary1101110100010101011000
Octal156212130

Shades and tints

Shades of #6E8A58

#6E8A58
(110,138,88)
#647E50
(100,126,80)
#5A7248
(90,114,72)
#506640
(80,102,64)
#465A38
(70,90,56)
#3C4E30
(60,78,48)
#324228
(50,66,40)
#283620
(40,54,32)
#1E2A18
(30,42,24)
#141E10
(20,30,16)
#0A1208
(10,18,8)
#000000
(0,0,0)

Tints of #6E8A58

#6E8A58
(110,138,88)
#7B9467
(123,148,103)
#889E76
(136,158,118)
#95A885
(149,168,133)
#A2B294
(162,178,148)
#AFBCA3
(175,188,163)
#BCC6B2
(188,198,178)
#C9D0C1
(201,208,193)
#D6DAD0
(214,218,208)
#E3E4DF
(227,228,223)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8A58; }

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

This text font color is #6E8A58.


Background Color

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

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

This div background color is #6E8A58.


Border color

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

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

This div border color is #6E8A58.


Opacity

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

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

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

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

This text has shadow with #6E8A58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8A58 on black background.


Color preview on white background

This text has color #6E8A58 on white background.



Black color preview on #6E8A58 background

This text has black color on #6E8A58 background.


White color preview on #6E8A58 background

This text has white color on #6E8A58 background.