COLOR #4C6F5F

HEX: #4C6F5F
RGB: (76,111,95)

Renk bilgisi

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

RGB renk modeli

#4C6F5F color RGB value is (76,111,95).

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

RGB bağlantıları ve doygunluk

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

76
111
95

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 111 + 95 = 282 (100%)
R 76 of 282 ~ 26.95%
G 111 of 282 ~ 39.36%
B 95 of 282 ~ 33.69%

%26.95
%39.36
%33.69

CMYK RENK MODELİ

#4C6F5F rengi CMYK tonu (32,0,14,56).

  • camgöbeği tonu 31.53%
  • eflatun tonu 0.00%
  • sarı tonu 14.41%
  • ana renk tonu 56.47%
CMYK:
(32,0,14,56)
C32M0Y14K56 
(32%,0%,14%,56%)
(0.32/0.00/0.14/0.56)	

CMYK yüzdeleri

%31.53
%0
%14.41
%56.47

Codes

Color #4C6F5F in popluar color models

4C6F5F
RGB7611195
HSL153°18.72%36.67%
HSB/HSV153°31.53%43.53%
CMYK31.53%0.00%14.41%
56.47%

Color #4C6F5F in popluar number systems.

HEX4C6F5F
Decimal7611195
Binary100110011011111011111
Octal114157137

Shades and tints

Shades of #4C6F5F

#4C6F5F
(76,111,95)
#466557
(70,101,87)
#405B4F
(64,91,79)
#3A5147
(58,81,71)
#34473F
(52,71,63)
#2E3D37
(46,61,55)
#28332F
(40,51,47)
#222927
(34,41,39)
#1C1F1F
(28,31,31)
#161517
(22,21,23)
#100B0F
(16,11,15)
#000000
(0,0,0)

Tints of #4C6F5F

#4C6F5F
(76,111,95)
#5C7C6D
(92,124,109)
#6C897B
(108,137,123)
#7C9689
(124,150,137)
#8CA397
(140,163,151)
#9CB0A5
(156,176,165)
#ACBDB3
(172,189,179)
#BCCAC1
(188,202,193)
#CCD7CF
(204,215,207)
#DCE4DD
(220,228,221)
#ECF1EB
(236,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6F5F; }

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

This text font color is #4C6F5F.


Background Color

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

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

This div background color is #4C6F5F.


Border color

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

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

This div border color is #4C6F5F.


Opacity

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

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

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

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

This text has shadow with #4C6F5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6F5F on black background.


Color preview on white background

This text has color #4C6F5F on white background.



Black color preview on #4C6F5F background

This text has black color on #4C6F5F background.


White color preview on #4C6F5F background

This text has white color on #4C6F5F background.