COLOR #4C4761

HEX: #4C4761
RGB: (76,71,97)

Renk bilgisi

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

RGB renk modeli

#4C4761 color RGB value is (76,71,97).

  • kırmız ton 76;
  • yeşil ton 71;
  • mavi ton 97.
RGB:
(76,71,97)
(30%,28%,38%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 71 of 255 = 28%
B 97 of 255 = 38%

76
71
97

R + G + B ~ 32%. #4C4761 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 71 + 97 = 244 (100%)
R 76 of 244 ~ 31.15%
G 71 of 244 ~ 29.1%
B 97 of 244 ~ 39.75%

%31.15
%29.1
%39.75

CMYK RENK MODELİ

#4C4761 rengi CMYK tonu (22,27,0,62).

  • camgöbeği tonu 21.65%
  • eflatun tonu 26.80%
  • sarı tonu 0.00%
  • ana renk tonu 61.96%
CMYK:
(22,27,0,62)
C22M27Y0K62 
(22%,27%,0%,62%)
(0.22/0.27/0.00/0.62)	

CMYK yüzdeleri

%21.65
%26.8
%0
%61.96

Codes

Color #4C4761 in popluar color models

4C4761
RGB767197
HSL252°15.48%32.94%
HSB/HSV252°26.80%38.04%
CMYK21.65%26.80%0.00%
61.96%

Color #4C4761 in popluar number systems.

HEX4C4761
Decimal767197
Binary100110010001111100001
Octal114107141

Shades and tints

Shades of #4C4761

#4C4761
(76,71,97)
#464159
(70,65,89)
#403B51
(64,59,81)
#3A3549
(58,53,73)
#342F41
(52,47,65)
#2E2939
(46,41,57)
#282331
(40,35,49)
#221D29
(34,29,41)
#1C1721
(28,23,33)
#161119
(22,17,25)
#100B11
(16,11,17)
#000000
(0,0,0)

Tints of #4C4761

#4C4761
(76,71,97)
#5C576F
(92,87,111)
#6C677D
(108,103,125)
#7C778B
(124,119,139)
#8C8799
(140,135,153)
#9C97A7
(156,151,167)
#ACA7B5
(172,167,181)
#BCB7C3
(188,183,195)
#CCC7D1
(204,199,209)
#DCD7DF
(220,215,223)
#ECE7ED
(236,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4761; }

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

This text font color is #4C4761.


Background Color

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

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

This div background color is #4C4761.


Border color

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

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

This div border color is #4C4761.


Opacity

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

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

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

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

This text has shadow with #4C4761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4761 on black background.


Color preview on white background

This text has color #4C4761 on white background.



Black color preview on #4C4761 background

This text has black color on #4C4761 background.


White color preview on #4C4761 background

This text has white color on #4C4761 background.