COLOR #4C0F14

HEX: #4C0F14
RGB: (76,15,20)

Renk bilgisi

#4C0F14 contains mainly red and blue colors. #4C0F14 ‘ nin web güvenlik rengi #330000 (ya da #300) dir.

RGB renk modeli

#4C0F14 color RGB value is (76,15,20).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 15 of 255 = 6%
B 20 of 255 = 8%

76
15
20

R + G + B ~ 15%. #4C0F14 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 15 + 20 = 111 (100%)
R 76 of 111 ~ 68.47%
G 15 of 111 ~ 13.51%
B 20 of 111 ~ 18.02%

%68.47
%13.51
%18.02

CMYK RENK MODELİ

#4C0F14 rengi CMYK tonu (0,80,74,70).

  • camgöbeği tonu 0.00%
  • eflatun tonu 80.26%
  • sarı tonu 73.68%
  • ana renk tonu 70.20%
CMYK:
(0,80,74,70)
C0M80Y74K70 
(0%,80%,74%,70%)
(0.00/0.80/0.74/0.70)	

CMYK yüzdeleri

%0
%80.26
%73.68
%70.2

Codes

Color #4C0F14 in popluar color models

4C0F14
RGB761520
HSL355°67.03%17.84%
HSB/HSV355°80.26%29.80%
CMYK0.00%80.26%73.68%
70.20%

Color #4C0F14 in popluar number systems.

HEX4C0F14
Decimal761520
Binary1001100111110100
Octal1141724

Shades and tints

Shades of #4C0F14

#4C0F14
(76,15,20)
#460E13
(70,14,19)
#400D12
(64,13,18)
#3A0C11
(58,12,17)
#340B10
(52,11,16)
#2E0A0F
(46,10,15)
#28090E
(40,9,14)
#22080D
(34,8,13)
#1C070C
(28,7,12)
#16060B
(22,6,11)
#10050A
(16,5,10)
#000000
(0,0,0)

Tints of #4C0F14

#4C0F14
(76,15,20)
#5C2429
(92,36,41)
#6C393E
(108,57,62)
#7C4E53
(124,78,83)
#8C6368
(140,99,104)
#9C787D
(156,120,125)
#AC8D92
(172,141,146)
#BCA2A7
(188,162,167)
#CCB7BC
(204,183,188)
#DCCCD1
(220,204,209)
#ECE1E6
(236,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C0F14; }

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

This text font color is #4C0F14.


Background Color

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

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

This div background color is #4C0F14.


Border color

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

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

This div border color is #4C0F14.


Opacity

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

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

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

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

This text has shadow with #4C0F14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C0F14 on black background.


Color preview on white background

This text has color #4C0F14 on white background.



Black color preview on #4C0F14 background

This text has black color on #4C0F14 background.


White color preview on #4C0F14 background

This text has white color on #4C0F14 background.