COLOR #4C2B63

HEX: #4C2B63
RGB: (76,43,99)

Renk bilgisi

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

RGB renk modeli

#4C2B63 color RGB value is (76,43,99).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 43 of 255 = 17%
B 99 of 255 = 39%

76
43
99

R + G + B ~ 29%. #4C2B63 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 43 + 99 = 218 (100%)
R 76 of 218 ~ 34.86%
G 43 of 218 ~ 19.72%
B 99 of 218 ~ 45.41%

%34.86
%19.72
%45.41

CMYK RENK MODELİ

#4C2B63 rengi CMYK tonu (23,57,0,61).

  • camgöbeği tonu 23.23%
  • eflatun tonu 56.57%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(23,57,0,61)
C23M57Y0K61 
(23%,57%,0%,61%)
(0.23/0.57/0.00/0.61)	

CMYK yüzdeleri

%23.23
%56.57
%0
%61.18

Codes

Color #4C2B63 in popluar color models

4C2B63
RGB764399
HSL275°39.44%27.84%
HSB/HSV275°56.57%38.82%
CMYK23.23%56.57%0.00%
61.18%

Color #4C2B63 in popluar number systems.

HEX4C2B63
Decimal764399
Binary10011001010111100011
Octal11453143

Shades and tints

Shades of #4C2B63

#4C2B63
(76,43,99)
#46285A
(70,40,90)
#402551
(64,37,81)
#3A2248
(58,34,72)
#341F3F
(52,31,63)
#2E1C36
(46,28,54)
#28192D
(40,25,45)
#221624
(34,22,36)
#1C131B
(28,19,27)
#161012
(22,16,18)
#100D09
(16,13,9)
#000000
(0,0,0)

Tints of #4C2B63

#4C2B63
(76,43,99)
#5C3E71
(92,62,113)
#6C517F
(108,81,127)
#7C648D
(124,100,141)
#8C779B
(140,119,155)
#9C8AA9
(156,138,169)
#AC9DB7
(172,157,183)
#BCB0C5
(188,176,197)
#CCC3D3
(204,195,211)
#DCD6E1
(220,214,225)
#ECE9EF
(236,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C2B63; }

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

This text font color is #4C2B63.


Background Color

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

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

This div background color is #4C2B63.


Border color

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

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

This div border color is #4C2B63.


Opacity

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

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

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

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

This text has shadow with #4C2B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C2B63 on black background.


Color preview on white background

This text has color #4C2B63 on white background.



Black color preview on #4C2B63 background

This text has black color on #4C2B63 background.


White color preview on #4C2B63 background

This text has white color on #4C2B63 background.