COLOR #4C364E

HEX: #4C364E
RGB: (76,54,78)

Renk bilgisi

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

RGB renk modeli

#4C364E color RGB value is (76,54,78).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 54 of 255 = 21%
B 78 of 255 = 31%

76
54
78

R + G + B ~ 27%. #4C364E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 54 + 78 = 208 (100%)
R 76 of 208 ~ 36.54%
G 54 of 208 ~ 25.96%
B 78 of 208 ~ 37.5%

%36.54
%25.96
%37.5

CMYK RENK MODELİ

#4C364E rengi CMYK tonu (3,31,0,69).

  • camgöbeği tonu 2.56%
  • eflatun tonu 30.77%
  • sarı tonu 0.00%
  • ana renk tonu 69.41%
CMYK:
(3,31,0,69)
C3M31Y0K69 
(3%,31%,0%,69%)
(0.03/0.31/0.00/0.69)	

CMYK yüzdeleri

%2.56
%30.77
%0
%69.41

Codes

Color #4C364E in popluar color models

4C364E
RGB765478
HSL295°18.18%25.88%
HSB/HSV295°30.77%30.59%
CMYK2.56%30.77%0.00%
69.41%

Color #4C364E in popluar number systems.

HEX4C364E
Decimal765478
Binary10011001101101001110
Octal11466116

Shades and tints

Shades of #4C364E

#4C364E
(76,54,78)
#463247
(70,50,71)
#402E40
(64,46,64)
#3A2A39
(58,42,57)
#342632
(52,38,50)
#2E222B
(46,34,43)
#281E24
(40,30,36)
#221A1D
(34,26,29)
#1C1616
(28,22,22)
#16120F
(22,18,15)
#100E08
(16,14,8)
#000000
(0,0,0)

Tints of #4C364E

#4C364E
(76,54,78)
#5C485E
(92,72,94)
#6C5A6E
(108,90,110)
#7C6C7E
(124,108,126)
#8C7E8E
(140,126,142)
#9C909E
(156,144,158)
#ACA2AE
(172,162,174)
#BCB4BE
(188,180,190)
#CCC6CE
(204,198,206)
#DCD8DE
(220,216,222)
#ECEAEE
(236,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C364E; }

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

This text font color is #4C364E.


Background Color

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

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

This div background color is #4C364E.


Border color

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

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

This div border color is #4C364E.


Opacity

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

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

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

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

This text has shadow with #4C364E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C364E on black background.


Color preview on white background

This text has color #4C364E on white background.



Black color preview on #4C364E background

This text has black color on #4C364E background.


White color preview on #4C364E background

This text has white color on #4C364E background.