COLOR #606B63

HEX: #606B63
RGB: (96,107,99)

Renk bilgisi

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

RGB renk modeli

#606B63 color RGB value is (96,107,99).

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

RGB bağlantıları ve doygunluk

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

96
107
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
96 + 107 + 99 = 302 (100%)
R 96 of 302 ~ 31.79%
G 107 of 302 ~ 35.43%
B 99 of 302 ~ 32.78%

%31.79
%35.43
%32.78

CMYK RENK MODELİ

#606B63 rengi CMYK tonu (10,0,7,58).

  • camgöbeği tonu 10.28%
  • eflatun tonu 0.00%
  • sarı tonu 7.48%
  • ana renk tonu 58.04%
CMYK:
(10,0,7,58)
C10M0Y7K58 
(10%,0%,7%,58%)
(0.10/0.00/0.07/0.58)	

CMYK yüzdeleri

%10.28
%0
%7.48
%58.04

Codes

Color #606B63 in popluar color models

606B63
RGB9610799
HSL136°5.42%39.80%
HSB/HSV136°10.28%41.96%
CMYK10.28%0.00%7.48%
58.04%

Color #606B63 in popluar number systems.

HEX606B63
Decimal9610799
Binary110000011010111100011
Octal140153143

Shades and tints

Shades of #606B63

#606B63
(96,107,99)
#58625A
(88,98,90)
#505951
(80,89,81)
#485048
(72,80,72)
#40473F
(64,71,63)
#383E36
(56,62,54)
#30352D
(48,53,45)
#282C24
(40,44,36)
#20231B
(32,35,27)
#181A12
(24,26,18)
#101109
(16,17,9)
#000000
(0,0,0)

Tints of #606B63

#606B63
(96,107,99)
#6E7871
(110,120,113)
#7C857F
(124,133,127)
#8A928D
(138,146,141)
#989F9B
(152,159,155)
#A6ACA9
(166,172,169)
#B4B9B7
(180,185,183)
#C2C6C5
(194,198,197)
#D0D3D3
(208,211,211)
#DEE0E1
(222,224,225)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606B63; }

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

This text font color is #606B63.


Background Color

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

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

This div background color is #606B63.


Border color

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

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

This div border color is #606B63.


Opacity

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

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

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

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

This text has shadow with #606B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606B63 on black background.


Color preview on white background

This text has color #606B63 on white background.



Black color preview on #606B63 background

This text has black color on #606B63 background.


White color preview on #606B63 background

This text has white color on #606B63 background.