COLOR #606476

HEX: #606476
RGB: (96,100,118)

Renk bilgisi

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

RGB renk modeli

#606476 color RGB value is (96,100,118).

  • kırmız ton 96;
  • yeşil ton 100;
  • mavi ton 118.
RGB:
(96,100,118)
(38%,39%,46%)

RGB bağlantıları ve doygunluk

R 96 of 255 = 38%
G 100 of 255 = 39%
B 118 of 255 = 46%

96
100
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
96 + 100 + 118 = 314 (100%)
R 96 of 314 ~ 30.57%
G 100 of 314 ~ 31.85%
B 118 of 314 ~ 37.58%

%30.57
%31.85
%37.58

CMYK RENK MODELİ

#606476 rengi CMYK tonu (19,15,0,54).

  • camgöbeği tonu 18.64%
  • eflatun tonu 15.25%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(19,15,0,54)
C19M15Y0K54 
(19%,15%,0%,54%)
(0.19/0.15/0.00/0.54)	

CMYK yüzdeleri

%18.64
%15.25
%0
%53.73

Codes

Color #606476 in popluar color models

606476
RGB96100118
HSL229°10.28%41.96%
HSB/HSV229°18.64%46.27%
CMYK18.64%15.25%0.00%
53.73%

Color #606476 in popluar number systems.

HEX606476
Decimal96100118
Binary110000011001001110110
Octal140144166

Shades and tints

Shades of #606476

#606476
(96,100,118)
#585B6C
(88,91,108)
#505262
(80,82,98)
#484958
(72,73,88)
#40404E
(64,64,78)
#383744
(56,55,68)
#302E3A
(48,46,58)
#282530
(40,37,48)
#201C26
(32,28,38)
#18131C
(24,19,28)
#100A12
(16,10,18)
#000000
(0,0,0)

Tints of #606476

#606476
(96,100,118)
#6E7282
(110,114,130)
#7C808E
(124,128,142)
#8A8E9A
(138,142,154)
#989CA6
(152,156,166)
#A6AAB2
(166,170,178)
#B4B8BE
(180,184,190)
#C2C6CA
(194,198,202)
#D0D4D6
(208,212,214)
#DEE2E2
(222,226,226)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #606476 color. Also use rgb(96,100,118) instead hex code.

Text Font Color

.myTextColor { color: #606476; }

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

This text font color is #606476.


Background Color

.myBgColor { background-color: #606476; }

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

This div background color is #606476.


Border color

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

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

This div border color is #606476.


Opacity

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

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

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

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

This text has shadow with #606476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606476 on black background.


Color preview on white background

This text has color #606476 on white background.



Black color preview on #606476 background

This text has black color on #606476 background.


White color preview on #606476 background

This text has white color on #606476 background.