COLOR #4C614F

HEX: #4C614F
RGB: (76,97,79)

Renk bilgisi

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

RGB renk modeli

#4C614F color RGB value is (76,97,79).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 97 of 255 = 38%
B 79 of 255 = 31%

76
97
79

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 97 + 79 = 252 (100%)
R 76 of 252 ~ 30.16%
G 97 of 252 ~ 38.49%
B 79 of 252 ~ 31.35%

%30.16
%38.49
%31.35

CMYK RENK MODELİ

#4C614F rengi CMYK tonu (22,0,19,62).

  • camgöbeği tonu 21.65%
  • eflatun tonu 0.00%
  • sarı tonu 18.56%
  • ana renk tonu 61.96%
CMYK:
(22,0,19,62)
C22M0Y19K62 
(22%,0%,19%,62%)
(0.22/0.00/0.19/0.62)	

CMYK yüzdeleri

%21.65
%0
%18.56
%61.96

Codes

Color #4C614F in popluar color models

4C614F
RGB769779
HSL129°12.14%33.92%
HSB/HSV129°21.65%38.04%
CMYK21.65%0.00%18.56%
61.96%

Color #4C614F in popluar number systems.

HEX4C614F
Decimal769779
Binary100110011000011001111
Octal114141117

Shades and tints

Shades of #4C614F

#4C614F
(76,97,79)
#465948
(70,89,72)
#405141
(64,81,65)
#3A493A
(58,73,58)
#344133
(52,65,51)
#2E392C
(46,57,44)
#283125
(40,49,37)
#22291E
(34,41,30)
#1C2117
(28,33,23)
#161910
(22,25,16)
#101109
(16,17,9)
#000000
(0,0,0)

Tints of #4C614F

#4C614F
(76,97,79)
#5C6F5F
(92,111,95)
#6C7D6F
(108,125,111)
#7C8B7F
(124,139,127)
#8C998F
(140,153,143)
#9CA79F
(156,167,159)
#ACB5AF
(172,181,175)
#BCC3BF
(188,195,191)
#CCD1CF
(204,209,207)
#DCDFDF
(220,223,223)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C614F; }

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

This text font color is #4C614F.


Background Color

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

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

This div background color is #4C614F.


Border color

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

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

This div border color is #4C614F.


Opacity

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

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

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

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

This text has shadow with #4C614F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C614F on black background.


Color preview on white background

This text has color #4C614F on white background.



Black color preview on #4C614F background

This text has black color on #4C614F background.


White color preview on #4C614F background

This text has white color on #4C614F background.