COLOR #4C366E

HEX: #4C366E
RGB: (76,54,110)

Renk bilgisi

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

RGB renk modeli

#4C366E color RGB value is (76,54,110).

  • kırmız ton 76;
  • yeşil ton 54;
  • mavi ton 110.
RGB:
(76,54,110)
(30%,21%,43%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 54 of 255 = 21%
B 110 of 255 = 43%

76
54
110

R + G + B ~ 31%. #4C366E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 54 + 110 = 240 (100%)
R 76 of 240 ~ 31.67%
G 54 of 240 ~ 22.5%
B 110 of 240 ~ 45.83%

%31.67
%22.5
%45.83

CMYK RENK MODELİ

#4C366E rengi CMYK tonu (31,51,0,57).

  • camgöbeği tonu 30.91%
  • eflatun tonu 50.91%
  • sarı tonu 0.00%
  • ana renk tonu 56.86%
CMYK:
(31,51,0,57)
C31M51Y0K57 
(31%,51%,0%,57%)
(0.31/0.51/0.00/0.57)	

CMYK yüzdeleri

%30.91
%50.91
%0
%56.86

Codes

Color #4C366E in popluar color models

4C366E
RGB7654110
HSL264°34.15%32.16%
HSB/HSV264°50.91%43.14%
CMYK30.91%50.91%0.00%
56.86%

Color #4C366E in popluar number systems.

HEX4C366E
Decimal7654110
Binary10011001101101101110
Octal11466156

Shades and tints

Shades of #4C366E

#4C366E
(76,54,110)
#463264
(70,50,100)
#402E5A
(64,46,90)
#3A2A50
(58,42,80)
#342646
(52,38,70)
#2E223C
(46,34,60)
#281E32
(40,30,50)
#221A28
(34,26,40)
#1C161E
(28,22,30)
#161214
(22,18,20)
#100E0A
(16,14,10)
#000000
(0,0,0)

Tints of #4C366E

#4C366E
(76,54,110)
#5C487B
(92,72,123)
#6C5A88
(108,90,136)
#7C6C95
(124,108,149)
#8C7EA2
(140,126,162)
#9C90AF
(156,144,175)
#ACA2BC
(172,162,188)
#BCB4C9
(188,180,201)
#CCC6D6
(204,198,214)
#DCD8E3
(220,216,227)
#ECEAF0
(236,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C366E color. Also use rgb(76,54,110) instead hex code.

Text Font Color

.myTextColor { color: #4C366E; }

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

This text font color is #4C366E.


Background Color

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

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

This div background color is #4C366E.


Border color

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

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

This div border color is #4C366E.


Opacity

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

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

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

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

This text has shadow with #4C366E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C366E on black background.


Color preview on white background

This text has color #4C366E on white background.



Black color preview on #4C366E background

This text has black color on #4C366E background.


White color preview on #4C366E background

This text has white color on #4C366E background.