COLOR #4C3E52

HEX: #4C3E52
RGB: (76,62,82)

Renk bilgisi

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

RGB renk modeli

#4C3E52 color RGB value is (76,62,82).

  • kırmız ton 76;
  • yeşil ton 62;
  • mavi ton 82.
RGB:
(76,62,82)
(30%,24%,32%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 62 of 255 = 24%
B 82 of 255 = 32%

76
62
82

R + G + B ~ 29%. #4C3E52 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 62 + 82 = 220 (100%)
R 76 of 220 ~ 34.55%
G 62 of 220 ~ 28.18%
B 82 of 220 ~ 37.27%

%34.55
%28.18
%37.27

CMYK RENK MODELİ

#4C3E52 rengi CMYK tonu (7,24,0,68).

  • camgöbeği tonu 7.32%
  • eflatun tonu 24.39%
  • sarı tonu 0.00%
  • ana renk tonu 67.84%
CMYK:
(7,24,0,68)
C7M24Y0K68 
(7%,24%,0%,68%)
(0.07/0.24/0.00/0.68)	

CMYK yüzdeleri

%7.32
%24.39
%0
%67.84

Codes

Color #4C3E52 in popluar color models

4C3E52
RGB766282
HSL282°13.89%28.24%
HSB/HSV282°24.39%32.16%
CMYK7.32%24.39%0.00%
67.84%

Color #4C3E52 in popluar number systems.

HEX4C3E52
Decimal766282
Binary10011001111101010010
Octal11476122

Shades and tints

Shades of #4C3E52

#4C3E52
(76,62,82)
#46394B
(70,57,75)
#403444
(64,52,68)
#3A2F3D
(58,47,61)
#342A36
(52,42,54)
#2E252F
(46,37,47)
#282028
(40,32,40)
#221B21
(34,27,33)
#1C161A
(28,22,26)
#161113
(22,17,19)
#100C0C
(16,12,12)
#000000
(0,0,0)

Tints of #4C3E52

#4C3E52
(76,62,82)
#5C4F61
(92,79,97)
#6C6070
(108,96,112)
#7C717F
(124,113,127)
#8C828E
(140,130,142)
#9C939D
(156,147,157)
#ACA4AC
(172,164,172)
#BCB5BB
(188,181,187)
#CCC6CA
(204,198,202)
#DCD7D9
(220,215,217)
#ECE8E8
(236,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C3E52; }

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

This text font color is #4C3E52.


Background Color

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

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

This div background color is #4C3E52.


Border color

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

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

This div border color is #4C3E52.


Opacity

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

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

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

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

This text has shadow with #4C3E52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3E52 on black background.


Color preview on white background

This text has color #4C3E52 on white background.



Black color preview on #4C3E52 background

This text has black color on #4C3E52 background.


White color preview on #4C3E52 background

This text has white color on #4C3E52 background.