COLOR #6E8479

HEX: #6E8479
RGB: (110,132,121)

Renk bilgisi

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

RGB renk modeli

#6E8479 color RGB value is (110,132,121).

  • kırmız ton 110;
  • yeşil ton 132;
  • mavi ton 121.
RGB:
(110,132,121)
(43%,52%,47%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 132 of 255 = 52%
B 121 of 255 = 47%

110
132
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 132 + 121 = 363 (100%)
R 110 of 363 ~ 30.3%
G 132 of 363 ~ 36.36%
B 121 of 363 ~ 33.33%

%30.3
%36.36
%33.33

CMYK RENK MODELİ

#6E8479 rengi CMYK tonu (17,0,8,48).

  • camgöbeği tonu 16.67%
  • eflatun tonu 0.00%
  • sarı tonu 8.33%
  • ana renk tonu 48.24%
CMYK:
(17,0,8,48)
C17M0Y8K48 
(17%,0%,8%,48%)
(0.17/0.00/0.08/0.48)	

CMYK yüzdeleri

%16.67
%0
%8.33
%48.24

Codes

Color #6E8479 in popluar color models

6E8479
RGB110132121
HSL150°9.09%47.45%
HSB/HSV150°16.67%51.76%
CMYK16.67%0.00%8.33%
48.24%

Color #6E8479 in popluar number systems.

HEX6E8479
Decimal110132121
Binary1101110100001001111001
Octal156204171

Shades and tints

Shades of #6E8479

#6E8479
(110,132,121)
#64786E
(100,120,110)
#5A6C63
(90,108,99)
#506058
(80,96,88)
#46544D
(70,84,77)
#3C4842
(60,72,66)
#323C37
(50,60,55)
#28302C
(40,48,44)
#1E2421
(30,36,33)
#141816
(20,24,22)
#0A0C0B
(10,12,11)
#000000
(0,0,0)

Tints of #6E8479

#6E8479
(110,132,121)
#7B8F85
(123,143,133)
#889A91
(136,154,145)
#95A59D
(149,165,157)
#A2B0A9
(162,176,169)
#AFBBB5
(175,187,181)
#BCC6C1
(188,198,193)
#C9D1CD
(201,209,205)
#D6DCD9
(214,220,217)
#E3E7E5
(227,231,229)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8479 color. Also use rgb(110,132,121) instead hex code.

Text Font Color

.myTextColor { color: #6E8479; }

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

This text font color is #6E8479.


Background Color

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

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

This div background color is #6E8479.


Border color

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

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

This div border color is #6E8479.


Opacity

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

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

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

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

This text has shadow with #6E8479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8479 on black background.


Color preview on white background

This text has color #6E8479 on white background.



Black color preview on #6E8479 background

This text has black color on #6E8479 background.


White color preview on #6E8479 background

This text has white color on #6E8479 background.