COLOR #4C2511

HEX: #4C2511
RGB: (76,37,17)

Renk bilgisi

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

RGB renk modeli

#4C2511 color RGB value is (76,37,17).

  • kırmız ton 76;
  • yeşil ton 37;
  • mavi ton 17.
RGB:
(76,37,17)
(30%,15%,7%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 37 of 255 = 15%
B 17 of 255 = 7%

76
37
17

R + G + B ~ 17%. #4C2511 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 37 + 17 = 130 (100%)
R 76 of 130 ~ 58.46%
G 37 of 130 ~ 28.46%
B 17 of 130 ~ 13.08%

%58.46
%28.46
%13.08

CMYK RENK MODELİ

#4C2511 rengi CMYK tonu (0,51,78,70).

  • camgöbeği tonu 0.00%
  • eflatun tonu 51.32%
  • sarı tonu 77.63%
  • ana renk tonu 70.20%
CMYK:
(0,51,78,70)
C0M51Y78K70 
(0%,51%,78%,70%)
(0.00/0.51/0.78/0.70)	

CMYK yüzdeleri

%0
%51.32
%77.63
%70.2

Codes

Color #4C2511 in popluar color models

4C2511
RGB763717
HSL20°63.44%18.24%
HSB/HSV20°77.63%29.80%
CMYK0.00%51.32%77.63%
70.20%

Color #4C2511 in popluar number systems.

HEX4C2511
Decimal763717
Binary100110010010110001
Octal1144521

Shades and tints

Shades of #4C2511

#4C2511
(76,37,17)
#462210
(70,34,16)
#401F0F
(64,31,15)
#3A1C0E
(58,28,14)
#34190D
(52,25,13)
#2E160C
(46,22,12)
#28130B
(40,19,11)
#22100A
(34,16,10)
#1C0D09
(28,13,9)
#160A08
(22,10,8)
#100707
(16,7,7)
#000000
(0,0,0)

Tints of #4C2511

#4C2511
(76,37,17)
#5C3826
(92,56,38)
#6C4B3B
(108,75,59)
#7C5E50
(124,94,80)
#8C7165
(140,113,101)
#9C847A
(156,132,122)
#AC978F
(172,151,143)
#BCAAA4
(188,170,164)
#CCBDB9
(204,189,185)
#DCD0CE
(220,208,206)
#ECE3E3
(236,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C2511 color. Also use rgb(76,37,17) instead hex code.

Text Font Color

.myTextColor { color: #4C2511; }

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

This text font color is #4C2511.


Background Color

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

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

This div background color is #4C2511.


Border color

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

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

This div border color is #4C2511.


Opacity

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

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

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

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

This text has shadow with #4C2511 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C2511 on black background.


Color preview on white background

This text has color #4C2511 on white background.



Black color preview on #4C2511 background

This text has black color on #4C2511 background.


White color preview on #4C2511 background

This text has white color on #4C2511 background.