COLOR #4C6D33

HEX: #4C6D33
RGB: (76,109,51)

Renk bilgisi

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

RGB renk modeli

#4C6D33 color RGB value is (76,109,51).

  • kırmız ton 76;
  • yeşil ton 109;
  • mavi ton 51.
RGB:
(76,109,51)
(30%,43%,20%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 109 of 255 = 43%
B 51 of 255 = 20%

76
109
51

R + G + B ~ 31%. #4C6D33 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 109 + 51 = 236 (100%)
R 76 of 236 ~ 32.2%
G 109 of 236 ~ 46.19%
B 51 of 236 ~ 21.61%

%32.2
%46.19
%21.61

CMYK RENK MODELİ

#4C6D33 rengi CMYK tonu (30,0,53,57).

  • camgöbeği tonu 30.28%
  • eflatun tonu 0.00%
  • sarı tonu 53.21%
  • ana renk tonu 57.25%
CMYK:
(30,0,53,57)
C30M0Y53K57 
(30%,0%,53%,57%)
(0.30/0.00/0.53/0.57)	

CMYK yüzdeleri

%30.28
%0
%53.21
%57.25

Codes

Color #4C6D33 in popluar color models

4C6D33
RGB7610951
HSL94°36.25%31.37%
HSB/HSV94°53.21%42.75%
CMYK30.28%0.00%53.21%
57.25%

Color #4C6D33 in popluar number systems.

HEX4C6D33
Decimal7610951
Binary10011001101101110011
Octal11415563

Shades and tints

Shades of #4C6D33

#4C6D33
(76,109,51)
#46642F
(70,100,47)
#405B2B
(64,91,43)
#3A5227
(58,82,39)
#344923
(52,73,35)
#2E401F
(46,64,31)
#28371B
(40,55,27)
#222E17
(34,46,23)
#1C2513
(28,37,19)
#161C0F
(22,28,15)
#10130B
(16,19,11)
#000000
(0,0,0)

Tints of #4C6D33

#4C6D33
(76,109,51)
#5C7A45
(92,122,69)
#6C8757
(108,135,87)
#7C9469
(124,148,105)
#8CA17B
(140,161,123)
#9CAE8D
(156,174,141)
#ACBB9F
(172,187,159)
#BCC8B1
(188,200,177)
#CCD5C3
(204,213,195)
#DCE2D5
(220,226,213)
#ECEFE7
(236,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6D33 color. Also use rgb(76,109,51) instead hex code.

Text Font Color

.myTextColor { color: #4C6D33; }

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

This text font color is #4C6D33.


Background Color

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

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

This div background color is #4C6D33.


Border color

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

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

This div border color is #4C6D33.


Opacity

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

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

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

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

This text has shadow with #4C6D33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6D33 on black background.


Color preview on white background

This text has color #4C6D33 on white background.



Black color preview on #4C6D33 background

This text has black color on #4C6D33 background.


White color preview on #4C6D33 background

This text has white color on #4C6D33 background.