COLOR #676563

HEX: #676563
RGB: (103,101,99)

Renk bilgisi

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

RGB renk modeli

#676563 color RGB value is (103,101,99).

  • kırmız ton 103;
  • yeşil ton 101;
  • mavi ton 99.
RGB:
(103,101,99)
(40%,40%,39%)

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 101 of 255 = 40%
B 99 of 255 = 39%

103
101
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 101 + 99 = 303 (100%)
R 103 of 303 ~ 33.99%
G 101 of 303 ~ 33.33%
B 99 of 303 ~ 32.67%

%33.99
%33.33
%32.67

CMYK RENK MODELİ

#676563 rengi CMYK tonu (0,2,4,60).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.94%
  • sarı tonu 3.88%
  • ana renk tonu 59.61%
CMYK:
(0,2,4,60)
C0M2Y4K60 
(0%,2%,4%,60%)
(0.00/0.02/0.04/0.60)	

CMYK yüzdeleri

%0
%1.94
%3.88
%59.61

Codes

Color #676563 in popluar color models

676563
RGB10310199
HSL30°1.98%39.61%
HSB/HSV30°3.88%40.39%
CMYK0.00%1.94%3.88%
59.61%

Color #676563 in popluar number systems.

HEX676563
Decimal10310199
Binary110011111001011100011
Octal147145143

Shades and tints

Shades of #676563

#676563
(103,101,99)
#5E5C5A
(94,92,90)
#555351
(85,83,81)
#4C4A48
(76,74,72)
#43413F
(67,65,63)
#3A3836
(58,56,54)
#312F2D
(49,47,45)
#282624
(40,38,36)
#1F1D1B
(31,29,27)
#161412
(22,20,18)
#0D0B09
(13,11,9)
#000000
(0,0,0)

Tints of #676563

#676563
(103,101,99)
#747371
(116,115,113)
#81817F
(129,129,127)
#8E8F8D
(142,143,141)
#9B9D9B
(155,157,155)
#A8ABA9
(168,171,169)
#B5B9B7
(181,185,183)
#C2C7C5
(194,199,197)
#CFD5D3
(207,213,211)
#DCE3E1
(220,227,225)
#E9F1EF
(233,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676563 color. Also use rgb(103,101,99) instead hex code.

Text Font Color

.myTextColor { color: #676563; }

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

This text font color is #676563.


Background Color

.myBgColor { background-color: #676563; }

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

This div background color is #676563.


Border color

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

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

This div border color is #676563.


Opacity

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

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

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

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

This text has shadow with #676563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676563 on black background.


Color preview on white background

This text has color #676563 on white background.



Black color preview on #676563 background

This text has black color on #676563 background.


White color preview on #676563 background

This text has white color on #676563 background.