COLOR #3C6063

HEX: #3C6063
RGB: (60,96,99)

Renk bilgisi

#3C6063 contains red, green and blue colors in about the same proportion. #3C6063 ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#3C6063 color RGB value is (60,96,99).

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

RGB bağlantıları ve doygunluk

R 60 of 255 = 24%
G 96 of 255 = 38%
B 99 of 255 = 39%

60
96
99

R + G + B ~ 34%. #3C6063 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
60 + 96 + 99 = 255 (100%)
R 60 of 255 ~ 23.53%
G 96 of 255 ~ 37.65%
B 99 of 255 ~ 38.82%

%23.53
%37.65
%38.82

CMYK RENK MODELİ

#3C6063 rengi CMYK tonu (39,3,0,61).

  • camgöbeği tonu 39.39%
  • eflatun tonu 3.03%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(39,3,0,61)
C39M3Y0K61 
(39%,3%,0%,61%)
(0.39/0.03/0.00/0.61)	

CMYK yüzdeleri

%39.39
%3.03
%0
%61.18

Codes

Color #3C6063 in popluar color models

3C6063
RGB609699
HSL185°24.53%31.18%
HSB/HSV185°39.39%38.82%
CMYK39.39%3.03%0.00%
61.18%

Color #3C6063 in popluar number systems.

HEX3C6063
Decimal609699
Binary11110011000001100011
Octal74140143

Shades and tints

Shades of #3C6063

#3C6063
(60,96,99)
#37585A
(55,88,90)
#325051
(50,80,81)
#2D4848
(45,72,72)
#28403F
(40,64,63)
#233836
(35,56,54)
#1E302D
(30,48,45)
#192824
(25,40,36)
#14201B
(20,32,27)
#0F1812
(15,24,18)
#0A1009
(10,16,9)
#000000
(0,0,0)

Tints of #3C6063

#3C6063
(60,96,99)
#4D6E71
(77,110,113)
#5E7C7F
(94,124,127)
#6F8A8D
(111,138,141)
#80989B
(128,152,155)
#91A6A9
(145,166,169)
#A2B4B7
(162,180,183)
#B3C2C5
(179,194,197)
#C4D0D3
(196,208,211)
#D5DEE1
(213,222,225)
#E6ECEF
(230,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C6063 color. Also use rgb(60,96,99) instead hex code.

Text Font Color

.myTextColor { color: #3C6063; }

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

This text font color is #3C6063.


Background Color

.myBgColor { background-color: #3C6063; }

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

This div background color is #3C6063.


Border color

.myBorderColor { border: 1px solid #3C6063; }

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

This div border color is #3C6063.


Opacity

.myOpacity80 { color: #3C6063; opacity: 0.8; }

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

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

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

This text has shadow with #3C6063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C6063 on black background.


Color preview on white background

This text has color #3C6063 on white background.



Black color preview on #3C6063 background

This text has black color on #3C6063 background.


White color preview on #3C6063 background

This text has white color on #3C6063 background.