COLOR #4C520C

HEX: #4C520C
RGB: (76,82,12)

Renk bilgisi

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

RGB renk modeli

#4C520C color RGB value is (76,82,12).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 82 of 255 = 32%
B 12 of 255 = 5%

76
82
12

R + G + B ~ 22%. #4C520C is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 82 + 12 = 170 (100%)
R 76 of 170 ~ 44.71%
G 82 of 170 ~ 48.24%
B 12 of 170 ~ 7.06%

%44.71
%48.24

CMYK RENK MODELİ

#4C520C rengi CMYK tonu (7,0,85,68).

  • camgöbeği tonu 7.32%
  • eflatun tonu 0.00%
  • sarı tonu 85.37%
  • ana renk tonu 67.84%
CMYK:
(7,0,85,68)
C7M0Y85K68 
(7%,0%,85%,68%)
(0.07/0.00/0.85/0.68)	

CMYK yüzdeleri

%7.32
%0
%85.37
%67.84

Codes

Color #4C520C in popluar color models

4C520C
RGB768212
HSL65°74.47%18.43%
HSB/HSV65°85.37%32.16%
CMYK7.32%0.00%85.37%
67.84%

Color #4C520C in popluar number systems.

HEX4C520C
Decimal768212
Binary100110010100101100
Octal11412214

Shades and tints

Shades of #4C520C

#4C520C
(76,82,12)
#464B0B
(70,75,11)
#40440A
(64,68,10)
#3A3D09
(58,61,9)
#343608
(52,54,8)
#2E2F07
(46,47,7)
#282806
(40,40,6)
#222105
(34,33,5)
#1C1A04
(28,26,4)
#161303
(22,19,3)
#100C02
(16,12,2)
#000000
(0,0,0)

Tints of #4C520C

#4C520C
(76,82,12)
#5C6122
(92,97,34)
#6C7038
(108,112,56)
#7C7F4E
(124,127,78)
#8C8E64
(140,142,100)
#9C9D7A
(156,157,122)
#ACAC90
(172,172,144)
#BCBBA6
(188,187,166)
#CCCABC
(204,202,188)
#DCD9D2
(220,217,210)
#ECE8E8
(236,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C520C; }

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

This text font color is #4C520C.


Background Color

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

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

This div background color is #4C520C.


Border color

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

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

This div border color is #4C520C.


Opacity

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

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

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

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

This text has shadow with #4C520C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C520C on black background.


Color preview on white background

This text has color #4C520C on white background.



Black color preview on #4C520C background

This text has black color on #4C520C background.


White color preview on #4C520C background

This text has white color on #4C520C background.