COLOR #4C760C

HEX: #4C760C
RGB: (76,118,12)

Renk bilgisi

#4C760C contains mainly red and green colors. #4C760C ‘ nin web güvenlik rengi #336600 (ya da #360) dir.

RGB renk modeli

#4C760C color RGB value is (76,118,12).

  • kırmız ton 76;
  • yeşil ton 118;
  • mavi ton 12.
RGB:
(76,118,12)
(30%,46%,5%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 118 of 255 = 46%
B 12 of 255 = 5%

76
118
12

R + G + B ~ 27%. #4C760C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 118 + 12 = 206 (100%)
R 76 of 206 ~ 36.89%
G 118 of 206 ~ 57.28%
B 12 of 206 ~ 5.83%

%36.89
%57.28

CMYK RENK MODELİ

#4C760C rengi CMYK tonu (36,0,90,54).

  • camgöbeği tonu 35.59%
  • eflatun tonu 0.00%
  • sarı tonu 89.83%
  • ana renk tonu 53.73%
CMYK:
(36,0,90,54)
C36M0Y90K54 
(36%,0%,90%,54%)
(0.36/0.00/0.90/0.54)	

CMYK yüzdeleri

%35.59
%0
%89.83
%53.73

Codes

Color #4C760C in popluar color models

4C760C
RGB7611812
HSL84°81.54%25.49%
HSB/HSV84°89.83%46.27%
CMYK35.59%0.00%89.83%
53.73%

Color #4C760C in popluar number systems.

HEX4C760C
Decimal7611812
Binary100110011101101100
Octal11416614

Shades and tints

Shades of #4C760C

#4C760C
(76,118,12)
#466C0B
(70,108,11)
#40620A
(64,98,10)
#3A5809
(58,88,9)
#344E08
(52,78,8)
#2E4407
(46,68,7)
#283A06
(40,58,6)
#223005
(34,48,5)
#1C2604
(28,38,4)
#161C03
(22,28,3)
#101202
(16,18,2)
#000000
(0,0,0)

Tints of #4C760C

#4C760C
(76,118,12)
#5C8222
(92,130,34)
#6C8E38
(108,142,56)
#7C9A4E
(124,154,78)
#8CA664
(140,166,100)
#9CB27A
(156,178,122)
#ACBE90
(172,190,144)
#BCCAA6
(188,202,166)
#CCD6BC
(204,214,188)
#DCE2D2
(220,226,210)
#ECEEE8
(236,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C760C color. Also use rgb(76,118,12) instead hex code.

Text Font Color

.myTextColor { color: #4C760C; }

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

This text font color is #4C760C.


Background Color

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

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

This div background color is #4C760C.


Border color

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

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

This div border color is #4C760C.


Opacity

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

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

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

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

This text has shadow with #4C760C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C760C on black background.


Color preview on white background

This text has color #4C760C on white background.



Black color preview on #4C760C background

This text has black color on #4C760C background.


White color preview on #4C760C background

This text has white color on #4C760C background.