COLOR #4C725F

HEX: #4C725F
RGB: (76,114,95)

Renk bilgisi

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

RGB renk modeli

#4C725F color RGB value is (76,114,95).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 114 of 255 = 45%
B 95 of 255 = 37%

76
114
95

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 114 + 95 = 285 (100%)
R 76 of 285 ~ 26.67%
G 114 of 285 ~ 40%
B 95 of 285 ~ 33.33%

%26.67
%40
%33.33

CMYK RENK MODELİ

#4C725F rengi CMYK tonu (33,0,17,55).

  • camgöbeği tonu 33.33%
  • eflatun tonu 0.00%
  • sarı tonu 16.67%
  • ana renk tonu 55.29%
CMYK:
(33,0,17,55)
C33M0Y17K55 
(33%,0%,17%,55%)
(0.33/0.00/0.17/0.55)	

CMYK yüzdeleri

%33.33
%0
%16.67
%55.29

Codes

Color #4C725F in popluar color models

4C725F
RGB7611495
HSL150°20.00%37.25%
HSB/HSV150°33.33%44.71%
CMYK33.33%0.00%16.67%
55.29%

Color #4C725F in popluar number systems.

HEX4C725F
Decimal7611495
Binary100110011100101011111
Octal114162137

Shades and tints

Shades of #4C725F

#4C725F
(76,114,95)
#466857
(70,104,87)
#405E4F
(64,94,79)
#3A5447
(58,84,71)
#344A3F
(52,74,63)
#2E4037
(46,64,55)
#28362F
(40,54,47)
#222C27
(34,44,39)
#1C221F
(28,34,31)
#161817
(22,24,23)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #4C725F

#4C725F
(76,114,95)
#5C7E6D
(92,126,109)
#6C8A7B
(108,138,123)
#7C9689
(124,150,137)
#8CA297
(140,162,151)
#9CAEA5
(156,174,165)
#ACBAB3
(172,186,179)
#BCC6C1
(188,198,193)
#CCD2CF
(204,210,207)
#DCDEDD
(220,222,221)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C725F; }

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

This text font color is #4C725F.


Background Color

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

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

This div background color is #4C725F.


Border color

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

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

This div border color is #4C725F.


Opacity

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

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

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

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

This text has shadow with #4C725F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C725F on black background.


Color preview on white background

This text has color #4C725F on white background.



Black color preview on #4C725F background

This text has black color on #4C725F background.


White color preview on #4C725F background

This text has white color on #4C725F background.