COLOR #4C2C13

HEX: #4C2C13
RGB: (76,44,19)

Renk bilgisi

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

RGB renk modeli

#4C2C13 color RGB value is (76,44,19).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 44 of 255 = 17%
B 19 of 255 = 7%

76
44
19

R + G + B ~ 18%. #4C2C13 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 44 + 19 = 139 (100%)
R 76 of 139 ~ 54.68%
G 44 of 139 ~ 31.65%
B 19 of 139 ~ 13.67%

%54.68
%31.65
%13.67

CMYK RENK MODELİ

#4C2C13 rengi CMYK tonu (0,42,75,70).

  • camgöbeği tonu 0.00%
  • eflatun tonu 42.11%
  • sarı tonu 75.00%
  • ana renk tonu 70.20%
CMYK:
(0,42,75,70)
C0M42Y75K70 
(0%,42%,75%,70%)
(0.00/0.42/0.75/0.70)	

CMYK yüzdeleri

%0
%42.11
%75
%70.2

Codes

Color #4C2C13 in popluar color models

4C2C13
RGB764419
HSL26°60.00%18.63%
HSB/HSV26°75.00%29.80%
CMYK0.00%42.11%75.00%
70.20%

Color #4C2C13 in popluar number systems.

HEX4C2C13
Decimal764419
Binary100110010110010011
Octal1145423

Shades and tints

Shades of #4C2C13

#4C2C13
(76,44,19)
#462812
(70,40,18)
#402411
(64,36,17)
#3A2010
(58,32,16)
#341C0F
(52,28,15)
#2E180E
(46,24,14)
#28140D
(40,20,13)
#22100C
(34,16,12)
#1C0C0B
(28,12,11)
#16080A
(22,8,10)
#100409
(16,4,9)
#000000
(0,0,0)

Tints of #4C2C13

#4C2C13
(76,44,19)
#5C3F28
(92,63,40)
#6C523D
(108,82,61)
#7C6552
(124,101,82)
#8C7867
(140,120,103)
#9C8B7C
(156,139,124)
#AC9E91
(172,158,145)
#BCB1A6
(188,177,166)
#CCC4BB
(204,196,187)
#DCD7D0
(220,215,208)
#ECEAE5
(236,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C2C13 color. Also use rgb(76,44,19) instead hex code.

Text Font Color

.myTextColor { color: #4C2C13; }

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

This text font color is #4C2C13.


Background Color

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

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

This div background color is #4C2C13.


Border color

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

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

This div border color is #4C2C13.


Opacity

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

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

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

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

This text has shadow with #4C2C13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C2C13 on black background.


Color preview on white background

This text has color #4C2C13 on white background.



Black color preview on #4C2C13 background

This text has black color on #4C2C13 background.


White color preview on #4C2C13 background

This text has white color on #4C2C13 background.