COLOR #6E8863

HEX: #6E8863
RGB: (110,136,99)

Renk bilgisi

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

RGB renk modeli

#6E8863 color RGB value is (110,136,99).

  • kırmız ton 110;
  • yeşil ton 136;
  • mavi ton 99.
RGB:
(110,136,99)
(43%,53%,39%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 136 of 255 = 53%
B 99 of 255 = 39%

110
136
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 136 + 99 = 345 (100%)
R 110 of 345 ~ 31.88%
G 136 of 345 ~ 39.42%
B 99 of 345 ~ 28.7%

%31.88
%39.42
%28.7

CMYK RENK MODELİ

#6E8863 rengi CMYK tonu (19,0,27,47).

  • camgöbeği tonu 19.12%
  • eflatun tonu 0.00%
  • sarı tonu 27.21%
  • ana renk tonu 46.67%
CMYK:
(19,0,27,47)
C19M0Y27K47 
(19%,0%,27%,47%)
(0.19/0.00/0.27/0.47)	

CMYK yüzdeleri

%19.12
%0
%27.21
%46.67

Codes

Color #6E8863 in popluar color models

6E8863
RGB11013699
HSL102°15.74%46.08%
HSB/HSV102°27.21%53.33%
CMYK19.12%0.00%27.21%
46.67%

Color #6E8863 in popluar number systems.

HEX6E8863
Decimal11013699
Binary1101110100010001100011
Octal156210143

Shades and tints

Shades of #6E8863

#6E8863
(110,136,99)
#647C5A
(100,124,90)
#5A7051
(90,112,81)
#506448
(80,100,72)
#46583F
(70,88,63)
#3C4C36
(60,76,54)
#32402D
(50,64,45)
#283424
(40,52,36)
#1E281B
(30,40,27)
#141C12
(20,28,18)
#0A1009
(10,16,9)
#000000
(0,0,0)

Tints of #6E8863

#6E8863
(110,136,99)
#7B9271
(123,146,113)
#889C7F
(136,156,127)
#95A68D
(149,166,141)
#A2B09B
(162,176,155)
#AFBAA9
(175,186,169)
#BCC4B7
(188,196,183)
#C9CEC5
(201,206,197)
#D6D8D3
(214,216,211)
#E3E2E1
(227,226,225)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8863 color. Also use rgb(110,136,99) instead hex code.

Text Font Color

.myTextColor { color: #6E8863; }

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

This text font color is #6E8863.


Background Color

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

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

This div background color is #6E8863.


Border color

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

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

This div border color is #6E8863.


Opacity

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

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

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

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

This text has shadow with #6E8863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8863 on black background.


Color preview on white background

This text has color #6E8863 on white background.



Black color preview on #6E8863 background

This text has black color on #6E8863 background.


White color preview on #6E8863 background

This text has white color on #6E8863 background.