COLOR #6B001C

HEX: #6B001C
RGB: (107,0,28)

Renk bilgisi

#6B001C contains mainly red color. #6B001C ‘ nin web güvenlik rengi #660033 (ya da #603) dir.

RGB renk modeli

#6B001C color RGB value is (107,0,28).

  • kırmız ton 107;
  • yeşil ton 0;
  • mavi ton 28.
RGB:
(107,0,28)
(42%,0%,11%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 0 of 255 = 0%
B 28 of 255 = 11%

107
0
28

R + G + B ~ 18%. #6B001C is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 0 + 28 = 135 (100%)
R 107 of 135 ~ 79.26%
G 0 of 135 ~ 0%
B 28 of 135 ~ 20.74%

%79.26
%20.74

CMYK RENK MODELİ

#6B001C rengi CMYK tonu (0,100,74,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 100.00%
  • sarı tonu 73.83%
  • ana renk tonu 58.04%
CMYK:
(0,100,74,58)
C0M100Y74K58 
(0%,100%,74%,58%)
(0.00/1.00/0.74/0.58)	

CMYK yüzdeleri

%0
%100
%73.83
%58.04

Codes

Color #6B001C in popluar color models

6B001C
RGB107028
HSL344°100.00%20.98%
HSB/HSV344°100.00%41.96%
CMYK0.00%100.00%73.83%
58.04%

Color #6B001C in popluar number systems.

HEX6B001C
Decimal107028
Binary1101011011100
Octal153034

Shades and tints

Shades of #6B001C

#6B001C
(107,0,28)
#62001A
(98,0,26)
#590018
(89,0,24)
#500016
(80,0,22)
#470014
(71,0,20)
#3E0012
(62,0,18)
#350010
(53,0,16)
#2C000E
(44,0,14)
#23000C
(35,0,12)
#1A000A
(26,0,10)
#110008
(17,0,8)
#000000
(0,0,0)

Tints of #6B001C

#6B001C
(107,0,28)
#781730
(120,23,48)
#852E44
(133,46,68)
#924558
(146,69,88)
#9F5C6C
(159,92,108)
#AC7380
(172,115,128)
#B98A94
(185,138,148)
#C6A1A8
(198,161,168)
#D3B8BC
(211,184,188)
#E0CFD0
(224,207,208)
#EDE6E4
(237,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B001C color. Also use rgb(107,0,28) instead hex code.

Text Font Color

.myTextColor { color: #6B001C; }

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

This text font color is #6B001C.


Background Color

.myBgColor { background-color: #6B001C; }

<div style="background-color:#6B001C">Inner text</div>

This div background color is #6B001C.


Border color

.myBorderColor { border: 1px solid #6B001C; }

<div style="border:3px solid #6B001C">Div</div>

This div border color is #6B001C.


Opacity

.myOpacity80 { color: #6B001C; opacity: 0.8; }

<p style="color:#6B001C;opacity:0.8;">80%</p>

Text with #6B001C 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 #6B001C;}

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

This text has shadow with #6B001C color.

.textShadow {text-shadow: 3px 3px 1px #6B001C, 3px 3px 1px red;}

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

This text has shadow with #6B001C primary color and red secondary color.


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

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

This text has shadow with #6B001C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B001C on black background.


Color preview on white background

This text has color #6B001C on white background.



Black color preview on #6B001C background

This text has black color on #6B001C background.


White color preview on #6B001C background

This text has white color on #6B001C background.