COLOR #4C5261

HEX: #4C5261
RGB: (76,82,97)

Renk bilgisi

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

RGB renk modeli

#4C5261 color RGB value is (76,82,97).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 82 of 255 = 32%
B 97 of 255 = 38%

76
82
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 82 + 97 = 255 (100%)
R 76 of 255 ~ 29.8%
G 82 of 255 ~ 32.16%
B 97 of 255 ~ 38.04%

%29.8
%32.16
%38.04

CMYK RENK MODELİ

#4C5261 rengi CMYK tonu (22,15,0,62).

  • camgöbeği tonu 21.65%
  • eflatun tonu 15.46%
  • sarı tonu 0.00%
  • ana renk tonu 61.96%
CMYK:
(22,15,0,62)
C22M15Y0K62 
(22%,15%,0%,62%)
(0.22/0.15/0.00/0.62)	

CMYK yüzdeleri

%21.65
%15.46
%0
%61.96

Codes

Color #4C5261 in popluar color models

4C5261
RGB768297
HSL223°12.14%33.92%
HSB/HSV223°21.65%38.04%
CMYK21.65%15.46%0.00%
61.96%

Color #4C5261 in popluar number systems.

HEX4C5261
Decimal768297
Binary100110010100101100001
Octal114122141

Shades and tints

Shades of #4C5261

#4C5261
(76,82,97)
#464B59
(70,75,89)
#404451
(64,68,81)
#3A3D49
(58,61,73)
#343641
(52,54,65)
#2E2F39
(46,47,57)
#282831
(40,40,49)
#222129
(34,33,41)
#1C1A21
(28,26,33)
#161319
(22,19,25)
#100C11
(16,12,17)
#000000
(0,0,0)

Tints of #4C5261

#4C5261
(76,82,97)
#5C616F
(92,97,111)
#6C707D
(108,112,125)
#7C7F8B
(124,127,139)
#8C8E99
(140,142,153)
#9C9DA7
(156,157,167)
#ACACB5
(172,172,181)
#BCBBC3
(188,187,195)
#CCCAD1
(204,202,209)
#DCD9DF
(220,217,223)
#ECE8ED
(236,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5261; }

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

This text font color is #4C5261.


Background Color

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

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

This div background color is #4C5261.


Border color

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

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

This div border color is #4C5261.


Opacity

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

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

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

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

This text has shadow with #4C5261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5261 on black background.


Color preview on white background

This text has color #4C5261 on white background.



Black color preview on #4C5261 background

This text has black color on #4C5261 background.


White color preview on #4C5261 background

This text has white color on #4C5261 background.