COLOR #4C3A5D

HEX: #4C3A5D
RGB: (76,58,93)

Renk bilgisi

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

RGB renk modeli

#4C3A5D color RGB value is (76,58,93).

  • kırmız ton 76;
  • yeşil ton 58;
  • mavi ton 93.
RGB:
(76,58,93)
(30%,23%,36%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 58 of 255 = 23%
B 93 of 255 = 36%

76
58
93

R + G + B ~ 30%. #4C3A5D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 58 + 93 = 227 (100%)
R 76 of 227 ~ 33.48%
G 58 of 227 ~ 25.55%
B 93 of 227 ~ 40.97%

%33.48
%25.55
%40.97

CMYK RENK MODELİ

#4C3A5D rengi CMYK tonu (18,38,0,64).

  • camgöbeği tonu 18.28%
  • eflatun tonu 37.63%
  • sarı tonu 0.00%
  • ana renk tonu 63.53%
CMYK:
(18,38,0,64)
C18M38Y0K64 
(18%,38%,0%,64%)
(0.18/0.38/0.00/0.64)	

CMYK yüzdeleri

%18.28
%37.63
%0
%63.53

Codes

Color #4C3A5D in popluar color models

4C3A5D
RGB765893
HSL271°23.18%29.61%
HSB/HSV271°37.63%36.47%
CMYK18.28%37.63%0.00%
63.53%

Color #4C3A5D in popluar number systems.

HEX4C3A5D
Decimal765893
Binary10011001110101011101
Octal11472135

Shades and tints

Shades of #4C3A5D

#4C3A5D
(76,58,93)
#463555
(70,53,85)
#40304D
(64,48,77)
#3A2B45
(58,43,69)
#34263D
(52,38,61)
#2E2135
(46,33,53)
#281C2D
(40,28,45)
#221725
(34,23,37)
#1C121D
(28,18,29)
#160D15
(22,13,21)
#10080D
(16,8,13)
#000000
(0,0,0)

Tints of #4C3A5D

#4C3A5D
(76,58,93)
#5C4B6B
(92,75,107)
#6C5C79
(108,92,121)
#7C6D87
(124,109,135)
#8C7E95
(140,126,149)
#9C8FA3
(156,143,163)
#ACA0B1
(172,160,177)
#BCB1BF
(188,177,191)
#CCC2CD
(204,194,205)
#DCD3DB
(220,211,219)
#ECE4E9
(236,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C3A5D color. Also use rgb(76,58,93) instead hex code.

Text Font Color

.myTextColor { color: #4C3A5D; }

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

This text font color is #4C3A5D.


Background Color

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

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

This div background color is #4C3A5D.


Border color

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

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

This div border color is #4C3A5D.


Opacity

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

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

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

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

This text has shadow with #4C3A5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3A5D on black background.


Color preview on white background

This text has color #4C3A5D on white background.



Black color preview on #4C3A5D background

This text has black color on #4C3A5D background.


White color preview on #4C3A5D background

This text has white color on #4C3A5D background.