COLOR #6C8340

HEX: #6C8340
RGB: (108,131,64)

Renk bilgisi

#6C8340 contains mainly red and green colors. #6C8340 ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#6C8340 color RGB value is (108,131,64).

  • kırmız ton 108;
  • yeşil ton 131;
  • mavi ton 64.
RGB:
(108,131,64)
(42%,51%,25%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 131 of 255 = 51%
B 64 of 255 = 25%

108
131
64

R + G + B ~ 39%. #6C8340 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 131 + 64 = 303 (100%)
R 108 of 303 ~ 35.64%
G 131 of 303 ~ 43.23%
B 64 of 303 ~ 21.12%

%35.64
%43.23
%21.12

CMYK RENK MODELİ

#6C8340 rengi CMYK tonu (18,0,51,49).

  • camgöbeği tonu 17.56%
  • eflatun tonu 0.00%
  • sarı tonu 51.15%
  • ana renk tonu 48.63%
CMYK:
(18,0,51,49)
C18M0Y51K49 
(18%,0%,51%,49%)
(0.18/0.00/0.51/0.49)	

CMYK yüzdeleri

%17.56
%0
%51.15
%48.63

Codes

Color #6C8340 in popluar color models

6C8340
RGB10813164
HSL81°34.36%38.24%
HSB/HSV81°51.15%51.37%
CMYK17.56%0.00%51.15%
48.63%

Color #6C8340 in popluar number systems.

HEX6C8340
Decimal10813164
Binary1101100100000111000000
Octal154203100

Shades and tints

Shades of #6C8340

#6C8340
(108,131,64)
#63783B
(99,120,59)
#5A6D36
(90,109,54)
#516231
(81,98,49)
#48572C
(72,87,44)
#3F4C27
(63,76,39)
#364122
(54,65,34)
#2D361D
(45,54,29)
#242B18
(36,43,24)
#1B2013
(27,32,19)
#12150E
(18,21,14)
#000000
(0,0,0)

Tints of #6C8340

#6C8340
(108,131,64)
#798E51
(121,142,81)
#869962
(134,153,98)
#93A473
(147,164,115)
#A0AF84
(160,175,132)
#ADBA95
(173,186,149)
#BAC5A6
(186,197,166)
#C7D0B7
(199,208,183)
#D4DBC8
(212,219,200)
#E1E6D9
(225,230,217)
#EEF1EA
(238,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8340 color. Also use rgb(108,131,64) instead hex code.

Text Font Color

.myTextColor { color: #6C8340; }

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

This text font color is #6C8340.


Background Color

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

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

This div background color is #6C8340.


Border color

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

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

This div border color is #6C8340.


Opacity

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

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

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

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

This text has shadow with #6C8340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8340 on black background.


Color preview on white background

This text has color #6C8340 on white background.



Black color preview on #6C8340 background

This text has black color on #6C8340 background.


White color preview on #6C8340 background

This text has white color on #6C8340 background.