COLOR #4C6957

HEX: #4C6957
RGB: (76,105,87)

Renk bilgisi

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

RGB renk modeli

#4C6957 color RGB value is (76,105,87).

  • kırmız ton 76;
  • yeşil ton 105;
  • mavi ton 87.
RGB:
(76,105,87)
(30%,41%,34%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 105 of 255 = 41%
B 87 of 255 = 34%

76
105
87

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 105 + 87 = 268 (100%)
R 76 of 268 ~ 28.36%
G 105 of 268 ~ 39.18%
B 87 of 268 ~ 32.46%

%28.36
%39.18
%32.46

CMYK RENK MODELİ

#4C6957 rengi CMYK tonu (28,0,17,59).

  • camgöbeği tonu 27.62%
  • eflatun tonu 0.00%
  • sarı tonu 17.14%
  • ana renk tonu 58.82%
CMYK:
(28,0,17,59)
C28M0Y17K59 
(28%,0%,17%,59%)
(0.28/0.00/0.17/0.59)	

CMYK yüzdeleri

%27.62
%0
%17.14
%58.82

Codes

Color #4C6957 in popluar color models

4C6957
RGB7610587
HSL143°16.02%35.49%
HSB/HSV143°27.62%41.18%
CMYK27.62%0.00%17.14%
58.82%

Color #4C6957 in popluar number systems.

HEX4C6957
Decimal7610587
Binary100110011010011010111
Octal114151127

Shades and tints

Shades of #4C6957

#4C6957
(76,105,87)
#466050
(70,96,80)
#405749
(64,87,73)
#3A4E42
(58,78,66)
#34453B
(52,69,59)
#2E3C34
(46,60,52)
#28332D
(40,51,45)
#222A26
(34,42,38)
#1C211F
(28,33,31)
#161818
(22,24,24)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #4C6957

#4C6957
(76,105,87)
#5C7666
(92,118,102)
#6C8375
(108,131,117)
#7C9084
(124,144,132)
#8C9D93
(140,157,147)
#9CAAA2
(156,170,162)
#ACB7B1
(172,183,177)
#BCC4C0
(188,196,192)
#CCD1CF
(204,209,207)
#DCDEDE
(220,222,222)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6957 color. Also use rgb(76,105,87) instead hex code.

Text Font Color

.myTextColor { color: #4C6957; }

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

This text font color is #4C6957.


Background Color

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

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

This div background color is #4C6957.


Border color

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

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

This div border color is #4C6957.


Opacity

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

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

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

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

This text has shadow with #4C6957 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6957 on black background.


Color preview on white background

This text has color #4C6957 on white background.



Black color preview on #4C6957 background

This text has black color on #4C6957 background.


White color preview on #4C6957 background

This text has white color on #4C6957 background.