COLOR #6D8250

HEX: #6D8250
RGB: (109,130,80)

Renk bilgisi

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

RGB renk modeli

#6D8250 color RGB value is (109,130,80).

  • kırmız ton 109;
  • yeşil ton 130;
  • mavi ton 80.
RGB:
(109,130,80)
(43%,51%,31%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 130 of 255 = 51%
B 80 of 255 = 31%

109
130
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 130 + 80 = 319 (100%)
R 109 of 319 ~ 34.17%
G 130 of 319 ~ 40.75%
B 80 of 319 ~ 25.08%

%34.17
%40.75
%25.08

CMYK RENK MODELİ

#6D8250 rengi CMYK tonu (16,0,38,49).

  • camgöbeği tonu 16.15%
  • eflatun tonu 0.00%
  • sarı tonu 38.46%
  • ana renk tonu 49.02%
CMYK:
(16,0,38,49)
C16M0Y38K49 
(16%,0%,38%,49%)
(0.16/0.00/0.38/0.49)	

CMYK yüzdeleri

%16.15
%0
%38.46
%49.02

Codes

Color #6D8250 in popluar color models

6D8250
RGB10913080
HSL85°23.81%41.18%
HSB/HSV85°38.46%50.98%
CMYK16.15%0.00%38.46%
49.02%

Color #6D8250 in popluar number systems.

HEX6D8250
Decimal10913080
Binary1101101100000101010000
Octal155202120

Shades and tints

Shades of #6D8250

#6D8250
(109,130,80)
#647749
(100,119,73)
#5B6C42
(91,108,66)
#52613B
(82,97,59)
#495634
(73,86,52)
#404B2D
(64,75,45)
#374026
(55,64,38)
#2E351F
(46,53,31)
#252A18
(37,42,24)
#1C1F11
(28,31,17)
#13140A
(19,20,10)
#000000
(0,0,0)

Tints of #6D8250

#6D8250
(109,130,80)
#7A8D5F
(122,141,95)
#87986E
(135,152,110)
#94A37D
(148,163,125)
#A1AE8C
(161,174,140)
#AEB99B
(174,185,155)
#BBC4AA
(187,196,170)
#C8CFB9
(200,207,185)
#D5DAC8
(213,218,200)
#E2E5D7
(226,229,215)
#EFF0E6
(239,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8250 color. Also use rgb(109,130,80) instead hex code.

Text Font Color

.myTextColor { color: #6D8250; }

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

This text font color is #6D8250.


Background Color

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

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

This div background color is #6D8250.


Border color

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

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

This div border color is #6D8250.


Opacity

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

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

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

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

This text has shadow with #6D8250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8250 on black background.


Color preview on white background

This text has color #6D8250 on white background.



Black color preview on #6D8250 background

This text has black color on #6D8250 background.


White color preview on #6D8250 background

This text has white color on #6D8250 background.