COLOR #4C646E

HEX: #4C646E
RGB: (76,100,110)

Renk bilgisi

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

RGB renk modeli

#4C646E color RGB value is (76,100,110).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 100 of 255 = 39%
B 110 of 255 = 43%

76
100
110

R + G + B ~ 37%. #4C646E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 100 + 110 = 286 (100%)
R 76 of 286 ~ 26.57%
G 100 of 286 ~ 34.97%
B 110 of 286 ~ 38.46%

%26.57
%34.97
%38.46

CMYK RENK MODELİ

#4C646E rengi CMYK tonu (31,9,0,57).

  • camgöbeği tonu 30.91%
  • eflatun tonu 9.09%
  • sarı tonu 0.00%
  • ana renk tonu 56.86%
CMYK:
(31,9,0,57)
C31M9Y0K57 
(31%,9%,0%,57%)
(0.31/0.09/0.00/0.57)	

CMYK yüzdeleri

%30.91
%9.09
%0
%56.86

Codes

Color #4C646E in popluar color models

4C646E
RGB76100110
HSL198°18.28%36.47%
HSB/HSV198°30.91%43.14%
CMYK30.91%9.09%0.00%
56.86%

Color #4C646E in popluar number systems.

HEX4C646E
Decimal76100110
Binary100110011001001101110
Octal114144156

Shades and tints

Shades of #4C646E

#4C646E
(76,100,110)
#465B64
(70,91,100)
#40525A
(64,82,90)
#3A4950
(58,73,80)
#344046
(52,64,70)
#2E373C
(46,55,60)
#282E32
(40,46,50)
#222528
(34,37,40)
#1C1C1E
(28,28,30)
#161314
(22,19,20)
#100A0A
(16,10,10)
#000000
(0,0,0)

Tints of #4C646E

#4C646E
(76,100,110)
#5C727B
(92,114,123)
#6C8088
(108,128,136)
#7C8E95
(124,142,149)
#8C9CA2
(140,156,162)
#9CAAAF
(156,170,175)
#ACB8BC
(172,184,188)
#BCC6C9
(188,198,201)
#CCD4D6
(204,212,214)
#DCE2E3
(220,226,227)
#ECF0F0
(236,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C646E; }

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

This text font color is #4C646E.


Background Color

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

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

This div background color is #4C646E.


Border color

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

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

This div border color is #4C646E.


Opacity

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

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

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

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

This text has shadow with #4C646E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C646E on black background.


Color preview on white background

This text has color #4C646E on white background.



Black color preview on #4C646E background

This text has black color on #4C646E background.


White color preview on #4C646E background

This text has white color on #4C646E background.