COLOR #4C520D

HEX: #4C520D
RGB: (76,82,13)

Renk bilgisi

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

RGB renk modeli

#4C520D color RGB value is (76,82,13).

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

RGB bağlantıları ve doygunluk

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

76
82
13

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 82 + 13 = 171 (100%)
R 76 of 171 ~ 44.44%
G 82 of 171 ~ 47.95%
B 13 of 171 ~ 7.6%

%44.44
%47.95

CMYK RENK MODELİ

#4C520D rengi CMYK tonu (7,0,84,68).

  • camgöbeği tonu 7.32%
  • eflatun tonu 0.00%
  • sarı tonu 84.15%
  • ana renk tonu 67.84%
CMYK:
(7,0,84,68)
C7M0Y84K68 
(7%,0%,84%,68%)
(0.07/0.00/0.84/0.68)	

CMYK yüzdeleri

%7.32
%0
%84.15
%67.84

Codes

Color #4C520D in popluar color models

4C520D
RGB768213
HSL65°72.63%18.63%
HSB/HSV65°84.15%32.16%
CMYK7.32%0.00%84.15%
67.84%

Color #4C520D in popluar number systems.

HEX4C520D
Decimal768213
Binary100110010100101101
Octal11412215

Shades and tints

Shades of #4C520D

#4C520D
(76,82,13)
#464B0C
(70,75,12)
#40440B
(64,68,11)
#3A3D0A
(58,61,10)
#343609
(52,54,9)
#2E2F08
(46,47,8)
#282807
(40,40,7)
#222106
(34,33,6)
#1C1A05
(28,26,5)
#161304
(22,19,4)
#100C03
(16,12,3)
#000000
(0,0,0)

Tints of #4C520D

#4C520D
(76,82,13)
#5C6123
(92,97,35)
#6C7039
(108,112,57)
#7C7F4F
(124,127,79)
#8C8E65
(140,142,101)
#9C9D7B
(156,157,123)
#ACAC91
(172,172,145)
#BCBBA7
(188,187,167)
#CCCABD
(204,202,189)
#DCD9D3
(220,217,211)
#ECE8E9
(236,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C520D; }

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

This text font color is #4C520D.


Background Color

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

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

This div background color is #4C520D.


Border color

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

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

This div border color is #4C520D.


Opacity

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

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

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

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

This text has shadow with #4C520D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C520D on black background.


Color preview on white background

This text has color #4C520D on white background.



Black color preview on #4C520D background

This text has black color on #4C520D background.


White color preview on #4C520D background

This text has white color on #4C520D background.