COLOR #6E8473

HEX: #6E8473
RGB: (110,132,115)

Renk bilgisi

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

RGB renk modeli

#6E8473 color RGB value is (110,132,115).

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

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 132 of 255 = 52%
B 115 of 255 = 45%

110
132
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 132 + 115 = 357 (100%)
R 110 of 357 ~ 30.81%
G 132 of 357 ~ 36.97%
B 115 of 357 ~ 32.21%

%30.81
%36.97
%32.21

CMYK RENK MODELİ

#6E8473 rengi CMYK tonu (17,0,13,48).

  • camgöbeği tonu 16.67%
  • eflatun tonu 0.00%
  • sarı tonu 12.88%
  • ana renk tonu 48.24%
CMYK:
(17,0,13,48)
C17M0Y13K48 
(17%,0%,13%,48%)
(0.17/0.00/0.13/0.48)	

CMYK yüzdeleri

%16.67
%0
%12.88
%48.24

Codes

Color #6E8473 in popluar color models

6E8473
RGB110132115
HSL134°9.09%47.45%
HSB/HSV134°16.67%51.76%
CMYK16.67%0.00%12.88%
48.24%

Color #6E8473 in popluar number systems.

HEX6E8473
Decimal110132115
Binary1101110100001001110011
Octal156204163

Shades and tints

Shades of #6E8473

#6E8473
(110,132,115)
#647869
(100,120,105)
#5A6C5F
(90,108,95)
#506055
(80,96,85)
#46544B
(70,84,75)
#3C4841
(60,72,65)
#323C37
(50,60,55)
#28302D
(40,48,45)
#1E2423
(30,36,35)
#141819
(20,24,25)
#0A0C0F
(10,12,15)
#000000
(0,0,0)

Tints of #6E8473

#6E8473
(110,132,115)
#7B8F7F
(123,143,127)
#889A8B
(136,154,139)
#95A597
(149,165,151)
#A2B0A3
(162,176,163)
#AFBBAF
(175,187,175)
#BCC6BB
(188,198,187)
#C9D1C7
(201,209,199)
#D6DCD3
(214,220,211)
#E3E7DF
(227,231,223)
#F0F2EB
(240,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8473; }

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

This text font color is #6E8473.


Background Color

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

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

This div background color is #6E8473.


Border color

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

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

This div border color is #6E8473.


Opacity

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

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

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

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

This text has shadow with #6E8473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8473 on black background.


Color preview on white background

This text has color #6E8473 on white background.



Black color preview on #6E8473 background

This text has black color on #6E8473 background.


White color preview on #6E8473 background

This text has white color on #6E8473 background.