COLOR #606073

HEX: #606073
RGB: (96,96,115)

Renk bilgisi

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

RGB renk modeli

#606073 color RGB value is (96,96,115).

  • kırmız ton 96;
  • yeşil ton 96;
  • mavi ton 115.
RGB:
(96,96,115)
(38%,38%,45%)

RGB bağlantıları ve doygunluk

R 96 of 255 = 38%
G 96 of 255 = 38%
B 115 of 255 = 45%

96
96
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
96 + 96 + 115 = 307 (100%)
R 96 of 307 ~ 31.27%
G 96 of 307 ~ 31.27%
B 115 of 307 ~ 37.46%

%31.27
%31.27
%37.46

CMYK RENK MODELİ

#606073 rengi CMYK tonu (17,17,0,55).

  • camgöbeği tonu 16.52%
  • eflatun tonu 16.52%
  • sarı tonu 0.00%
  • ana renk tonu 54.90%
CMYK:
(17,17,0,55)
C17M17Y0K55 
(17%,17%,0%,55%)
(0.17/0.17/0.00/0.55)	

CMYK yüzdeleri

%16.52
%16.52
%0
%54.9

Codes

Color #606073 in popluar color models

606073
RGB9696115
HSL240°9.00%41.37%
HSB/HSV240°16.52%45.10%
CMYK16.52%16.52%0.00%
54.90%

Color #606073 in popluar number systems.

HEX606073
Decimal9696115
Binary110000011000001110011
Octal140140163

Shades and tints

Shades of #606073

#606073
(96,96,115)
#585869
(88,88,105)
#50505F
(80,80,95)
#484855
(72,72,85)
#40404B
(64,64,75)
#383841
(56,56,65)
#303037
(48,48,55)
#28282D
(40,40,45)
#202023
(32,32,35)
#181819
(24,24,25)
#10100F
(16,16,15)
#000000
(0,0,0)

Tints of #606073

#606073
(96,96,115)
#6E6E7F
(110,110,127)
#7C7C8B
(124,124,139)
#8A8A97
(138,138,151)
#9898A3
(152,152,163)
#A6A6AF
(166,166,175)
#B4B4BB
(180,180,187)
#C2C2C7
(194,194,199)
#D0D0D3
(208,208,211)
#DEDEDF
(222,222,223)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606073; }

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

This text font color is #606073.


Background Color

.myBgColor { background-color: #606073; }

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

This div background color is #606073.


Border color

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

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

This div border color is #606073.


Opacity

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

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

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

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

This text has shadow with #606073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606073 on black background.


Color preview on white background

This text has color #606073 on white background.



Black color preview on #606073 background

This text has black color on #606073 background.


White color preview on #606073 background

This text has white color on #606073 background.