COLOR #4C715F

HEX: #4C715F
RGB: (76,113,95)

Renk bilgisi

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

RGB renk modeli

#4C715F color RGB value is (76,113,95).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 113 of 255 = 44%
B 95 of 255 = 37%

76
113
95

R + G + B ~ 37%. #4C715F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 113 + 95 = 284 (100%)
R 76 of 284 ~ 26.76%
G 113 of 284 ~ 39.79%
B 95 of 284 ~ 33.45%

%26.76
%39.79
%33.45

CMYK RENK MODELİ

#4C715F rengi CMYK tonu (33,0,16,56).

  • camgöbeği tonu 32.74%
  • eflatun tonu 0.00%
  • sarı tonu 15.93%
  • ana renk tonu 55.69%
CMYK:
(33,0,16,56)
C33M0Y16K56 
(33%,0%,16%,56%)
(0.33/0.00/0.16/0.56)	

CMYK yüzdeleri

%32.74
%0
%15.93
%55.69

Codes

Color #4C715F in popluar color models

4C715F
RGB7611395
HSL151°19.58%37.06%
HSB/HSV151°32.74%44.31%
CMYK32.74%0.00%15.93%
55.69%

Color #4C715F in popluar number systems.

HEX4C715F
Decimal7611395
Binary100110011100011011111
Octal114161137

Shades and tints

Shades of #4C715F

#4C715F
(76,113,95)
#466757
(70,103,87)
#405D4F
(64,93,79)
#3A5347
(58,83,71)
#34493F
(52,73,63)
#2E3F37
(46,63,55)
#28352F
(40,53,47)
#222B27
(34,43,39)
#1C211F
(28,33,31)
#161717
(22,23,23)
#100D0F
(16,13,15)
#000000
(0,0,0)

Tints of #4C715F

#4C715F
(76,113,95)
#5C7D6D
(92,125,109)
#6C897B
(108,137,123)
#7C9589
(124,149,137)
#8CA197
(140,161,151)
#9CADA5
(156,173,165)
#ACB9B3
(172,185,179)
#BCC5C1
(188,197,193)
#CCD1CF
(204,209,207)
#DCDDDD
(220,221,221)
#ECE9EB
(236,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C715F; }

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

This text font color is #4C715F.


Background Color

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

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

This div background color is #4C715F.


Border color

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

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

This div border color is #4C715F.


Opacity

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

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

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

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

This text has shadow with #4C715F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C715F on black background.


Color preview on white background

This text has color #4C715F on white background.



Black color preview on #4C715F background

This text has black color on #4C715F background.


White color preview on #4C715F background

This text has white color on #4C715F background.