COLOR #6D817D

HEX: #6D817D
RGB: (109,129,125)

Renk bilgisi

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

RGB renk modeli

#6D817D color RGB value is (109,129,125).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 129 of 255 = 51%
B 125 of 255 = 49%

109
129
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 129 + 125 = 363 (100%)
R 109 of 363 ~ 30.03%
G 129 of 363 ~ 35.54%
B 125 of 363 ~ 34.44%

%30.03
%35.54
%34.44

CMYK RENK MODELİ

#6D817D rengi CMYK tonu (16,0,3,49).

  • camgöbeği tonu 15.50%
  • eflatun tonu 0.00%
  • sarı tonu 3.10%
  • ana renk tonu 49.41%
CMYK:
(16,0,3,49)
C16M0Y3K49 
(16%,0%,3%,49%)
(0.16/0.00/0.03/0.49)	

CMYK yüzdeleri

%15.5
%0
%3.1
%49.41

Codes

Color #6D817D in popluar color models

6D817D
RGB109129125
HSL168°8.40%46.67%
HSB/HSV168°15.50%50.59%
CMYK15.50%0.00%3.10%
49.41%

Color #6D817D in popluar number systems.

HEX6D817D
Decimal109129125
Binary1101101100000011111101
Octal155201175

Shades and tints

Shades of #6D817D

#6D817D
(109,129,125)
#647672
(100,118,114)
#5B6B67
(91,107,103)
#52605C
(82,96,92)
#495551
(73,85,81)
#404A46
(64,74,70)
#373F3B
(55,63,59)
#2E3430
(46,52,48)
#252925
(37,41,37)
#1C1E1A
(28,30,26)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #6D817D

#6D817D
(109,129,125)
#7A8C88
(122,140,136)
#879793
(135,151,147)
#94A29E
(148,162,158)
#A1ADA9
(161,173,169)
#AEB8B4
(174,184,180)
#BBC3BF
(187,195,191)
#C8CECA
(200,206,202)
#D5D9D5
(213,217,213)
#E2E4E0
(226,228,224)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D817D; }

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

This text font color is #6D817D.


Background Color

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

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

This div background color is #6D817D.


Border color

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

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

This div border color is #6D817D.


Opacity

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

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

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

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

This text has shadow with #6D817D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D817D on black background.


Color preview on white background

This text has color #6D817D on white background.



Black color preview on #6D817D background

This text has black color on #6D817D background.


White color preview on #6D817D background

This text has white color on #6D817D background.