COLOR #4C693C

HEX: #4C693C
RGB: (76,105,60)

Renk bilgisi

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

RGB renk modeli

#4C693C color RGB value is (76,105,60).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 105 of 255 = 41%
B 60 of 255 = 24%

76
105
60

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 105 + 60 = 241 (100%)
R 76 of 241 ~ 31.54%
G 105 of 241 ~ 43.57%
B 60 of 241 ~ 24.9%

%31.54
%43.57
%24.9

CMYK RENK MODELİ

#4C693C rengi CMYK tonu (28,0,43,59).

  • camgöbeği tonu 27.62%
  • eflatun tonu 0.00%
  • sarı tonu 42.86%
  • ana renk tonu 58.82%
CMYK:
(28,0,43,59)
C28M0Y43K59 
(28%,0%,43%,59%)
(0.28/0.00/0.43/0.59)	

CMYK yüzdeleri

%27.62
%0
%42.86
%58.82

Codes

Color #4C693C in popluar color models

4C693C
RGB7610560
HSL99°27.27%32.35%
HSB/HSV99°42.86%41.18%
CMYK27.62%0.00%42.86%
58.82%

Color #4C693C in popluar number systems.

HEX4C693C
Decimal7610560
Binary10011001101001111100
Octal11415174

Shades and tints

Shades of #4C693C

#4C693C
(76,105,60)
#466037
(70,96,55)
#405732
(64,87,50)
#3A4E2D
(58,78,45)
#344528
(52,69,40)
#2E3C23
(46,60,35)
#28331E
(40,51,30)
#222A19
(34,42,25)
#1C2114
(28,33,20)
#16180F
(22,24,15)
#100F0A
(16,15,10)
#000000
(0,0,0)

Tints of #4C693C

#4C693C
(76,105,60)
#5C764D
(92,118,77)
#6C835E
(108,131,94)
#7C906F
(124,144,111)
#8C9D80
(140,157,128)
#9CAA91
(156,170,145)
#ACB7A2
(172,183,162)
#BCC4B3
(188,196,179)
#CCD1C4
(204,209,196)
#DCDED5
(220,222,213)
#ECEBE6
(236,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C693C; }

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

This text font color is #4C693C.


Background Color

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

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

This div background color is #4C693C.


Border color

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

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

This div border color is #4C693C.


Opacity

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

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

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

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

This text has shadow with #4C693C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C693C on black background.


Color preview on white background

This text has color #4C693C on white background.



Black color preview on #4C693C background

This text has black color on #4C693C background.


White color preview on #4C693C background

This text has white color on #4C693C background.