COLOR #606C63

HEX: #606C63
RGB: (96,108,99)

Renk bilgisi

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

RGB renk modeli

#606C63 color RGB value is (96,108,99).

  • kırmız ton 96;
  • yeşil ton 108;
  • mavi ton 99.
RGB:
(96,108,99)
(38%,42%,39%)

RGB bağlantıları ve doygunluk

R 96 of 255 = 38%
G 108 of 255 = 42%
B 99 of 255 = 39%

96
108
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
96 + 108 + 99 = 303 (100%)
R 96 of 303 ~ 31.68%
G 108 of 303 ~ 35.64%
B 99 of 303 ~ 32.67%

%31.68
%35.64
%32.67

CMYK RENK MODELİ

#606C63 rengi CMYK tonu (11,0,8,58).

  • camgöbeği tonu 11.11%
  • eflatun tonu 0.00%
  • sarı tonu 8.33%
  • ana renk tonu 57.65%
CMYK:
(11,0,8,58)
C11M0Y8K58 
(11%,0%,8%,58%)
(0.11/0.00/0.08/0.58)	

CMYK yüzdeleri

%11.11
%0
%8.33
%57.65

Codes

Color #606C63 in popluar color models

606C63
RGB9610899
HSL135°5.88%40.00%
HSB/HSV135°11.11%42.35%
CMYK11.11%0.00%8.33%
57.65%

Color #606C63 in popluar number systems.

HEX606C63
Decimal9610899
Binary110000011011001100011
Octal140154143

Shades and tints

Shades of #606C63

#606C63
(96,108,99)
#58635A
(88,99,90)
#505A51
(80,90,81)
#485148
(72,81,72)
#40483F
(64,72,63)
#383F36
(56,63,54)
#30362D
(48,54,45)
#282D24
(40,45,36)
#20241B
(32,36,27)
#181B12
(24,27,18)
#101209
(16,18,9)
#000000
(0,0,0)

Tints of #606C63

#606C63
(96,108,99)
#6E7971
(110,121,113)
#7C867F
(124,134,127)
#8A938D
(138,147,141)
#98A09B
(152,160,155)
#A6ADA9
(166,173,169)
#B4BAB7
(180,186,183)
#C2C7C5
(194,199,197)
#D0D4D3
(208,212,211)
#DEE1E1
(222,225,225)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #606C63 color. Also use rgb(96,108,99) instead hex code.

Text Font Color

.myTextColor { color: #606C63; }

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

This text font color is #606C63.


Background Color

.myBgColor { background-color: #606C63; }

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

This div background color is #606C63.


Border color

.myBorderColor { border: 1px solid #606C63; }

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

This div border color is #606C63.


Opacity

.myOpacity80 { color: #606C63; opacity: 0.8; }

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

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

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

This text has shadow with #606C63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606C63 on black background.


Color preview on white background

This text has color #606C63 on white background.



Black color preview on #606C63 background

This text has black color on #606C63 background.


White color preview on #606C63 background

This text has white color on #606C63 background.