COLOR #6D957D

HEX: #6D957D
RGB: (109,149,125)

Renk bilgisi

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

RGB renk modeli

#6D957D color RGB value is (109,149,125).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 149 of 255 = 58%
B 125 of 255 = 49%

109
149
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 149 + 125 = 383 (100%)
R 109 of 383 ~ 28.46%
G 149 of 383 ~ 38.9%
B 125 of 383 ~ 32.64%

%28.46
%38.9
%32.64

CMYK RENK MODELİ

#6D957D rengi CMYK tonu (27,0,16,42).

  • camgöbeği tonu 26.85%
  • eflatun tonu 0.00%
  • sarı tonu 16.11%
  • ana renk tonu 41.57%
CMYK:
(27,0,16,42)
C27M0Y16K42 
(27%,0%,16%,42%)
(0.27/0.00/0.16/0.42)	

CMYK yüzdeleri

%26.85
%0
%16.11
%41.57

Codes

Color #6D957D in popluar color models

6D957D
RGB109149125
HSL144°15.87%50.59%
HSB/HSV144°26.85%58.43%
CMYK26.85%0.00%16.11%
41.57%

Color #6D957D in popluar number systems.

HEX6D957D
Decimal109149125
Binary1101101100101011111101
Octal155225175

Shades and tints

Shades of #6D957D

#6D957D
(109,149,125)
#648872
(100,136,114)
#5B7B67
(91,123,103)
#526E5C
(82,110,92)
#496151
(73,97,81)
#405446
(64,84,70)
#37473B
(55,71,59)
#2E3A30
(46,58,48)
#252D25
(37,45,37)
#1C201A
(28,32,26)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #6D957D

#6D957D
(109,149,125)
#7A9E88
(122,158,136)
#87A793
(135,167,147)
#94B09E
(148,176,158)
#A1B9A9
(161,185,169)
#AEC2B4
(174,194,180)
#BBCBBF
(187,203,191)
#C8D4CA
(200,212,202)
#D5DDD5
(213,221,213)
#E2E6E0
(226,230,224)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D957D; }

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

This text font color is #6D957D.


Background Color

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

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

This div background color is #6D957D.


Border color

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

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

This div border color is #6D957D.


Opacity

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

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

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

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

This text has shadow with #6D957D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D957D on black background.


Color preview on white background

This text has color #6D957D on white background.



Black color preview on #6D957D background

This text has black color on #6D957D background.


White color preview on #6D957D background

This text has white color on #6D957D background.