COLOR #4C6646

HEX: #4C6646
RGB: (76,102,70)

Renk bilgisi

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

RGB renk modeli

#4C6646 color RGB value is (76,102,70).

  • kırmız ton 76;
  • yeşil ton 102;
  • mavi ton 70.
RGB:
(76,102,70)
(30%,40%,27%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 102 of 255 = 40%
B 70 of 255 = 27%

76
102
70

R + G + B ~ 32%. #4C6646 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 102 + 70 = 248 (100%)
R 76 of 248 ~ 30.65%
G 102 of 248 ~ 41.13%
B 70 of 248 ~ 28.23%

%30.65
%41.13
%28.23

CMYK RENK MODELİ

#4C6646 rengi CMYK tonu (25,0,31,60).

  • camgöbeği tonu 25.49%
  • eflatun tonu 0.00%
  • sarı tonu 31.37%
  • ana renk tonu 60.00%
CMYK:
(25,0,31,60)
C25M0Y31K60 
(25%,0%,31%,60%)
(0.25/0.00/0.31/0.60)	

CMYK yüzdeleri

%25.49
%0
%31.37
%60

Codes

Color #4C6646 in popluar color models

4C6646
RGB7610270
HSL109°18.60%33.73%
HSB/HSV109°31.37%40.00%
CMYK25.49%0.00%31.37%
60.00%

Color #4C6646 in popluar number systems.

HEX4C6646
Decimal7610270
Binary100110011001101000110
Octal114146106

Shades and tints

Shades of #4C6646

#4C6646
(76,102,70)
#465D40
(70,93,64)
#40543A
(64,84,58)
#3A4B34
(58,75,52)
#34422E
(52,66,46)
#2E3928
(46,57,40)
#283022
(40,48,34)
#22271C
(34,39,28)
#1C1E16
(28,30,22)
#161510
(22,21,16)
#100C0A
(16,12,10)
#000000
(0,0,0)

Tints of #4C6646

#4C6646
(76,102,70)
#5C7356
(92,115,86)
#6C8066
(108,128,102)
#7C8D76
(124,141,118)
#8C9A86
(140,154,134)
#9CA796
(156,167,150)
#ACB4A6
(172,180,166)
#BCC1B6
(188,193,182)
#CCCEC6
(204,206,198)
#DCDBD6
(220,219,214)
#ECE8E6
(236,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6646 color. Also use rgb(76,102,70) instead hex code.

Text Font Color

.myTextColor { color: #4C6646; }

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

This text font color is #4C6646.


Background Color

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

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

This div background color is #4C6646.


Border color

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

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

This div border color is #4C6646.


Opacity

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

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

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

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

This text has shadow with #4C6646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6646 on black background.


Color preview on white background

This text has color #4C6646 on white background.



Black color preview on #4C6646 background

This text has black color on #4C6646 background.


White color preview on #4C6646 background

This text has white color on #4C6646 background.