COLOR #4C765F

HEX: #4C765F
RGB: (76,118,95)

Renk bilgisi

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

RGB renk modeli

#4C765F color RGB value is (76,118,95).

  • kırmız ton 76;
  • yeşil ton 118;
  • mavi ton 95.
RGB:
(76,118,95)
(30%,46%,37%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 118 of 255 = 46%
B 95 of 255 = 37%

76
118
95

R + G + B ~ 38%. #4C765F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 118 + 95 = 289 (100%)
R 76 of 289 ~ 26.3%
G 118 of 289 ~ 40.83%
B 95 of 289 ~ 32.87%

%26.3
%40.83
%32.87

CMYK RENK MODELİ

#4C765F rengi CMYK tonu (36,0,19,54).

  • camgöbeği tonu 35.59%
  • eflatun tonu 0.00%
  • sarı tonu 19.49%
  • ana renk tonu 53.73%
CMYK:
(36,0,19,54)
C36M0Y19K54 
(36%,0%,19%,54%)
(0.36/0.00/0.19/0.54)	

CMYK yüzdeleri

%35.59
%0
%19.49
%53.73

Codes

Color #4C765F in popluar color models

4C765F
RGB7611895
HSL147°21.65%38.04%
HSB/HSV147°35.59%46.27%
CMYK35.59%0.00%19.49%
53.73%

Color #4C765F in popluar number systems.

HEX4C765F
Decimal7611895
Binary100110011101101011111
Octal114166137

Shades and tints

Shades of #4C765F

#4C765F
(76,118,95)
#466C57
(70,108,87)
#40624F
(64,98,79)
#3A5847
(58,88,71)
#344E3F
(52,78,63)
#2E4437
(46,68,55)
#283A2F
(40,58,47)
#223027
(34,48,39)
#1C261F
(28,38,31)
#161C17
(22,28,23)
#10120F
(16,18,15)
#000000
(0,0,0)

Tints of #4C765F

#4C765F
(76,118,95)
#5C826D
(92,130,109)
#6C8E7B
(108,142,123)
#7C9A89
(124,154,137)
#8CA697
(140,166,151)
#9CB2A5
(156,178,165)
#ACBEB3
(172,190,179)
#BCCAC1
(188,202,193)
#CCD6CF
(204,214,207)
#DCE2DD
(220,226,221)
#ECEEEB
(236,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C765F color. Also use rgb(76,118,95) instead hex code.

Text Font Color

.myTextColor { color: #4C765F; }

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

This text font color is #4C765F.


Background Color

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

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

This div background color is #4C765F.


Border color

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

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

This div border color is #4C765F.


Opacity

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

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

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

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

This text has shadow with #4C765F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C765F on black background.


Color preview on white background

This text has color #4C765F on white background.



Black color preview on #4C765F background

This text has black color on #4C765F background.


White color preview on #4C765F background

This text has white color on #4C765F background.