COLOR #6D8475

HEX: #6D8475
RGB: (109,132,117)

Renk bilgisi

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

RGB renk modeli

#6D8475 color RGB value is (109,132,117).

  • kırmız ton 109;
  • yeşil ton 132;
  • mavi ton 117.
RGB:
(109,132,117)
(43%,52%,46%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 132 of 255 = 52%
B 117 of 255 = 46%

109
132
117

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 132 + 117 = 358 (100%)
R 109 of 358 ~ 30.45%
G 132 of 358 ~ 36.87%
B 117 of 358 ~ 32.68%

%30.45
%36.87
%32.68

CMYK RENK MODELİ

#6D8475 rengi CMYK tonu (17,0,11,48).

  • camgöbeği tonu 17.42%
  • eflatun tonu 0.00%
  • sarı tonu 11.36%
  • ana renk tonu 48.24%
CMYK:
(17,0,11,48)
C17M0Y11K48 
(17%,0%,11%,48%)
(0.17/0.00/0.11/0.48)	

CMYK yüzdeleri

%17.42
%0
%11.36
%48.24

Codes

Color #6D8475 in popluar color models

6D8475
RGB109132117
HSL141°9.54%47.25%
HSB/HSV141°17.42%51.76%
CMYK17.42%0.00%11.36%
48.24%

Color #6D8475 in popluar number systems.

HEX6D8475
Decimal109132117
Binary1101101100001001110101
Octal155204165

Shades and tints

Shades of #6D8475

#6D8475
(109,132,117)
#64786B
(100,120,107)
#5B6C61
(91,108,97)
#526057
(82,96,87)
#49544D
(73,84,77)
#404843
(64,72,67)
#373C39
(55,60,57)
#2E302F
(46,48,47)
#252425
(37,36,37)
#1C181B
(28,24,27)
#130C11
(19,12,17)
#000000
(0,0,0)

Tints of #6D8475

#6D8475
(109,132,117)
#7A8F81
(122,143,129)
#879A8D
(135,154,141)
#94A599
(148,165,153)
#A1B0A5
(161,176,165)
#AEBBB1
(174,187,177)
#BBC6BD
(187,198,189)
#C8D1C9
(200,209,201)
#D5DCD5
(213,220,213)
#E2E7E1
(226,231,225)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8475 color. Also use rgb(109,132,117) instead hex code.

Text Font Color

.myTextColor { color: #6D8475; }

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

This text font color is #6D8475.


Background Color

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

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

This div background color is #6D8475.


Border color

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

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

This div border color is #6D8475.


Opacity

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

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

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

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

This text has shadow with #6D8475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8475 on black background.


Color preview on white background

This text has color #6D8475 on white background.



Black color preview on #6D8475 background

This text has black color on #6D8475 background.


White color preview on #6D8475 background

This text has white color on #6D8475 background.