COLOR #4C694A

HEX: #4C694A
RGB: (76,105,74)

Renk bilgisi

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

RGB renk modeli

#4C694A color RGB value is (76,105,74).

  • kırmız ton 76;
  • yeşil ton 105;
  • mavi ton 74.
RGB:
(76,105,74)
(30%,41%,29%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 105 of 255 = 41%
B 74 of 255 = 29%

76
105
74

R + G + B ~ 33%. #4C694A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 105 + 74 = 255 (100%)
R 76 of 255 ~ 29.8%
G 105 of 255 ~ 41.18%
B 74 of 255 ~ 29.02%

%29.8
%41.18
%29.02

CMYK RENK MODELİ

#4C694A rengi CMYK tonu (28,0,30,59).

  • camgöbeği tonu 27.62%
  • eflatun tonu 0.00%
  • sarı tonu 29.52%
  • ana renk tonu 58.82%
CMYK:
(28,0,30,59)
C28M0Y30K59 
(28%,0%,30%,59%)
(0.28/0.00/0.30/0.59)	

CMYK yüzdeleri

%27.62
%0
%29.52
%58.82

Codes

Color #4C694A in popluar color models

4C694A
RGB7610574
HSL116°17.32%35.10%
HSB/HSV116°29.52%41.18%
CMYK27.62%0.00%29.52%
58.82%

Color #4C694A in popluar number systems.

HEX4C694A
Decimal7610574
Binary100110011010011001010
Octal114151112

Shades and tints

Shades of #4C694A

#4C694A
(76,105,74)
#466044
(70,96,68)
#40573E
(64,87,62)
#3A4E38
(58,78,56)
#344532
(52,69,50)
#2E3C2C
(46,60,44)
#283326
(40,51,38)
#222A20
(34,42,32)
#1C211A
(28,33,26)
#161814
(22,24,20)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #4C694A

#4C694A
(76,105,74)
#5C765A
(92,118,90)
#6C836A
(108,131,106)
#7C907A
(124,144,122)
#8C9D8A
(140,157,138)
#9CAA9A
(156,170,154)
#ACB7AA
(172,183,170)
#BCC4BA
(188,196,186)
#CCD1CA
(204,209,202)
#DCDEDA
(220,222,218)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C694A color. Also use rgb(76,105,74) instead hex code.

Text Font Color

.myTextColor { color: #4C694A; }

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

This text font color is #4C694A.


Background Color

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

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

This div background color is #4C694A.


Border color

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

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

This div border color is #4C694A.


Opacity

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

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

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

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

This text has shadow with #4C694A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C694A on black background.


Color preview on white background

This text has color #4C694A on white background.



Black color preview on #4C694A background

This text has black color on #4C694A background.


White color preview on #4C694A background

This text has white color on #4C694A background.