COLOR #6D947D

HEX: #6D947D
RGB: (109,148,125)

Renk bilgisi

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

RGB renk modeli

#6D947D color RGB value is (109,148,125).

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

RGB bağlantıları ve doygunluk

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

109
148
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 148 + 125 = 382 (100%)
R 109 of 382 ~ 28.53%
G 148 of 382 ~ 38.74%
B 125 of 382 ~ 32.72%

%28.53
%38.74
%32.72

CMYK RENK MODELİ

#6D947D rengi CMYK tonu (26,0,16,42).

  • camgöbeği tonu 26.35%
  • eflatun tonu 0.00%
  • sarı tonu 15.54%
  • ana renk tonu 41.96%
CMYK:
(26,0,16,42)
C26M0Y16K42 
(26%,0%,16%,42%)
(0.26/0.00/0.16/0.42)	

CMYK yüzdeleri

%26.35
%0
%15.54
%41.96

Codes

Color #6D947D in popluar color models

6D947D
RGB109148125
HSL145°15.42%50.39%
HSB/HSV145°26.35%58.04%
CMYK26.35%0.00%15.54%
41.96%

Color #6D947D in popluar number systems.

HEX6D947D
Decimal109148125
Binary1101101100101001111101
Octal155224175

Shades and tints

Shades of #6D947D

#6D947D
(109,148,125)
#648772
(100,135,114)
#5B7A67
(91,122,103)
#526D5C
(82,109,92)
#496051
(73,96,81)
#405346
(64,83,70)
#37463B
(55,70,59)
#2E3930
(46,57,48)
#252C25
(37,44,37)
#1C1F1A
(28,31,26)
#13120F
(19,18,15)
#000000
(0,0,0)

Tints of #6D947D

#6D947D
(109,148,125)
#7A9D88
(122,157,136)
#87A693
(135,166,147)
#94AF9E
(148,175,158)
#A1B8A9
(161,184,169)
#AEC1B4
(174,193,180)
#BBCABF
(187,202,191)
#C8D3CA
(200,211,202)
#D5DCD5
(213,220,213)
#E2E5E0
(226,229,224)
#EFEEEB
(239,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D947D; }

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

This text font color is #6D947D.


Background Color

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

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

This div background color is #6D947D.


Border color

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

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

This div border color is #6D947D.


Opacity

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

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

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

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

This text has shadow with #6D947D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D947D on black background.


Color preview on white background

This text has color #6D947D on white background.



Black color preview on #6D947D background

This text has black color on #6D947D background.


White color preview on #6D947D background

This text has white color on #6D947D background.