COLOR #4C665D

HEX: #4C665D
RGB: (76,102,93)

Renk bilgisi

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

RGB renk modeli

#4C665D color RGB value is (76,102,93).

  • kırmız ton 76;
  • yeşil ton 102;
  • mavi ton 93.
RGB:
(76,102,93)
(30%,40%,36%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 102 of 255 = 40%
B 93 of 255 = 36%

76
102
93

R + G + B ~ 35%. #4C665D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 102 + 93 = 271 (100%)
R 76 of 271 ~ 28.04%
G 102 of 271 ~ 37.64%
B 93 of 271 ~ 34.32%

%28.04
%37.64
%34.32

CMYK RENK MODELİ

#4C665D rengi CMYK tonu (25,0,9,60).

  • camgöbeği tonu 25.49%
  • eflatun tonu 0.00%
  • sarı tonu 8.82%
  • ana renk tonu 60.00%
CMYK:
(25,0,9,60)
C25M0Y9K60 
(25%,0%,9%,60%)
(0.25/0.00/0.09/0.60)	

CMYK yüzdeleri

%25.49
%0
%8.82
%60

Codes

Color #4C665D in popluar color models

4C665D
RGB7610293
HSL159°14.61%34.90%
HSB/HSV159°25.49%40.00%
CMYK25.49%0.00%8.82%
60.00%

Color #4C665D in popluar number systems.

HEX4C665D
Decimal7610293
Binary100110011001101011101
Octal114146135

Shades and tints

Shades of #4C665D

#4C665D
(76,102,93)
#465D55
(70,93,85)
#40544D
(64,84,77)
#3A4B45
(58,75,69)
#34423D
(52,66,61)
#2E3935
(46,57,53)
#28302D
(40,48,45)
#222725
(34,39,37)
#1C1E1D
(28,30,29)
#161515
(22,21,21)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #4C665D

#4C665D
(76,102,93)
#5C736B
(92,115,107)
#6C8079
(108,128,121)
#7C8D87
(124,141,135)
#8C9A95
(140,154,149)
#9CA7A3
(156,167,163)
#ACB4B1
(172,180,177)
#BCC1BF
(188,193,191)
#CCCECD
(204,206,205)
#DCDBDB
(220,219,219)
#ECE8E9
(236,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C665D color. Also use rgb(76,102,93) instead hex code.

Text Font Color

.myTextColor { color: #4C665D; }

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

This text font color is #4C665D.


Background Color

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

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

This div background color is #4C665D.


Border color

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

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

This div border color is #4C665D.


Opacity

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

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

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

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

This text has shadow with #4C665D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C665D on black background.


Color preview on white background

This text has color #4C665D on white background.



Black color preview on #4C665D background

This text has black color on #4C665D background.


White color preview on #4C665D background

This text has white color on #4C665D background.