COLOR #4B0001

HEX: #4B0001
RGB: (75,0,1)

Renk bilgisi

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

RGB renk modeli

#4B0001 color RGB value is (75,0,1).

  • kırmız ton 75;
  • yeşil ton 0;
  • mavi ton 1.
RGB:
(75,0,1)
(29%,0%,0%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 0 of 255 = 0%
B 1 of 255 = 0%

75
0
1

R + G + B ~ 10%. #4B0001 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 0 + 1 = 76 (100%)
R 75 of 76 ~ 98.68%
G 0 of 76 ~ 0%
B 1 of 76 ~ 1.32%

%98.68

CMYK RENK MODELİ

#4B0001 rengi CMYK tonu (0,100,99,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 100.00%
  • sarı tonu 98.67%
  • ana renk tonu 70.59%
CMYK:
(0,100,99,71)
C0M100Y99K71 
(0%,100%,99%,71%)
(0.00/1.00/0.99/0.71)	

CMYK yüzdeleri

%0
%100
%98.67
%70.59

Codes

Color #4B0001 in popluar color models

4B0001
RGB7501
HSL359°100.00%14.71%
HSB/HSV359°100.00%29.41%
CMYK0.00%100.00%98.67%
70.59%

Color #4B0001 in popluar number systems.

HEX4B0001
Decimal7501
Binary100101101
Octal11301

Shades and tints

Shades of #4B0001

#4B0001
(75,0,1)
#450001
(69,0,1)
#3F0001
(63,0,1)
#390001
(57,0,1)
#330001
(51,0,1)
#2D0001
(45,0,1)
#270001
(39,0,1)
#210001
(33,0,1)
#1B0001
(27,0,1)
#150001
(21,0,1)
#0F0001
(15,0,1)
#000000
(0,0,0)

Tints of #4B0001

#4B0001
(75,0,1)
#5B1718
(91,23,24)
#6B2E2F
(107,46,47)
#7B4546
(123,69,70)
#8B5C5D
(139,92,93)
#9B7374
(155,115,116)
#AB8A8B
(171,138,139)
#BBA1A2
(187,161,162)
#CBB8B9
(203,184,185)
#DBCFD0
(219,207,208)
#EBE6E7
(235,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B0001 color. Also use rgb(75,0,1) instead hex code.

Text Font Color

.myTextColor { color: #4B0001; }

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

This text font color is #4B0001.


Background Color

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

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

This div background color is #4B0001.


Border color

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

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

This div border color is #4B0001.


Opacity

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

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

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

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

This text has shadow with #4B0001 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B0001 on black background.


Color preview on white background

This text has color #4B0001 on white background.



Black color preview on #4B0001 background

This text has black color on #4B0001 background.


White color preview on #4B0001 background

This text has white color on #4B0001 background.