COLOR #4C2963

HEX: #4C2963
RGB: (76,41,99)

Renk bilgisi

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

RGB renk modeli

#4C2963 color RGB value is (76,41,99).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 41 of 255 = 16%
B 99 of 255 = 39%

76
41
99

R + G + B ~ 28%. #4C2963 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 41 + 99 = 216 (100%)
R 76 of 216 ~ 35.19%
G 41 of 216 ~ 18.98%
B 99 of 216 ~ 45.83%

%35.19
%18.98
%45.83

CMYK RENK MODELİ

#4C2963 rengi CMYK tonu (23,59,0,61).

  • camgöbeği tonu 23.23%
  • eflatun tonu 58.59%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(23,59,0,61)
C23M59Y0K61 
(23%,59%,0%,61%)
(0.23/0.59/0.00/0.61)	

CMYK yüzdeleri

%23.23
%58.59
%0
%61.18

Codes

Color #4C2963 in popluar color models

4C2963
RGB764199
HSL276°41.43%27.45%
HSB/HSV276°58.59%38.82%
CMYK23.23%58.59%0.00%
61.18%

Color #4C2963 in popluar number systems.

HEX4C2963
Decimal764199
Binary10011001010011100011
Octal11451143

Shades and tints

Shades of #4C2963

#4C2963
(76,41,99)
#46265A
(70,38,90)
#402351
(64,35,81)
#3A2048
(58,32,72)
#341D3F
(52,29,63)
#2E1A36
(46,26,54)
#28172D
(40,23,45)
#221424
(34,20,36)
#1C111B
(28,17,27)
#160E12
(22,14,18)
#100B09
(16,11,9)
#000000
(0,0,0)

Tints of #4C2963

#4C2963
(76,41,99)
#5C3C71
(92,60,113)
#6C4F7F
(108,79,127)
#7C628D
(124,98,141)
#8C759B
(140,117,155)
#9C88A9
(156,136,169)
#AC9BB7
(172,155,183)
#BCAEC5
(188,174,197)
#CCC1D3
(204,193,211)
#DCD4E1
(220,212,225)
#ECE7EF
(236,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C2963; }

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

This text font color is #4C2963.


Background Color

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

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

This div background color is #4C2963.


Border color

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

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

This div border color is #4C2963.


Opacity

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

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

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

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

This text has shadow with #4C2963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C2963 on black background.


Color preview on white background

This text has color #4C2963 on white background.



Black color preview on #4C2963 background

This text has black color on #4C2963 background.


White color preview on #4C2963 background

This text has white color on #4C2963 background.