COLOR #6D8356

HEX: #6D8356
RGB: (109,131,86)

Renk bilgisi

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

RGB renk modeli

#6D8356 color RGB value is (109,131,86).

  • kırmız ton 109;
  • yeşil ton 131;
  • mavi ton 86.
RGB:
(109,131,86)
(43%,51%,34%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 131 of 255 = 51%
B 86 of 255 = 34%

109
131
86

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 131 + 86 = 326 (100%)
R 109 of 326 ~ 33.44%
G 131 of 326 ~ 40.18%
B 86 of 326 ~ 26.38%

%33.44
%40.18
%26.38

CMYK RENK MODELİ

#6D8356 rengi CMYK tonu (17,0,34,49).

  • camgöbeği tonu 16.79%
  • eflatun tonu 0.00%
  • sarı tonu 34.35%
  • ana renk tonu 48.63%
CMYK:
(17,0,34,49)
C17M0Y34K49 
(17%,0%,34%,49%)
(0.17/0.00/0.34/0.49)	

CMYK yüzdeleri

%16.79
%0
%34.35
%48.63

Codes

Color #6D8356 in popluar color models

6D8356
RGB10913186
HSL89°20.74%42.55%
HSB/HSV89°34.35%51.37%
CMYK16.79%0.00%34.35%
48.63%

Color #6D8356 in popluar number systems.

HEX6D8356
Decimal10913186
Binary1101101100000111010110
Octal155203126

Shades and tints

Shades of #6D8356

#6D8356
(109,131,86)
#64784F
(100,120,79)
#5B6D48
(91,109,72)
#526241
(82,98,65)
#49573A
(73,87,58)
#404C33
(64,76,51)
#37412C
(55,65,44)
#2E3625
(46,54,37)
#252B1E
(37,43,30)
#1C2017
(28,32,23)
#131510
(19,21,16)
#000000
(0,0,0)

Tints of #6D8356

#6D8356
(109,131,86)
#7A8E65
(122,142,101)
#879974
(135,153,116)
#94A483
(148,164,131)
#A1AF92
(161,175,146)
#AEBAA1
(174,186,161)
#BBC5B0
(187,197,176)
#C8D0BF
(200,208,191)
#D5DBCE
(213,219,206)
#E2E6DD
(226,230,221)
#EFF1EC
(239,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8356 color. Also use rgb(109,131,86) instead hex code.

Text Font Color

.myTextColor { color: #6D8356; }

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

This text font color is #6D8356.


Background Color

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

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

This div background color is #6D8356.


Border color

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

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

This div border color is #6D8356.


Opacity

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

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

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

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

This text has shadow with #6D8356 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8356 on black background.


Color preview on white background

This text has color #6D8356 on white background.



Black color preview on #6D8356 background

This text has black color on #6D8356 background.


White color preview on #6D8356 background

This text has white color on #6D8356 background.