COLOR #6C8478

HEX: #6C8478
RGB: (108,132,120)

Renk bilgisi

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

RGB renk modeli

#6C8478 color RGB value is (108,132,120).

  • kırmız ton 108;
  • yeşil ton 132;
  • mavi ton 120.
RGB:
(108,132,120)
(42%,52%,47%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 132 of 255 = 52%
B 120 of 255 = 47%

108
132
120

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 132 + 120 = 360 (100%)
R 108 of 360 ~ 30%
G 132 of 360 ~ 36.67%
B 120 of 360 ~ 33.33%

%30
%36.67
%33.33

CMYK RENK MODELİ

#6C8478 rengi CMYK tonu (18,0,9,48).

  • camgöbeği tonu 18.18%
  • eflatun tonu 0.00%
  • sarı tonu 9.09%
  • ana renk tonu 48.24%
CMYK:
(18,0,9,48)
C18M0Y9K48 
(18%,0%,9%,48%)
(0.18/0.00/0.09/0.48)	

CMYK yüzdeleri

%18.18
%0
%9.09
%48.24

Codes

Color #6C8478 in popluar color models

6C8478
RGB108132120
HSL150°10.00%47.06%
HSB/HSV150°18.18%51.76%
CMYK18.18%0.00%9.09%
48.24%

Color #6C8478 in popluar number systems.

HEX6C8478
Decimal108132120
Binary1101100100001001111000
Octal154204170

Shades and tints

Shades of #6C8478

#6C8478
(108,132,120)
#63786E
(99,120,110)
#5A6C64
(90,108,100)
#51605A
(81,96,90)
#485450
(72,84,80)
#3F4846
(63,72,70)
#363C3C
(54,60,60)
#2D3032
(45,48,50)
#242428
(36,36,40)
#1B181E
(27,24,30)
#120C14
(18,12,20)
#000000
(0,0,0)

Tints of #6C8478

#6C8478
(108,132,120)
#798F84
(121,143,132)
#869A90
(134,154,144)
#93A59C
(147,165,156)
#A0B0A8
(160,176,168)
#ADBBB4
(173,187,180)
#BAC6C0
(186,198,192)
#C7D1CC
(199,209,204)
#D4DCD8
(212,220,216)
#E1E7E4
(225,231,228)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8478 color. Also use rgb(108,132,120) instead hex code.

Text Font Color

.myTextColor { color: #6C8478; }

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

This text font color is #6C8478.


Background Color

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

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

This div background color is #6C8478.


Border color

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

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

This div border color is #6C8478.


Opacity

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

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

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

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

This text has shadow with #6C8478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8478 on black background.


Color preview on white background

This text has color #6C8478 on white background.



Black color preview on #6C8478 background

This text has black color on #6C8478 background.


White color preview on #6C8478 background

This text has white color on #6C8478 background.