COLOR #6D8C58

HEX: #6D8C58
RGB: (109,140,88)

Renk bilgisi

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

RGB renk modeli

#6D8C58 color RGB value is (109,140,88).

  • kırmız ton 109;
  • yeşil ton 140;
  • mavi ton 88.
RGB:
(109,140,88)
(43%,55%,35%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 140 of 255 = 55%
B 88 of 255 = 35%

109
140
88

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 140 + 88 = 337 (100%)
R 109 of 337 ~ 32.34%
G 140 of 337 ~ 41.54%
B 88 of 337 ~ 26.11%

%32.34
%41.54
%26.11

CMYK RENK MODELİ

#6D8C58 rengi CMYK tonu (22,0,37,45).

  • camgöbeği tonu 22.14%
  • eflatun tonu 0.00%
  • sarı tonu 37.14%
  • ana renk tonu 45.10%
CMYK:
(22,0,37,45)
C22M0Y37K45 
(22%,0%,37%,45%)
(0.22/0.00/0.37/0.45)	

CMYK yüzdeleri

%22.14
%0
%37.14
%45.1

Codes

Color #6D8C58 in popluar color models

6D8C58
RGB10914088
HSL96°22.81%44.71%
HSB/HSV96°37.14%54.90%
CMYK22.14%0.00%37.14%
45.10%

Color #6D8C58 in popluar number systems.

HEX6D8C58
Decimal10914088
Binary1101101100011001011000
Octal155214130

Shades and tints

Shades of #6D8C58

#6D8C58
(109,140,88)
#648050
(100,128,80)
#5B7448
(91,116,72)
#526840
(82,104,64)
#495C38
(73,92,56)
#405030
(64,80,48)
#374428
(55,68,40)
#2E3820
(46,56,32)
#252C18
(37,44,24)
#1C2010
(28,32,16)
#131408
(19,20,8)
#000000
(0,0,0)

Tints of #6D8C58

#6D8C58
(109,140,88)
#7A9667
(122,150,103)
#87A076
(135,160,118)
#94AA85
(148,170,133)
#A1B494
(161,180,148)
#AEBEA3
(174,190,163)
#BBC8B2
(187,200,178)
#C8D2C1
(200,210,193)
#D5DCD0
(213,220,208)
#E2E6DF
(226,230,223)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8C58 color. Also use rgb(109,140,88) instead hex code.

Text Font Color

.myTextColor { color: #6D8C58; }

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

This text font color is #6D8C58.


Background Color

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

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

This div background color is #6D8C58.


Border color

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

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

This div border color is #6D8C58.


Opacity

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

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

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

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

This text has shadow with #6D8C58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8C58 on black background.


Color preview on white background

This text has color #6D8C58 on white background.



Black color preview on #6D8C58 background

This text has black color on #6D8C58 background.


White color preview on #6D8C58 background

This text has white color on #6D8C58 background.