COLOR #6E8B64

HEX: #6E8B64
RGB: (110,139,100)

Renk bilgisi

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

RGB renk modeli

#6E8B64 color RGB value is (110,139,100).

  • kırmız ton 110;
  • yeşil ton 139;
  • mavi ton 100.
RGB:
(110,139,100)
(43%,55%,39%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 139 of 255 = 55%
B 100 of 255 = 39%

110
139
100

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 139 + 100 = 349 (100%)
R 110 of 349 ~ 31.52%
G 139 of 349 ~ 39.83%
B 100 of 349 ~ 28.65%

%31.52
%39.83
%28.65

CMYK RENK MODELİ

#6E8B64 rengi CMYK tonu (21,0,28,45).

  • camgöbeği tonu 20.86%
  • eflatun tonu 0.00%
  • sarı tonu 28.06%
  • ana renk tonu 45.49%
CMYK:
(21,0,28,45)
C21M0Y28K45 
(21%,0%,28%,45%)
(0.21/0.00/0.28/0.45)	

CMYK yüzdeleri

%20.86
%0
%28.06
%45.49

Codes

Color #6E8B64 in popluar color models

6E8B64
RGB110139100
HSL105°16.32%46.86%
HSB/HSV105°28.06%54.51%
CMYK20.86%0.00%28.06%
45.49%

Color #6E8B64 in popluar number systems.

HEX6E8B64
Decimal110139100
Binary1101110100010111100100
Octal156213144

Shades and tints

Shades of #6E8B64

#6E8B64
(110,139,100)
#647F5B
(100,127,91)
#5A7352
(90,115,82)
#506749
(80,103,73)
#465B40
(70,91,64)
#3C4F37
(60,79,55)
#32432E
(50,67,46)
#283725
(40,55,37)
#1E2B1C
(30,43,28)
#141F13
(20,31,19)
#0A130A
(10,19,10)
#000000
(0,0,0)

Tints of #6E8B64

#6E8B64
(110,139,100)
#7B9572
(123,149,114)
#889F80
(136,159,128)
#95A98E
(149,169,142)
#A2B39C
(162,179,156)
#AFBDAA
(175,189,170)
#BCC7B8
(188,199,184)
#C9D1C6
(201,209,198)
#D6DBD4
(214,219,212)
#E3E5E2
(227,229,226)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8B64 color. Also use rgb(110,139,100) instead hex code.

Text Font Color

.myTextColor { color: #6E8B64; }

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

This text font color is #6E8B64.


Background Color

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

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

This div background color is #6E8B64.


Border color

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

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

This div border color is #6E8B64.


Opacity

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

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

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

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

This text has shadow with #6E8B64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8B64 on black background.


Color preview on white background

This text has color #6E8B64 on white background.



Black color preview on #6E8B64 background

This text has black color on #6E8B64 background.


White color preview on #6E8B64 background

This text has white color on #6E8B64 background.