COLOR #4C4C76

HEX: #4C4C76
RGB: (76,76,118)

Renk bilgisi

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

RGB renk modeli

#4C4C76 color RGB value is (76,76,118).

  • kırmız ton 76;
  • yeşil ton 76;
  • mavi ton 118.
RGB:
(76,76,118)
(30%,30%,46%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 76 of 255 = 30%
B 118 of 255 = 46%

76
76
118

R + G + B ~ 35%. #4C4C76 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 76 + 118 = 270 (100%)
R 76 of 270 ~ 28.15%
G 76 of 270 ~ 28.15%
B 118 of 270 ~ 43.7%

%28.15
%28.15
%43.7

CMYK RENK MODELİ

#4C4C76 rengi CMYK tonu (36,36,0,54).

  • camgöbeği tonu 35.59%
  • eflatun tonu 35.59%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(36,36,0,54)
C36M36Y0K54 
(36%,36%,0%,54%)
(0.36/0.36/0.00/0.54)	

CMYK yüzdeleri

%35.59
%35.59
%0
%53.73

Codes

Color #4C4C76 in popluar color models

4C4C76
RGB7676118
HSL240°21.65%38.04%
HSB/HSV240°35.59%46.27%
CMYK35.59%35.59%0.00%
53.73%

Color #4C4C76 in popluar number systems.

HEX4C4C76
Decimal7676118
Binary100110010011001110110
Octal114114166

Shades and tints

Shades of #4C4C76

#4C4C76
(76,76,118)
#46466C
(70,70,108)
#404062
(64,64,98)
#3A3A58
(58,58,88)
#34344E
(52,52,78)
#2E2E44
(46,46,68)
#28283A
(40,40,58)
#222230
(34,34,48)
#1C1C26
(28,28,38)
#16161C
(22,22,28)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #4C4C76

#4C4C76
(76,76,118)
#5C5C82
(92,92,130)
#6C6C8E
(108,108,142)
#7C7C9A
(124,124,154)
#8C8CA6
(140,140,166)
#9C9CB2
(156,156,178)
#ACACBE
(172,172,190)
#BCBCCA
(188,188,202)
#CCCCD6
(204,204,214)
#DCDCE2
(220,220,226)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4C76; }

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

This text font color is #4C4C76.


Background Color

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

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

This div background color is #4C4C76.


Border color

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

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

This div border color is #4C4C76.


Opacity

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

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

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

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

This text has shadow with #4C4C76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4C76 on black background.


Color preview on white background

This text has color #4C4C76 on white background.



Black color preview on #4C4C76 background

This text has black color on #4C4C76 background.


White color preview on #4C4C76 background

This text has white color on #4C4C76 background.