COLOR #4C4370

HEX: #4C4370
RGB: (76,67,112)

Renk bilgisi

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

RGB renk modeli

#4C4370 color RGB value is (76,67,112).

  • kırmız ton 76;
  • yeşil ton 67;
  • mavi ton 112.
RGB:
(76,67,112)
(30%,26%,44%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 67 of 255 = 26%
B 112 of 255 = 44%

76
67
112

R + G + B ~ 33%. #4C4370 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 67 + 112 = 255 (100%)
R 76 of 255 ~ 29.8%
G 67 of 255 ~ 26.27%
B 112 of 255 ~ 43.92%

%29.8
%26.27
%43.92

CMYK RENK MODELİ

#4C4370 rengi CMYK tonu (32,40,0,56).

  • camgöbeği tonu 32.14%
  • eflatun tonu 40.18%
  • sarı tonu 0.00%
  • ana renk tonu 56.08%
CMYK:
(32,40,0,56)
C32M40Y0K56 
(32%,40%,0%,56%)
(0.32/0.40/0.00/0.56)	

CMYK yüzdeleri

%32.14
%40.18
%0
%56.08

Codes

Color #4C4370 in popluar color models

4C4370
RGB7667112
HSL252°25.14%35.10%
HSB/HSV252°40.18%43.92%
CMYK32.14%40.18%0.00%
56.08%

Color #4C4370 in popluar number systems.

HEX4C4370
Decimal7667112
Binary100110010000111110000
Octal114103160

Shades and tints

Shades of #4C4370

#4C4370
(76,67,112)
#463D66
(70,61,102)
#40375C
(64,55,92)
#3A3152
(58,49,82)
#342B48
(52,43,72)
#2E253E
(46,37,62)
#281F34
(40,31,52)
#22192A
(34,25,42)
#1C1320
(28,19,32)
#160D16
(22,13,22)
#10070C
(16,7,12)
#000000
(0,0,0)

Tints of #4C4370

#4C4370
(76,67,112)
#5C547D
(92,84,125)
#6C658A
(108,101,138)
#7C7697
(124,118,151)
#8C87A4
(140,135,164)
#9C98B1
(156,152,177)
#ACA9BE
(172,169,190)
#BCBACB
(188,186,203)
#CCCBD8
(204,203,216)
#DCDCE5
(220,220,229)
#ECEDF2
(236,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4370; }

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

This text font color is #4C4370.


Background Color

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

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

This div background color is #4C4370.


Border color

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

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

This div border color is #4C4370.


Opacity

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

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

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

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

This text has shadow with #4C4370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4370 on black background.


Color preview on white background

This text has color #4C4370 on white background.



Black color preview on #4C4370 background

This text has black color on #4C4370 background.


White color preview on #4C4370 background

This text has white color on #4C4370 background.