COLOR #6C7D73

HEX: #6C7D73
RGB: (108,125,115)

Renk bilgisi

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

RGB renk modeli

#6C7D73 color RGB value is (108,125,115).

  • kırmız ton 108;
  • yeşil ton 125;
  • mavi ton 115.
RGB:
(108,125,115)
(42%,49%,45%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 125 of 255 = 49%
B 115 of 255 = 45%

108
125
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 125 + 115 = 348 (100%)
R 108 of 348 ~ 31.03%
G 125 of 348 ~ 35.92%
B 115 of 348 ~ 33.05%

%31.03
%35.92
%33.05

CMYK RENK MODELİ

#6C7D73 rengi CMYK tonu (14,0,8,51).

  • camgöbeği tonu 13.60%
  • eflatun tonu 0.00%
  • sarı tonu 8.00%
  • ana renk tonu 50.98%
CMYK:
(14,0,8,51)
C14M0Y8K51 
(14%,0%,8%,51%)
(0.14/0.00/0.08/0.51)	

CMYK yüzdeleri

%13.6
%0
%8
%50.98

Codes

Color #6C7D73 in popluar color models

6C7D73
RGB108125115
HSL145°7.30%45.69%
HSB/HSV145°13.60%49.02%
CMYK13.60%0.00%8.00%
50.98%

Color #6C7D73 in popluar number systems.

HEX6C7D73
Decimal108125115
Binary110110011111011110011
Octal154175163

Shades and tints

Shades of #6C7D73

#6C7D73
(108,125,115)
#637269
(99,114,105)
#5A675F
(90,103,95)
#515C55
(81,92,85)
#48514B
(72,81,75)
#3F4641
(63,70,65)
#363B37
(54,59,55)
#2D302D
(45,48,45)
#242523
(36,37,35)
#1B1A19
(27,26,25)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #6C7D73

#6C7D73
(108,125,115)
#79887F
(121,136,127)
#86938B
(134,147,139)
#939E97
(147,158,151)
#A0A9A3
(160,169,163)
#ADB4AF
(173,180,175)
#BABFBB
(186,191,187)
#C7CAC7
(199,202,199)
#D4D5D3
(212,213,211)
#E1E0DF
(225,224,223)
#EEEBEB
(238,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C7D73 color. Also use rgb(108,125,115) instead hex code.

Text Font Color

.myTextColor { color: #6C7D73; }

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

This text font color is #6C7D73.


Background Color

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

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

This div background color is #6C7D73.


Border color

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

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

This div border color is #6C7D73.


Opacity

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

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

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

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

This text has shadow with #6C7D73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7D73 on black background.


Color preview on white background

This text has color #6C7D73 on white background.



Black color preview on #6C7D73 background

This text has black color on #6C7D73 background.


White color preview on #6C7D73 background

This text has white color on #6C7D73 background.