COLOR #4C6E52

HEX: #4C6E52
RGB: (76,110,82)

Renk bilgisi

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

RGB renk modeli

#4C6E52 color RGB value is (76,110,82).

  • kırmız ton 76;
  • yeşil ton 110;
  • mavi ton 82.
RGB:
(76,110,82)
(30%,43%,32%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 110 of 255 = 43%
B 82 of 255 = 32%

76
110
82

R + G + B ~ 35%. #4C6E52 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 110 + 82 = 268 (100%)
R 76 of 268 ~ 28.36%
G 110 of 268 ~ 41.04%
B 82 of 268 ~ 30.6%

%28.36
%41.04
%30.6

CMYK RENK MODELİ

#4C6E52 rengi CMYK tonu (31,0,25,57).

  • camgöbeği tonu 30.91%
  • eflatun tonu 0.00%
  • sarı tonu 25.45%
  • ana renk tonu 56.86%
CMYK:
(31,0,25,57)
C31M0Y25K57 
(31%,0%,25%,57%)
(0.31/0.00/0.25/0.57)	

CMYK yüzdeleri

%30.91
%0
%25.45
%56.86

Codes

Color #4C6E52 in popluar color models

4C6E52
RGB7611082
HSL131°18.28%36.47%
HSB/HSV131°30.91%43.14%
CMYK30.91%0.00%25.45%
56.86%

Color #4C6E52 in popluar number systems.

HEX4C6E52
Decimal7611082
Binary100110011011101010010
Octal114156122

Shades and tints

Shades of #4C6E52

#4C6E52
(76,110,82)
#46644B
(70,100,75)
#405A44
(64,90,68)
#3A503D
(58,80,61)
#344636
(52,70,54)
#2E3C2F
(46,60,47)
#283228
(40,50,40)
#222821
(34,40,33)
#1C1E1A
(28,30,26)
#161413
(22,20,19)
#100A0C
(16,10,12)
#000000
(0,0,0)

Tints of #4C6E52

#4C6E52
(76,110,82)
#5C7B61
(92,123,97)
#6C8870
(108,136,112)
#7C957F
(124,149,127)
#8CA28E
(140,162,142)
#9CAF9D
(156,175,157)
#ACBCAC
(172,188,172)
#BCC9BB
(188,201,187)
#CCD6CA
(204,214,202)
#DCE3D9
(220,227,217)
#ECF0E8
(236,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6E52 color. Also use rgb(76,110,82) instead hex code.

Text Font Color

.myTextColor { color: #4C6E52; }

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

This text font color is #4C6E52.


Background Color

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

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

This div background color is #4C6E52.


Border color

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

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

This div border color is #4C6E52.


Opacity

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

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

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

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

This text has shadow with #4C6E52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6E52 on black background.


Color preview on white background

This text has color #4C6E52 on white background.



Black color preview on #4C6E52 background

This text has black color on #4C6E52 background.


White color preview on #4C6E52 background

This text has white color on #4C6E52 background.