COLOR #4C0C14

HEX: #4C0C14
RGB: (76,12,20)

Renk bilgisi

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

RGB renk modeli

#4C0C14 color RGB value is (76,12,20).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 12 of 255 = 5%
B 20 of 255 = 8%

76
12
20

R + G + B ~ 14%. #4C0C14 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 12 + 20 = 108 (100%)
R 76 of 108 ~ 70.37%
G 12 of 108 ~ 11.11%
B 20 of 108 ~ 18.52%

%70.37
%11.11
%18.52

CMYK RENK MODELİ

#4C0C14 rengi CMYK tonu (0,84,74,70).

  • camgöbeği tonu 0.00%
  • eflatun tonu 84.21%
  • sarı tonu 73.68%
  • ana renk tonu 70.20%
CMYK:
(0,84,74,70)
C0M84Y74K70 
(0%,84%,74%,70%)
(0.00/0.84/0.74/0.70)	

CMYK yüzdeleri

%0
%84.21
%73.68
%70.2

Codes

Color #4C0C14 in popluar color models

4C0C14
RGB761220
HSL353°72.73%17.25%
HSB/HSV353°84.21%29.80%
CMYK0.00%84.21%73.68%
70.20%

Color #4C0C14 in popluar number systems.

HEX4C0C14
Decimal761220
Binary1001100110010100
Octal1141424

Shades and tints

Shades of #4C0C14

#4C0C14
(76,12,20)
#460B13
(70,11,19)
#400A12
(64,10,18)
#3A0911
(58,9,17)
#340810
(52,8,16)
#2E070F
(46,7,15)
#28060E
(40,6,14)
#22050D
(34,5,13)
#1C040C
(28,4,12)
#16030B
(22,3,11)
#10020A
(16,2,10)
#000000
(0,0,0)

Tints of #4C0C14

#4C0C14
(76,12,20)
#5C2229
(92,34,41)
#6C383E
(108,56,62)
#7C4E53
(124,78,83)
#8C6468
(140,100,104)
#9C7A7D
(156,122,125)
#AC9092
(172,144,146)
#BCA6A7
(188,166,167)
#CCBCBC
(204,188,188)
#DCD2D1
(220,210,209)
#ECE8E6
(236,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C0C14; }

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

This text font color is #4C0C14.


Background Color

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

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

This div background color is #4C0C14.


Border color

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

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

This div border color is #4C0C14.


Opacity

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

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

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

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

This text has shadow with #4C0C14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C0C14 on black background.


Color preview on white background

This text has color #4C0C14 on white background.



Black color preview on #4C0C14 background

This text has black color on #4C0C14 background.


White color preview on #4C0C14 background

This text has white color on #4C0C14 background.