COLOR #6C8050

HEX: #6C8050
RGB: (108,128,80)

Renk bilgisi

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

RGB renk modeli

#6C8050 color RGB value is (108,128,80).

  • kırmız ton 108;
  • yeşil ton 128;
  • mavi ton 80.
RGB:
(108,128,80)
(42%,50%,31%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 128 of 255 = 50%
B 80 of 255 = 31%

108
128
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 128 + 80 = 316 (100%)
R 108 of 316 ~ 34.18%
G 128 of 316 ~ 40.51%
B 80 of 316 ~ 25.32%

%34.18
%40.51
%25.32

CMYK RENK MODELİ

#6C8050 rengi CMYK tonu (16,0,38,50).

  • camgöbeği tonu 15.63%
  • eflatun tonu 0.00%
  • sarı tonu 37.50%
  • ana renk tonu 49.80%
CMYK:
(16,0,38,50)
C16M0Y38K50 
(16%,0%,38%,50%)
(0.16/0.00/0.38/0.50)	

CMYK yüzdeleri

%15.63
%0
%37.5
%49.8

Codes

Color #6C8050 in popluar color models

6C8050
RGB10812880
HSL85°23.08%40.78%
HSB/HSV85°37.50%50.20%
CMYK15.63%0.00%37.50%
49.80%

Color #6C8050 in popluar number systems.

HEX6C8050
Decimal10812880
Binary1101100100000001010000
Octal154200120

Shades and tints

Shades of #6C8050

#6C8050
(108,128,80)
#637549
(99,117,73)
#5A6A42
(90,106,66)
#515F3B
(81,95,59)
#485434
(72,84,52)
#3F492D
(63,73,45)
#363E26
(54,62,38)
#2D331F
(45,51,31)
#242818
(36,40,24)
#1B1D11
(27,29,17)
#12120A
(18,18,10)
#000000
(0,0,0)

Tints of #6C8050

#6C8050
(108,128,80)
#798B5F
(121,139,95)
#86966E
(134,150,110)
#93A17D
(147,161,125)
#A0AC8C
(160,172,140)
#ADB79B
(173,183,155)
#BAC2AA
(186,194,170)
#C7CDB9
(199,205,185)
#D4D8C8
(212,216,200)
#E1E3D7
(225,227,215)
#EEEEE6
(238,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8050 color. Also use rgb(108,128,80) instead hex code.

Text Font Color

.myTextColor { color: #6C8050; }

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

This text font color is #6C8050.


Background Color

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

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

This div background color is #6C8050.


Border color

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

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

This div border color is #6C8050.


Opacity

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

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

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

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

This text has shadow with #6C8050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8050 on black background.


Color preview on white background

This text has color #6C8050 on white background.



Black color preview on #6C8050 background

This text has black color on #6C8050 background.


White color preview on #6C8050 background

This text has white color on #6C8050 background.