COLOR #4B2C63

HEX: #4B2C63
RGB: (75,44,99)

Renk bilgisi

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

RGB renk modeli

#4B2C63 color RGB value is (75,44,99).

  • kırmız ton 75;
  • yeşil ton 44;
  • mavi ton 99.
RGB:
(75,44,99)
(29%,17%,39%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 44 of 255 = 17%
B 99 of 255 = 39%

75
44
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 44 + 99 = 218 (100%)
R 75 of 218 ~ 34.4%
G 44 of 218 ~ 20.18%
B 99 of 218 ~ 45.41%

%34.4
%20.18
%45.41

CMYK RENK MODELİ

#4B2C63 rengi CMYK tonu (24,56,0,61).

  • camgöbeği tonu 24.24%
  • eflatun tonu 55.56%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(24,56,0,61)
C24M56Y0K61 
(24%,56%,0%,61%)
(0.24/0.56/0.00/0.61)	

CMYK yüzdeleri

%24.24
%55.56
%0
%61.18

Codes

Color #4B2C63 in popluar color models

4B2C63
RGB754499
HSL274°38.46%28.04%
HSB/HSV274°55.56%38.82%
CMYK24.24%55.56%0.00%
61.18%

Color #4B2C63 in popluar number systems.

HEX4B2C63
Decimal754499
Binary10010111011001100011
Octal11354143

Shades and tints

Shades of #4B2C63

#4B2C63
(75,44,99)
#45285A
(69,40,90)
#3F2451
(63,36,81)
#392048
(57,32,72)
#331C3F
(51,28,63)
#2D1836
(45,24,54)
#27142D
(39,20,45)
#211024
(33,16,36)
#1B0C1B
(27,12,27)
#150812
(21,8,18)
#0F0409
(15,4,9)
#000000
(0,0,0)

Tints of #4B2C63

#4B2C63
(75,44,99)
#5B3F71
(91,63,113)
#6B527F
(107,82,127)
#7B658D
(123,101,141)
#8B789B
(139,120,155)
#9B8BA9
(155,139,169)
#AB9EB7
(171,158,183)
#BBB1C5
(187,177,197)
#CBC4D3
(203,196,211)
#DBD7E1
(219,215,225)
#EBEAEF
(235,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B2C63 color. Also use rgb(75,44,99) instead hex code.

Text Font Color

.myTextColor { color: #4B2C63; }

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

This text font color is #4B2C63.


Background Color

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

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

This div background color is #4B2C63.


Border color

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

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

This div border color is #4B2C63.


Opacity

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

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

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

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

This text has shadow with #4B2C63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B2C63 on black background.


Color preview on white background

This text has color #4B2C63 on white background.



Black color preview on #4B2C63 background

This text has black color on #4B2C63 background.


White color preview on #4B2C63 background

This text has white color on #4B2C63 background.