COLOR #4C6134

HEX: #4C6134
RGB: (76,97,52)

Renk bilgisi

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

RGB renk modeli

#4C6134 color RGB value is (76,97,52).

  • kırmız ton 76;
  • yeşil ton 97;
  • mavi ton 52.
RGB:
(76,97,52)
(30%,38%,20%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 97 of 255 = 38%
B 52 of 255 = 20%

76
97
52

R + G + B ~ 29%. #4C6134 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 97 + 52 = 225 (100%)
R 76 of 225 ~ 33.78%
G 97 of 225 ~ 43.11%
B 52 of 225 ~ 23.11%

%33.78
%43.11
%23.11

CMYK RENK MODELİ

#4C6134 rengi CMYK tonu (22,0,46,62).

  • camgöbeği tonu 21.65%
  • eflatun tonu 0.00%
  • sarı tonu 46.39%
  • ana renk tonu 61.96%
CMYK:
(22,0,46,62)
C22M0Y46K62 
(22%,0%,46%,62%)
(0.22/0.00/0.46/0.62)	

CMYK yüzdeleri

%21.65
%0
%46.39
%61.96

Codes

Color #4C6134 in popluar color models

4C6134
RGB769752
HSL88°30.20%29.22%
HSB/HSV88°46.39%38.04%
CMYK21.65%0.00%46.39%
61.96%

Color #4C6134 in popluar number systems.

HEX4C6134
Decimal769752
Binary10011001100001110100
Octal11414164

Shades and tints

Shades of #4C6134

#4C6134
(76,97,52)
#465930
(70,89,48)
#40512C
(64,81,44)
#3A4928
(58,73,40)
#344124
(52,65,36)
#2E3920
(46,57,32)
#28311C
(40,49,28)
#222918
(34,41,24)
#1C2114
(28,33,20)
#161910
(22,25,16)
#10110C
(16,17,12)
#000000
(0,0,0)

Tints of #4C6134

#4C6134
(76,97,52)
#5C6F46
(92,111,70)
#6C7D58
(108,125,88)
#7C8B6A
(124,139,106)
#8C997C
(140,153,124)
#9CA78E
(156,167,142)
#ACB5A0
(172,181,160)
#BCC3B2
(188,195,178)
#CCD1C4
(204,209,196)
#DCDFD6
(220,223,214)
#ECEDE8
(236,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6134 color. Also use rgb(76,97,52) instead hex code.

Text Font Color

.myTextColor { color: #4C6134; }

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

This text font color is #4C6134.


Background Color

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

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

This div background color is #4C6134.


Border color

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

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

This div border color is #4C6134.


Opacity

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

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

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

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

This text has shadow with #4C6134 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6134 on black background.


Color preview on white background

This text has color #4C6134 on white background.



Black color preview on #4C6134 background

This text has black color on #4C6134 background.


White color preview on #4C6134 background

This text has white color on #4C6134 background.