COLOR #4C4965

HEX: #4C4965
RGB: (76,73,101)

Renk bilgisi

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

RGB renk modeli

#4C4965 color RGB value is (76,73,101).

  • kırmız ton 76;
  • yeşil ton 73;
  • mavi ton 101.
RGB:
(76,73,101)
(30%,29%,40%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 73 of 255 = 29%
B 101 of 255 = 40%

76
73
101

R + G + B ~ 33%. #4C4965 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 73 + 101 = 250 (100%)
R 76 of 250 ~ 30.4%
G 73 of 250 ~ 29.2%
B 101 of 250 ~ 40.4%

%30.4
%29.2
%40.4

CMYK RENK MODELİ

#4C4965 rengi CMYK tonu (25,28,0,60).

  • camgöbeği tonu 24.75%
  • eflatun tonu 27.72%
  • sarı tonu 0.00%
  • ana renk tonu 60.39%
CMYK:
(25,28,0,60)
C25M28Y0K60 
(25%,28%,0%,60%)
(0.25/0.28/0.00/0.60)	

CMYK yüzdeleri

%24.75
%27.72
%0
%60.39

Codes

Color #4C4965 in popluar color models

4C4965
RGB7673101
HSL246°16.09%34.12%
HSB/HSV246°27.72%39.61%
CMYK24.75%27.72%0.00%
60.39%

Color #4C4965 in popluar number systems.

HEX4C4965
Decimal7673101
Binary100110010010011100101
Octal114111145

Shades and tints

Shades of #4C4965

#4C4965
(76,73,101)
#46435C
(70,67,92)
#403D53
(64,61,83)
#3A374A
(58,55,74)
#343141
(52,49,65)
#2E2B38
(46,43,56)
#28252F
(40,37,47)
#221F26
(34,31,38)
#1C191D
(28,25,29)
#161314
(22,19,20)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #4C4965

#4C4965
(76,73,101)
#5C5973
(92,89,115)
#6C6981
(108,105,129)
#7C798F
(124,121,143)
#8C899D
(140,137,157)
#9C99AB
(156,153,171)
#ACA9B9
(172,169,185)
#BCB9C7
(188,185,199)
#CCC9D5
(204,201,213)
#DCD9E3
(220,217,227)
#ECE9F1
(236,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C4965 color. Also use rgb(76,73,101) instead hex code.

Text Font Color

.myTextColor { color: #4C4965; }

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

This text font color is #4C4965.


Background Color

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

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

This div background color is #4C4965.


Border color

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

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

This div border color is #4C4965.


Opacity

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

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

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

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

This text has shadow with #4C4965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4965 on black background.


Color preview on white background

This text has color #4C4965 on white background.



Black color preview on #4C4965 background

This text has black color on #4C4965 background.


White color preview on #4C4965 background

This text has white color on #4C4965 background.