COLOR #4C6354

HEX: #4C6354
RGB: (76,99,84)

Renk bilgisi

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

RGB renk modeli

#4C6354 color RGB value is (76,99,84).

  • kırmız ton 76;
  • yeşil ton 99;
  • mavi ton 84.
RGB:
(76,99,84)
(30%,39%,33%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 99 of 255 = 39%
B 84 of 255 = 33%

76
99
84

R + G + B ~ 34%. #4C6354 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 99 + 84 = 259 (100%)
R 76 of 259 ~ 29.34%
G 99 of 259 ~ 38.22%
B 84 of 259 ~ 32.43%

%29.34
%38.22
%32.43

CMYK RENK MODELİ

#4C6354 rengi CMYK tonu (23,0,15,61).

  • camgöbeği tonu 23.23%
  • eflatun tonu 0.00%
  • sarı tonu 15.15%
  • ana renk tonu 61.18%
CMYK:
(23,0,15,61)
C23M0Y15K61 
(23%,0%,15%,61%)
(0.23/0.00/0.15/0.61)	

CMYK yüzdeleri

%23.23
%0
%15.15
%61.18

Codes

Color #4C6354 in popluar color models

4C6354
RGB769984
HSL141°13.14%34.31%
HSB/HSV141°23.23%38.82%
CMYK23.23%0.00%15.15%
61.18%

Color #4C6354 in popluar number systems.

HEX4C6354
Decimal769984
Binary100110011000111010100
Octal114143124

Shades and tints

Shades of #4C6354

#4C6354
(76,99,84)
#465A4D
(70,90,77)
#405146
(64,81,70)
#3A483F
(58,72,63)
#343F38
(52,63,56)
#2E3631
(46,54,49)
#282D2A
(40,45,42)
#222423
(34,36,35)
#1C1B1C
(28,27,28)
#161215
(22,18,21)
#10090E
(16,9,14)
#000000
(0,0,0)

Tints of #4C6354

#4C6354
(76,99,84)
#5C7163
(92,113,99)
#6C7F72
(108,127,114)
#7C8D81
(124,141,129)
#8C9B90
(140,155,144)
#9CA99F
(156,169,159)
#ACB7AE
(172,183,174)
#BCC5BD
(188,197,189)
#CCD3CC
(204,211,204)
#DCE1DB
(220,225,219)
#ECEFEA
(236,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6354 color. Also use rgb(76,99,84) instead hex code.

Text Font Color

.myTextColor { color: #4C6354; }

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

This text font color is #4C6354.


Background Color

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

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

This div background color is #4C6354.


Border color

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

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

This div border color is #4C6354.


Opacity

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

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

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

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

This text has shadow with #4C6354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6354 on black background.


Color preview on white background

This text has color #4C6354 on white background.



Black color preview on #4C6354 background

This text has black color on #4C6354 background.


White color preview on #4C6354 background

This text has white color on #4C6354 background.