COLOR #4C4E3A

HEX: #4C4E3A
RGB: (76,78,58)

Renk bilgisi

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

RGB renk modeli

#4C4E3A color RGB value is (76,78,58).

  • kırmız ton 76;
  • yeşil ton 78;
  • mavi ton 58.
RGB:
(76,78,58)
(30%,31%,23%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 78 of 255 = 31%
B 58 of 255 = 23%

76
78
58

R + G + B ~ 28%. #4C4E3A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 78 + 58 = 212 (100%)
R 76 of 212 ~ 35.85%
G 78 of 212 ~ 36.79%
B 58 of 212 ~ 27.36%

%35.85
%36.79
%27.36

CMYK RENK MODELİ

#4C4E3A rengi CMYK tonu (3,0,26,69).

  • camgöbeği tonu 2.56%
  • eflatun tonu 0.00%
  • sarı tonu 25.64%
  • ana renk tonu 69.41%
CMYK:
(3,0,26,69)
C3M0Y26K69 
(3%,0%,26%,69%)
(0.03/0.00/0.26/0.69)	

CMYK yüzdeleri

%2.56
%0
%25.64
%69.41

Codes

Color #4C4E3A in popluar color models

4C4E3A
RGB767858
HSL66°14.71%26.67%
HSB/HSV66°25.64%30.59%
CMYK2.56%0.00%25.64%
69.41%

Color #4C4E3A in popluar number systems.

HEX4C4E3A
Decimal767858
Binary10011001001110111010
Octal11411672

Shades and tints

Shades of #4C4E3A

#4C4E3A
(76,78,58)
#464735
(70,71,53)
#404030
(64,64,48)
#3A392B
(58,57,43)
#343226
(52,50,38)
#2E2B21
(46,43,33)
#28241C
(40,36,28)
#221D17
(34,29,23)
#1C1612
(28,22,18)
#160F0D
(22,15,13)
#100808
(16,8,8)
#000000
(0,0,0)

Tints of #4C4E3A

#4C4E3A
(76,78,58)
#5C5E4B
(92,94,75)
#6C6E5C
(108,110,92)
#7C7E6D
(124,126,109)
#8C8E7E
(140,142,126)
#9C9E8F
(156,158,143)
#ACAEA0
(172,174,160)
#BCBEB1
(188,190,177)
#CCCEC2
(204,206,194)
#DCDED3
(220,222,211)
#ECEEE4
(236,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C4E3A color. Also use rgb(76,78,58) instead hex code.

Text Font Color

.myTextColor { color: #4C4E3A; }

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

This text font color is #4C4E3A.


Background Color

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

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

This div background color is #4C4E3A.


Border color

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

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

This div border color is #4C4E3A.


Opacity

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

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

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

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

This text has shadow with #4C4E3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4E3A on black background.


Color preview on white background

This text has color #4C4E3A on white background.



Black color preview on #4C4E3A background

This text has black color on #4C4E3A background.


White color preview on #4C4E3A background

This text has white color on #4C4E3A background.