COLOR #4C6163

HEX: #4C6163
RGB: (76,97,99)

Renk bilgisi

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

RGB renk modeli

#4C6163 color RGB value is (76,97,99).

  • kırmız ton 76;
  • yeşil ton 97;
  • mavi ton 99.
RGB:
(76,97,99)
(30%,38%,39%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 97 of 255 = 38%
B 99 of 255 = 39%

76
97
99

R + G + B ~ 36%. #4C6163 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 97 + 99 = 272 (100%)
R 76 of 272 ~ 27.94%
G 97 of 272 ~ 35.66%
B 99 of 272 ~ 36.4%

%27.94
%35.66
%36.4

CMYK RENK MODELİ

#4C6163 rengi CMYK tonu (23,2,0,61).

  • camgöbeği tonu 23.23%
  • eflatun tonu 2.02%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(23,2,0,61)
C23M2Y0K61 
(23%,2%,0%,61%)
(0.23/0.02/0.00/0.61)	

CMYK yüzdeleri

%23.23
%2.02
%0
%61.18

Codes

Color #4C6163 in popluar color models

4C6163
RGB769799
HSL185°13.14%34.31%
HSB/HSV185°23.23%38.82%
CMYK23.23%2.02%0.00%
61.18%

Color #4C6163 in popluar number systems.

HEX4C6163
Decimal769799
Binary100110011000011100011
Octal114141143

Shades and tints

Shades of #4C6163

#4C6163
(76,97,99)
#46595A
(70,89,90)
#405151
(64,81,81)
#3A4948
(58,73,72)
#34413F
(52,65,63)
#2E3936
(46,57,54)
#28312D
(40,49,45)
#222924
(34,41,36)
#1C211B
(28,33,27)
#161912
(22,25,18)
#101109
(16,17,9)
#000000
(0,0,0)

Tints of #4C6163

#4C6163
(76,97,99)
#5C6F71
(92,111,113)
#6C7D7F
(108,125,127)
#7C8B8D
(124,139,141)
#8C999B
(140,153,155)
#9CA7A9
(156,167,169)
#ACB5B7
(172,181,183)
#BCC3C5
(188,195,197)
#CCD1D3
(204,209,211)
#DCDFE1
(220,223,225)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6163 color. Also use rgb(76,97,99) instead hex code.

Text Font Color

.myTextColor { color: #4C6163; }

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

This text font color is #4C6163.


Background Color

.myBgColor { background-color: #4C6163; }

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

This div background color is #4C6163.


Border color

.myBorderColor { border: 1px solid #4C6163; }

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

This div border color is #4C6163.


Opacity

.myOpacity80 { color: #4C6163; opacity: 0.8; }

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

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

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

This text has shadow with #4C6163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6163 on black background.


Color preview on white background

This text has color #4C6163 on white background.



Black color preview on #4C6163 background

This text has black color on #4C6163 background.


White color preview on #4C6163 background

This text has white color on #4C6163 background.