COLOR #687463

HEX: #687463
RGB: (104,116,99)

Renk bilgisi

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

RGB renk modeli

#687463 color RGB value is (104,116,99).

  • kırmız ton 104;
  • yeşil ton 116;
  • mavi ton 99.
RGB:
(104,116,99)
(41%,45%,39%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 116 of 255 = 45%
B 99 of 255 = 39%

104
116
99

R + G + B ~ 42%. #687463 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 116 + 99 = 319 (100%)
R 104 of 319 ~ 32.6%
G 116 of 319 ~ 36.36%
B 99 of 319 ~ 31.03%

%32.6
%36.36
%31.03

CMYK RENK MODELİ

#687463 rengi CMYK tonu (10,0,15,55).

  • camgöbeği tonu 10.34%
  • eflatun tonu 0.00%
  • sarı tonu 14.66%
  • ana renk tonu 54.51%
CMYK:
(10,0,15,55)
C10M0Y15K55 
(10%,0%,15%,55%)
(0.10/0.00/0.15/0.55)	

CMYK yüzdeleri

%10.34
%0
%14.66
%54.51

Codes

Color #687463 in popluar color models

687463
RGB10411699
HSL102°7.91%42.16%
HSB/HSV102°14.66%45.49%
CMYK10.34%0.00%14.66%
54.51%

Color #687463 in popluar number systems.

HEX687463
Decimal10411699
Binary110100011101001100011
Octal150164143

Shades and tints

Shades of #687463

#687463
(104,116,99)
#5F6A5A
(95,106,90)
#566051
(86,96,81)
#4D5648
(77,86,72)
#444C3F
(68,76,63)
#3B4236
(59,66,54)
#32382D
(50,56,45)
#292E24
(41,46,36)
#20241B
(32,36,27)
#171A12
(23,26,18)
#0E1009
(14,16,9)
#000000
(0,0,0)

Tints of #687463

#687463
(104,116,99)
#758071
(117,128,113)
#828C7F
(130,140,127)
#8F988D
(143,152,141)
#9CA49B
(156,164,155)
#A9B0A9
(169,176,169)
#B6BCB7
(182,188,183)
#C3C8C5
(195,200,197)
#D0D4D3
(208,212,211)
#DDE0E1
(221,224,225)
#EAECEF
(234,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687463 color. Also use rgb(104,116,99) instead hex code.

Text Font Color

.myTextColor { color: #687463; }

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

This text font color is #687463.


Background Color

.myBgColor { background-color: #687463; }

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

This div background color is #687463.


Border color

.myBorderColor { border: 1px solid #687463; }

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

This div border color is #687463.


Opacity

.myOpacity80 { color: #687463; opacity: 0.8; }

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

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

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

This text has shadow with #687463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687463 on black background.


Color preview on white background

This text has color #687463 on white background.



Black color preview on #687463 background

This text has black color on #687463 background.


White color preview on #687463 background

This text has white color on #687463 background.