COLOR #4C715D

HEX: #4C715D
RGB: (76,113,93)

Renk bilgisi

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

RGB renk modeli

#4C715D color RGB value is (76,113,93).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 113 of 255 = 44%
B 93 of 255 = 36%

76
113
93

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 113 + 93 = 282 (100%)
R 76 of 282 ~ 26.95%
G 113 of 282 ~ 40.07%
B 93 of 282 ~ 32.98%

%26.95
%40.07
%32.98

CMYK RENK MODELİ

#4C715D rengi CMYK tonu (33,0,18,56).

  • camgöbeği tonu 32.74%
  • eflatun tonu 0.00%
  • sarı tonu 17.70%
  • ana renk tonu 55.69%
CMYK:
(33,0,18,56)
C33M0Y18K56 
(33%,0%,18%,56%)
(0.33/0.00/0.18/0.56)	

CMYK yüzdeleri

%32.74
%0
%17.7
%55.69

Codes

Color #4C715D in popluar color models

4C715D
RGB7611393
HSL148°19.58%37.06%
HSB/HSV148°32.74%44.31%
CMYK32.74%0.00%17.70%
55.69%

Color #4C715D in popluar number systems.

HEX4C715D
Decimal7611393
Binary100110011100011011101
Octal114161135

Shades and tints

Shades of #4C715D

#4C715D
(76,113,93)
#466755
(70,103,85)
#405D4D
(64,93,77)
#3A5345
(58,83,69)
#34493D
(52,73,61)
#2E3F35
(46,63,53)
#28352D
(40,53,45)
#222B25
(34,43,37)
#1C211D
(28,33,29)
#161715
(22,23,21)
#100D0D
(16,13,13)
#000000
(0,0,0)

Tints of #4C715D

#4C715D
(76,113,93)
#5C7D6B
(92,125,107)
#6C8979
(108,137,121)
#7C9587
(124,149,135)
#8CA195
(140,161,149)
#9CADA3
(156,173,163)
#ACB9B1
(172,185,177)
#BCC5BF
(188,197,191)
#CCD1CD
(204,209,205)
#DCDDDB
(220,221,219)
#ECE9E9
(236,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C715D; }

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

This text font color is #4C715D.


Background Color

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

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

This div background color is #4C715D.


Border color

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

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

This div border color is #4C715D.


Opacity

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

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

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

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

This text has shadow with #4C715D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C715D on black background.


Color preview on white background

This text has color #4C715D on white background.



Black color preview on #4C715D background

This text has black color on #4C715D background.


White color preview on #4C715D background

This text has white color on #4C715D background.