COLOR #4C684B

HEX: #4C684B
RGB: (76,104,75)

Renk bilgisi

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

RGB renk modeli

#4C684B color RGB value is (76,104,75).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 104 of 255 = 41%
B 75 of 255 = 29%

76
104
75

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 104 + 75 = 255 (100%)
R 76 of 255 ~ 29.8%
G 104 of 255 ~ 40.78%
B 75 of 255 ~ 29.41%

%29.8
%40.78
%29.41

CMYK RENK MODELİ

#4C684B rengi CMYK tonu (27,0,28,59).

  • camgöbeği tonu 26.92%
  • eflatun tonu 0.00%
  • sarı tonu 27.88%
  • ana renk tonu 59.22%
CMYK:
(27,0,28,59)
C27M0Y28K59 
(27%,0%,28%,59%)
(0.27/0.00/0.28/0.59)	

CMYK yüzdeleri

%26.92
%0
%27.88
%59.22

Codes

Color #4C684B in popluar color models

4C684B
RGB7610475
HSL118°16.20%35.10%
HSB/HSV118°27.88%40.78%
CMYK26.92%0.00%27.88%
59.22%

Color #4C684B in popluar number systems.

HEX4C684B
Decimal7610475
Binary100110011010001001011
Octal114150113

Shades and tints

Shades of #4C684B

#4C684B
(76,104,75)
#465F45
(70,95,69)
#40563F
(64,86,63)
#3A4D39
(58,77,57)
#344433
(52,68,51)
#2E3B2D
(46,59,45)
#283227
(40,50,39)
#222921
(34,41,33)
#1C201B
(28,32,27)
#161715
(22,23,21)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #4C684B

#4C684B
(76,104,75)
#5C755B
(92,117,91)
#6C826B
(108,130,107)
#7C8F7B
(124,143,123)
#8C9C8B
(140,156,139)
#9CA99B
(156,169,155)
#ACB6AB
(172,182,171)
#BCC3BB
(188,195,187)
#CCD0CB
(204,208,203)
#DCDDDB
(220,221,219)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C684B color. Also use rgb(76,104,75) instead hex code.

Text Font Color

.myTextColor { color: #4C684B; }

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

This text font color is #4C684B.


Background Color

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

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

This div background color is #4C684B.


Border color

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

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

This div border color is #4C684B.


Opacity

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

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

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

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

This text has shadow with #4C684B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C684B on black background.


Color preview on white background

This text has color #4C684B on white background.



Black color preview on #4C684B background

This text has black color on #4C684B background.


White color preview on #4C684B background

This text has white color on #4C684B background.