COLOR #606E63

HEX: #606E63
RGB: (96,110,99)

Renk bilgisi

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

RGB renk modeli

#606E63 color RGB value is (96,110,99).

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

RGB bağlantıları ve doygunluk

R 96 of 255 = 38%
G 110 of 255 = 43%
B 99 of 255 = 39%

96
110
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
96 + 110 + 99 = 305 (100%)
R 96 of 305 ~ 31.48%
G 110 of 305 ~ 36.07%
B 99 of 305 ~ 32.46%

%31.48
%36.07
%32.46

CMYK RENK MODELİ

#606E63 rengi CMYK tonu (13,0,10,57).

  • camgöbeği tonu 12.73%
  • eflatun tonu 0.00%
  • sarı tonu 10.00%
  • ana renk tonu 56.86%
CMYK:
(13,0,10,57)
C13M0Y10K57 
(13%,0%,10%,57%)
(0.13/0.00/0.10/0.57)	

CMYK yüzdeleri

%12.73
%0
%10
%56.86

Codes

Color #606E63 in popluar color models

606E63
RGB9611099
HSL133°6.80%40.39%
HSB/HSV133°12.73%43.14%
CMYK12.73%0.00%10.00%
56.86%

Color #606E63 in popluar number systems.

HEX606E63
Decimal9611099
Binary110000011011101100011
Octal140156143

Shades and tints

Shades of #606E63

#606E63
(96,110,99)
#58645A
(88,100,90)
#505A51
(80,90,81)
#485048
(72,80,72)
#40463F
(64,70,63)
#383C36
(56,60,54)
#30322D
(48,50,45)
#282824
(40,40,36)
#201E1B
(32,30,27)
#181412
(24,20,18)
#100A09
(16,10,9)
#000000
(0,0,0)

Tints of #606E63

#606E63
(96,110,99)
#6E7B71
(110,123,113)
#7C887F
(124,136,127)
#8A958D
(138,149,141)
#98A29B
(152,162,155)
#A6AFA9
(166,175,169)
#B4BCB7
(180,188,183)
#C2C9C5
(194,201,197)
#D0D6D3
(208,214,211)
#DEE3E1
(222,227,225)
#ECF0EF
(236,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606E63; }

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

This text font color is #606E63.


Background Color

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

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

This div background color is #606E63.


Border color

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

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

This div border color is #606E63.


Opacity

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

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

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

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

This text has shadow with #606E63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606E63 on black background.


Color preview on white background

This text has color #606E63 on white background.



Black color preview on #606E63 background

This text has black color on #606E63 background.


White color preview on #606E63 background

This text has white color on #606E63 background.