COLOR #6D8B7D

HEX: #6D8B7D
RGB: (109,139,125)

Renk bilgisi

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

RGB renk modeli

#6D8B7D color RGB value is (109,139,125).

  • kırmız ton 109;
  • yeşil ton 139;
  • mavi ton 125.
RGB:
(109,139,125)
(43%,55%,49%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 139 of 255 = 55%
B 125 of 255 = 49%

109
139
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 139 + 125 = 373 (100%)
R 109 of 373 ~ 29.22%
G 139 of 373 ~ 37.27%
B 125 of 373 ~ 33.51%

%29.22
%37.27
%33.51

CMYK RENK MODELİ

#6D8B7D rengi CMYK tonu (22,0,10,45).

  • camgöbeği tonu 21.58%
  • eflatun tonu 0.00%
  • sarı tonu 10.07%
  • ana renk tonu 45.49%
CMYK:
(22,0,10,45)
C22M0Y10K45 
(22%,0%,10%,45%)
(0.22/0.00/0.10/0.45)	

CMYK yüzdeleri

%21.58
%0
%10.07
%45.49

Codes

Color #6D8B7D in popluar color models

6D8B7D
RGB109139125
HSL152°12.10%48.63%
HSB/HSV152°21.58%54.51%
CMYK21.58%0.00%10.07%
45.49%

Color #6D8B7D in popluar number systems.

HEX6D8B7D
Decimal109139125
Binary1101101100010111111101
Octal155213175

Shades and tints

Shades of #6D8B7D

#6D8B7D
(109,139,125)
#647F72
(100,127,114)
#5B7367
(91,115,103)
#52675C
(82,103,92)
#495B51
(73,91,81)
#404F46
(64,79,70)
#37433B
(55,67,59)
#2E3730
(46,55,48)
#252B25
(37,43,37)
#1C1F1A
(28,31,26)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #6D8B7D

#6D8B7D
(109,139,125)
#7A9588
(122,149,136)
#879F93
(135,159,147)
#94A99E
(148,169,158)
#A1B3A9
(161,179,169)
#AEBDB4
(174,189,180)
#BBC7BF
(187,199,191)
#C8D1CA
(200,209,202)
#D5DBD5
(213,219,213)
#E2E5E0
(226,229,224)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8B7D color. Also use rgb(109,139,125) instead hex code.

Text Font Color

.myTextColor { color: #6D8B7D; }

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

This text font color is #6D8B7D.


Background Color

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

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

This div background color is #6D8B7D.


Border color

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

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

This div border color is #6D8B7D.


Opacity

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

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

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

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

This text has shadow with #6D8B7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8B7D on black background.


Color preview on white background

This text has color #6D8B7D on white background.



Black color preview on #6D8B7D background

This text has black color on #6D8B7D background.


White color preview on #6D8B7D background

This text has white color on #6D8B7D background.