COLOR #6C8375

HEX: #6C8375
RGB: (108,131,117)

Renk bilgisi

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

RGB renk modeli

#6C8375 color RGB value is (108,131,117).

  • kırmız ton 108;
  • yeşil ton 131;
  • mavi ton 117.
RGB:
(108,131,117)
(42%,51%,46%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 131 of 255 = 51%
B 117 of 255 = 46%

108
131
117

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 131 + 117 = 356 (100%)
R 108 of 356 ~ 30.34%
G 131 of 356 ~ 36.8%
B 117 of 356 ~ 32.87%

%30.34
%36.8
%32.87

CMYK RENK MODELİ

#6C8375 rengi CMYK tonu (18,0,11,49).

  • camgöbeği tonu 17.56%
  • eflatun tonu 0.00%
  • sarı tonu 10.69%
  • ana renk tonu 48.63%
CMYK:
(18,0,11,49)
C18M0Y11K49 
(18%,0%,11%,49%)
(0.18/0.00/0.11/0.49)	

CMYK yüzdeleri

%17.56
%0
%10.69
%48.63

Codes

Color #6C8375 in popluar color models

6C8375
RGB108131117
HSL143°9.62%46.86%
HSB/HSV143°17.56%51.37%
CMYK17.56%0.00%10.69%
48.63%

Color #6C8375 in popluar number systems.

HEX6C8375
Decimal108131117
Binary1101100100000111110101
Octal154203165

Shades and tints

Shades of #6C8375

#6C8375
(108,131,117)
#63786B
(99,120,107)
#5A6D61
(90,109,97)
#516257
(81,98,87)
#48574D
(72,87,77)
#3F4C43
(63,76,67)
#364139
(54,65,57)
#2D362F
(45,54,47)
#242B25
(36,43,37)
#1B201B
(27,32,27)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #6C8375

#6C8375
(108,131,117)
#798E81
(121,142,129)
#86998D
(134,153,141)
#93A499
(147,164,153)
#A0AFA5
(160,175,165)
#ADBAB1
(173,186,177)
#BAC5BD
(186,197,189)
#C7D0C9
(199,208,201)
#D4DBD5
(212,219,213)
#E1E6E1
(225,230,225)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8375 color. Also use rgb(108,131,117) instead hex code.

Text Font Color

.myTextColor { color: #6C8375; }

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

This text font color is #6C8375.


Background Color

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

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

This div background color is #6C8375.


Border color

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

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

This div border color is #6C8375.


Opacity

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

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

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

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

This text has shadow with #6C8375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8375 on black background.


Color preview on white background

This text has color #6C8375 on white background.



Black color preview on #6C8375 background

This text has black color on #6C8375 background.


White color preview on #6C8375 background

This text has white color on #6C8375 background.