COLOR #4C0A09

HEX: #4C0A09
RGB: (76,10,9)

Renk bilgisi

#4C0A09 contains mainly red color. #4C0A09 ‘ nin web güvenlik rengi #330000 (ya da #300) dir.

RGB renk modeli

#4C0A09 color RGB value is (76,10,9).

  • kırmız ton 76;
  • yeşil ton 10;
  • mavi ton 9.
RGB:
(76,10,9)
(30%,4%,4%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 10 of 255 = 4%
B 9 of 255 = 4%

76
10
9

R + G + B ~ 13%. #4C0A09 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 10 + 9 = 95 (100%)
R 76 of 95 ~ 80%
G 10 of 95 ~ 10.53%
B 9 of 95 ~ 9.47%

%80
%10.53

CMYK RENK MODELİ

#4C0A09 rengi CMYK tonu (0,87,88,70).

  • camgöbeği tonu 0.00%
  • eflatun tonu 86.84%
  • sarı tonu 88.16%
  • ana renk tonu 70.20%
CMYK:
(0,87,88,70)
C0M87Y88K70 
(0%,87%,88%,70%)
(0.00/0.87/0.88/0.70)	

CMYK yüzdeleri

%0
%86.84
%88.16
%70.2

Codes

Color #4C0A09 in popluar color models

4C0A09
RGB76109
HSL78.82%16.67%
HSB/HSV88.16%29.80%
CMYK0.00%86.84%88.16%
70.20%

Color #4C0A09 in popluar number systems.

HEX4C0A09
Decimal76109
Binary100110010101001
Octal1141211

Shades and tints

Shades of #4C0A09

#4C0A09
(76,10,9)
#460A09
(70,10,9)
#400A09
(64,10,9)
#3A0A09
(58,10,9)
#340A09
(52,10,9)
#2E0A09
(46,10,9)
#280A09
(40,10,9)
#220A09
(34,10,9)
#1C0A09
(28,10,9)
#160A09
(22,10,9)
#100A09
(16,10,9)
#000000
(0,0,0)

Tints of #4C0A09

#4C0A09
(76,10,9)
#5C201F
(92,32,31)
#6C3635
(108,54,53)
#7C4C4B
(124,76,75)
#8C6261
(140,98,97)
#9C7877
(156,120,119)
#AC8E8D
(172,142,141)
#BCA4A3
(188,164,163)
#CCBAB9
(204,186,185)
#DCD0CF
(220,208,207)
#ECE6E5
(236,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C0A09 color. Also use rgb(76,10,9) instead hex code.

Text Font Color

.myTextColor { color: #4C0A09; }

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

This text font color is #4C0A09.


Background Color

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

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

This div background color is #4C0A09.


Border color

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

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

This div border color is #4C0A09.


Opacity

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

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

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

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

This text has shadow with #4C0A09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C0A09 on black background.


Color preview on white background

This text has color #4C0A09 on white background.



Black color preview on #4C0A09 background

This text has black color on #4C0A09 background.


White color preview on #4C0A09 background

This text has white color on #4C0A09 background.