COLOR #6D8763

HEX: #6D8763
RGB: (109,135,99)

Renk bilgisi

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

RGB renk modeli

#6D8763 color RGB value is (109,135,99).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 135 of 255 = 53%
B 99 of 255 = 39%

109
135
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 135 + 99 = 343 (100%)
R 109 of 343 ~ 31.78%
G 135 of 343 ~ 39.36%
B 99 of 343 ~ 28.86%

%31.78
%39.36
%28.86

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%19.26
%0
%26.67
%47.06

Codes

Color #6D8763 in popluar color models

6D8763
RGB10913599
HSL103°15.38%45.88%
HSB/HSV103°26.67%52.94%
CMYK19.26%0.00%26.67%
47.06%

Color #6D8763 in popluar number systems.

HEX6D8763
Decimal10913599
Binary1101101100001111100011
Octal155207143

Shades and tints

Shades of #6D8763

#6D8763
(109,135,99)
#647B5A
(100,123,90)
#5B6F51
(91,111,81)
#526348
(82,99,72)
#49573F
(73,87,63)
#404B36
(64,75,54)
#373F2D
(55,63,45)
#2E3324
(46,51,36)
#25271B
(37,39,27)
#1C1B12
(28,27,18)
#130F09
(19,15,9)
#000000
(0,0,0)

Tints of #6D8763

#6D8763
(109,135,99)
#7A9171
(122,145,113)
#879B7F
(135,155,127)
#94A58D
(148,165,141)
#A1AF9B
(161,175,155)
#AEB9A9
(174,185,169)
#BBC3B7
(187,195,183)
#C8CDC5
(200,205,197)
#D5D7D3
(213,215,211)
#E2E1E1
(226,225,225)
#EFEBEF
(239,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8763; }

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

This text font color is #6D8763.


Background Color

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

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

This div background color is #6D8763.


Border color

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

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

This div border color is #6D8763.


Opacity

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

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

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

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

This text has shadow with #6D8763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8763 on black background.


Color preview on white background

This text has color #6D8763 on white background.



Black color preview on #6D8763 background

This text has black color on #6D8763 background.


White color preview on #6D8763 background

This text has white color on #6D8763 background.