COLOR #4C770A

HEX: #4C770A
RGB: (76,119,10)

Renk bilgisi

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

RGB renk modeli

#4C770A color RGB value is (76,119,10).

  • kırmız ton 76;
  • yeşil ton 119;
  • mavi ton 10.
RGB:
(76,119,10)
(30%,47%,4%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 119 of 255 = 47%
B 10 of 255 = 4%

76
119
10

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 119 + 10 = 205 (100%)
R 76 of 205 ~ 37.07%
G 119 of 205 ~ 58.05%
B 10 of 205 ~ 4.88%

%37.07
%58.05

CMYK RENK MODELİ

#4C770A rengi CMYK tonu (36,0,92,53).

  • camgöbeği tonu 36.13%
  • eflatun tonu 0.00%
  • sarı tonu 91.60%
  • ana renk tonu 53.33%
CMYK:
(36,0,92,53)
C36M0Y92K53 
(36%,0%,92%,53%)
(0.36/0.00/0.92/0.53)	

CMYK yüzdeleri

%36.13
%0
%91.6
%53.33

Codes

Color #4C770A in popluar color models

4C770A
RGB7611910
HSL84°84.50%25.29%
HSB/HSV84°91.60%46.67%
CMYK36.13%0.00%91.60%
53.33%

Color #4C770A in popluar number systems.

HEX4C770A
Decimal7611910
Binary100110011101111010
Octal11416712

Shades and tints

Shades of #4C770A

#4C770A
(76,119,10)
#466D0A
(70,109,10)
#40630A
(64,99,10)
#3A590A
(58,89,10)
#344F0A
(52,79,10)
#2E450A
(46,69,10)
#283B0A
(40,59,10)
#22310A
(34,49,10)
#1C270A
(28,39,10)
#161D0A
(22,29,10)
#10130A
(16,19,10)
#000000
(0,0,0)

Tints of #4C770A

#4C770A
(76,119,10)
#5C8320
(92,131,32)
#6C8F36
(108,143,54)
#7C9B4C
(124,155,76)
#8CA762
(140,167,98)
#9CB378
(156,179,120)
#ACBF8E
(172,191,142)
#BCCBA4
(188,203,164)
#CCD7BA
(204,215,186)
#DCE3D0
(220,227,208)
#ECEFE6
(236,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C770A color. Also use rgb(76,119,10) instead hex code.

Text Font Color

.myTextColor { color: #4C770A; }

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

This text font color is #4C770A.


Background Color

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

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

This div background color is #4C770A.


Border color

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

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

This div border color is #4C770A.


Opacity

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

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

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

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

This text has shadow with #4C770A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C770A on black background.


Color preview on white background

This text has color #4C770A on white background.



Black color preview on #4C770A background

This text has black color on #4C770A background.


White color preview on #4C770A background

This text has white color on #4C770A background.