COLOR #4D000F

HEX: #4D000F
RGB: (77,0,15)

Renk bilgisi

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

RGB renk modeli

#4D000F color RGB value is (77,0,15).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 0 of 255 = 0%
B 15 of 255 = 6%

77
0
15

R + G + B ~ 12%. #4D000F is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 0 + 15 = 92 (100%)
R 77 of 92 ~ 83.7%
G 0 of 92 ~ 0%
B 15 of 92 ~ 16.3%

%83.7
%16.3

CMYK RENK MODELİ

#4D000F rengi CMYK tonu (0,100,81,70).

  • camgöbeği tonu 0.00%
  • eflatun tonu 100.00%
  • sarı tonu 80.52%
  • ana renk tonu 69.80%
CMYK:
(0,100,81,70)
C0M100Y81K70 
(0%,100%,81%,70%)
(0.00/1.00/0.81/0.70)	

CMYK yüzdeleri

%0
%100
%80.52
%69.8

Codes

Color #4D000F in popluar color models

4D000F
RGB77015
HSL348°100.00%15.10%
HSB/HSV348°100.00%30.20%
CMYK0.00%100.00%80.52%
69.80%

Color #4D000F in popluar number systems.

HEX4D000F
Decimal77015
Binary100110101111
Octal115017

Shades and tints

Shades of #4D000F

#4D000F
(77,0,15)
#46000E
(70,0,14)
#3F000D
(63,0,13)
#38000C
(56,0,12)
#31000B
(49,0,11)
#2A000A
(42,0,10)
#230009
(35,0,9)
#1C0008
(28,0,8)
#150007
(21,0,7)
#0E0006
(14,0,6)
#070005
(7,0,5)
#000000
(0,0,0)

Tints of #4D000F

#4D000F
(77,0,15)
#5D1724
(93,23,36)
#6D2E39
(109,46,57)
#7D454E
(125,69,78)
#8D5C63
(141,92,99)
#9D7378
(157,115,120)
#AD8A8D
(173,138,141)
#BDA1A2
(189,161,162)
#CDB8B7
(205,184,183)
#DDCFCC
(221,207,204)
#EDE6E1
(237,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D000F color. Also use rgb(77,0,15) instead hex code.

Text Font Color

.myTextColor { color: #4D000F; }

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

This text font color is #4D000F.


Background Color

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

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

This div background color is #4D000F.


Border color

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

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

This div border color is #4D000F.


Opacity

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

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

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

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

This text has shadow with #4D000F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D000F on black background.


Color preview on white background

This text has color #4D000F on white background.



Black color preview on #4D000F background

This text has black color on #4D000F background.


White color preview on #4D000F background

This text has white color on #4D000F background.