COLOR #4C1429

HEX: #4C1429
RGB: (76,20,41)

Renk bilgisi

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

RGB renk modeli

#4C1429 color RGB value is (76,20,41).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 20 of 255 = 8%
B 41 of 255 = 16%

76
20
41

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 20 + 41 = 137 (100%)
R 76 of 137 ~ 55.47%
G 20 of 137 ~ 14.6%
B 41 of 137 ~ 29.93%

%55.47
%14.6
%29.93

CMYK RENK MODELİ

#4C1429 rengi CMYK tonu (0,74,46,70).

  • camgöbeği tonu 0.00%
  • eflatun tonu 73.68%
  • sarı tonu 46.05%
  • ana renk tonu 70.20%
CMYK:
(0,74,46,70)
C0M74Y46K70 
(0%,74%,46%,70%)
(0.00/0.74/0.46/0.70)	

CMYK yüzdeleri

%0
%73.68
%46.05
%70.2

Codes

Color #4C1429 in popluar color models

4C1429
RGB762041
HSL338°58.33%18.82%
HSB/HSV338°73.68%29.80%
CMYK0.00%73.68%46.05%
70.20%

Color #4C1429 in popluar number systems.

HEX4C1429
Decimal762041
Binary100110010100101001
Octal1142451

Shades and tints

Shades of #4C1429

#4C1429
(76,20,41)
#461326
(70,19,38)
#401223
(64,18,35)
#3A1120
(58,17,32)
#34101D
(52,16,29)
#2E0F1A
(46,15,26)
#280E17
(40,14,23)
#220D14
(34,13,20)
#1C0C11
(28,12,17)
#160B0E
(22,11,14)
#100A0B
(16,10,11)
#000000
(0,0,0)

Tints of #4C1429

#4C1429
(76,20,41)
#5C293C
(92,41,60)
#6C3E4F
(108,62,79)
#7C5362
(124,83,98)
#8C6875
(140,104,117)
#9C7D88
(156,125,136)
#AC929B
(172,146,155)
#BCA7AE
(188,167,174)
#CCBCC1
(204,188,193)
#DCD1D4
(220,209,212)
#ECE6E7
(236,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C1429; }

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

This text font color is #4C1429.


Background Color

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

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

This div background color is #4C1429.


Border color

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

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

This div border color is #4C1429.


Opacity

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

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

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

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

This text has shadow with #4C1429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C1429 on black background.


Color preview on white background

This text has color #4C1429 on white background.



Black color preview on #4C1429 background

This text has black color on #4C1429 background.


White color preview on #4C1429 background

This text has white color on #4C1429 background.