COLOR #6D8063

HEX: #6D8063
RGB: (109,128,99)

Renk bilgisi

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

RGB renk modeli

#6D8063 color RGB value is (109,128,99).

  • kırmız ton 109;
  • yeşil ton 128;
  • mavi ton 99.
RGB:
(109,128,99)
(43%,50%,39%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 128 of 255 = 50%
B 99 of 255 = 39%

109
128
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 128 + 99 = 336 (100%)
R 109 of 336 ~ 32.44%
G 128 of 336 ~ 38.1%
B 99 of 336 ~ 29.46%

%32.44
%38.1
%29.46

CMYK RENK MODELİ

#6D8063 rengi CMYK tonu (15,0,23,50).

  • camgöbeği tonu 14.84%
  • eflatun tonu 0.00%
  • sarı tonu 22.66%
  • ana renk tonu 49.80%
CMYK:
(15,0,23,50)
C15M0Y23K50 
(15%,0%,23%,50%)
(0.15/0.00/0.23/0.50)	

CMYK yüzdeleri

%14.84
%0
%22.66
%49.8

Codes

Color #6D8063 in popluar color models

6D8063
RGB10912899
HSL99°12.78%44.51%
HSB/HSV99°22.66%50.20%
CMYK14.84%0.00%22.66%
49.80%

Color #6D8063 in popluar number systems.

HEX6D8063
Decimal10912899
Binary1101101100000001100011
Octal155200143

Shades and tints

Shades of #6D8063

#6D8063
(109,128,99)
#64755A
(100,117,90)
#5B6A51
(91,106,81)
#525F48
(82,95,72)
#49543F
(73,84,63)
#404936
(64,73,54)
#373E2D
(55,62,45)
#2E3324
(46,51,36)
#25281B
(37,40,27)
#1C1D12
(28,29,18)
#131209
(19,18,9)
#000000
(0,0,0)

Tints of #6D8063

#6D8063
(109,128,99)
#7A8B71
(122,139,113)
#87967F
(135,150,127)
#94A18D
(148,161,141)
#A1AC9B
(161,172,155)
#AEB7A9
(174,183,169)
#BBC2B7
(187,194,183)
#C8CDC5
(200,205,197)
#D5D8D3
(213,216,211)
#E2E3E1
(226,227,225)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8063 color. Also use rgb(109,128,99) instead hex code.

Text Font Color

.myTextColor { color: #6D8063; }

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

This text font color is #6D8063.


Background Color

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

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

This div background color is #6D8063.


Border color

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

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

This div border color is #6D8063.


Opacity

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

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

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

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

This text has shadow with #6D8063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8063 on black background.


Color preview on white background

This text has color #6D8063 on white background.



Black color preview on #6D8063 background

This text has black color on #6D8063 background.


White color preview on #6D8063 background

This text has white color on #6D8063 background.