COLOR #4C6333

HEX: #4C6333
RGB: (76,99,51)

Renk bilgisi

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

RGB renk modeli

#4C6333 color RGB value is (76,99,51).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 99 of 255 = 39%
B 51 of 255 = 20%

76
99
51

R + G + B ~ 30%. #4C6333 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 99 + 51 = 226 (100%)
R 76 of 226 ~ 33.63%
G 99 of 226 ~ 43.81%
B 51 of 226 ~ 22.57%

%33.63
%43.81
%22.57

CMYK RENK MODELİ

#4C6333 rengi CMYK tonu (23,0,48,61).

  • camgöbeği tonu 23.23%
  • eflatun tonu 0.00%
  • sarı tonu 48.48%
  • ana renk tonu 61.18%
CMYK:
(23,0,48,61)
C23M0Y48K61 
(23%,0%,48%,61%)
(0.23/0.00/0.48/0.61)	

CMYK yüzdeleri

%23.23
%0
%48.48
%61.18

Codes

Color #4C6333 in popluar color models

4C6333
RGB769951
HSL89°32.00%29.41%
HSB/HSV89°48.48%38.82%
CMYK23.23%0.00%48.48%
61.18%

Color #4C6333 in popluar number systems.

HEX4C6333
Decimal769951
Binary10011001100011110011
Octal11414363

Shades and tints

Shades of #4C6333

#4C6333
(76,99,51)
#465A2F
(70,90,47)
#40512B
(64,81,43)
#3A4827
(58,72,39)
#343F23
(52,63,35)
#2E361F
(46,54,31)
#282D1B
(40,45,27)
#222417
(34,36,23)
#1C1B13
(28,27,19)
#16120F
(22,18,15)
#10090B
(16,9,11)
#000000
(0,0,0)

Tints of #4C6333

#4C6333
(76,99,51)
#5C7145
(92,113,69)
#6C7F57
(108,127,87)
#7C8D69
(124,141,105)
#8C9B7B
(140,155,123)
#9CA98D
(156,169,141)
#ACB79F
(172,183,159)
#BCC5B1
(188,197,177)
#CCD3C3
(204,211,195)
#DCE1D5
(220,225,213)
#ECEFE7
(236,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6333; }

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

This text font color is #4C6333.


Background Color

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

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

This div background color is #4C6333.


Border color

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

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

This div border color is #4C6333.


Opacity

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

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

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

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

This text has shadow with #4C6333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6333 on black background.


Color preview on white background

This text has color #4C6333 on white background.



Black color preview on #4C6333 background

This text has black color on #4C6333 background.


White color preview on #4C6333 background

This text has white color on #4C6333 background.