COLOR #4C2E29

HEX: #4C2E29
RGB: (76,46,41)

Renk bilgisi

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

RGB renk modeli

#4C2E29 color RGB value is (76,46,41).

  • kırmız ton 76;
  • yeşil ton 46;
  • mavi ton 41.
RGB:
(76,46,41)
(30%,18%,16%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 46 of 255 = 18%
B 41 of 255 = 16%

76
46
41

R + G + B ~ 21%. #4C2E29 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 46 + 41 = 163 (100%)
R 76 of 163 ~ 46.63%
G 46 of 163 ~ 28.22%
B 41 of 163 ~ 25.15%

%46.63
%28.22
%25.15

CMYK RENK MODELİ

#4C2E29 rengi CMYK tonu (0,39,46,70).

  • camgöbeği tonu 0.00%
  • eflatun tonu 39.47%
  • sarı tonu 46.05%
  • ana renk tonu 70.20%
CMYK:
(0,39,46,70)
C0M39Y46K70 
(0%,39%,46%,70%)
(0.00/0.39/0.46/0.70)	

CMYK yüzdeleri

%0
%39.47
%46.05
%70.2

Codes

Color #4C2E29 in popluar color models

4C2E29
RGB764641
HSL29.91%22.94%
HSB/HSV46.05%29.80%
CMYK0.00%39.47%46.05%
70.20%

Color #4C2E29 in popluar number systems.

HEX4C2E29
Decimal764641
Binary1001100101110101001
Octal1145651

Shades and tints

Shades of #4C2E29

#4C2E29
(76,46,41)
#462A26
(70,42,38)
#402623
(64,38,35)
#3A2220
(58,34,32)
#341E1D
(52,30,29)
#2E1A1A
(46,26,26)
#281617
(40,22,23)
#221214
(34,18,20)
#1C0E11
(28,14,17)
#160A0E
(22,10,14)
#10060B
(16,6,11)
#000000
(0,0,0)

Tints of #4C2E29

#4C2E29
(76,46,41)
#5C413C
(92,65,60)
#6C544F
(108,84,79)
#7C6762
(124,103,98)
#8C7A75
(140,122,117)
#9C8D88
(156,141,136)
#ACA09B
(172,160,155)
#BCB3AE
(188,179,174)
#CCC6C1
(204,198,193)
#DCD9D4
(220,217,212)
#ECECE7
(236,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C2E29 color. Also use rgb(76,46,41) instead hex code.

Text Font Color

.myTextColor { color: #4C2E29; }

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

This text font color is #4C2E29.


Background Color

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

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

This div background color is #4C2E29.


Border color

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

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

This div border color is #4C2E29.


Opacity

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

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

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

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

This text has shadow with #4C2E29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C2E29 on black background.


Color preview on white background

This text has color #4C2E29 on white background.



Black color preview on #4C2E29 background

This text has black color on #4C2E29 background.


White color preview on #4C2E29 background

This text has white color on #4C2E29 background.