COLOR #6F0C15

HEX: #6F0C15
RGB: (111,12,21)

Renk bilgisi

#6F0C15 contains mainly red color. #6F0C15 ‘ nin web güvenlik rengi #660000 (ya da #600) dir.

RGB renk modeli

#6F0C15 color RGB value is (111,12,21).

  • kırmız ton 111;
  • yeşil ton 12;
  • mavi ton 21.
RGB:
(111,12,21)
(44%,5%,8%)

RGB bağlantıları ve doygunluk

R 111 of 255 = 44%
G 12 of 255 = 5%
B 21 of 255 = 8%

111
12
21

R + G + B ~ 19%. #6F0C15 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
111 + 12 + 21 = 144 (100%)
R 111 of 144 ~ 77.08%
G 12 of 144 ~ 8.33%
B 21 of 144 ~ 14.58%

%77.08
%14.58

CMYK RENK MODELİ

#6F0C15 rengi CMYK tonu (0,89,81,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 89.19%
  • sarı tonu 81.08%
  • ana renk tonu 56.47%
CMYK:
(0,89,81,56)
C0M89Y81K56 
(0%,89%,81%,56%)
(0.00/0.89/0.81/0.56)	

CMYK yüzdeleri

%0
%89.19
%81.08
%56.47

Codes

Color #6F0C15 in popluar color models

6F0C15
RGB1111221
HSL355°80.49%24.12%
HSB/HSV355°89.19%43.53%
CMYK0.00%89.19%81.08%
56.47%

Color #6F0C15 in popluar number systems.

HEX6F0C15
Decimal1111221
Binary1101111110010101
Octal1571425

Shades and tints

Shades of #6F0C15

#6F0C15
(111,12,21)
#650B14
(101,11,20)
#5B0A13
(91,10,19)
#510912
(81,9,18)
#470811
(71,8,17)
#3D0710
(61,7,16)
#33060F
(51,6,15)
#29050E
(41,5,14)
#1F040D
(31,4,13)
#15030C
(21,3,12)
#0B020B
(11,2,11)
#000000
(0,0,0)

Tints of #6F0C15

#6F0C15
(111,12,21)
#7C222A
(124,34,42)
#89383F
(137,56,63)
#964E54
(150,78,84)
#A36469
(163,100,105)
#B07A7E
(176,122,126)
#BD9093
(189,144,147)
#CAA6A8
(202,166,168)
#D7BCBD
(215,188,189)
#E4D2D2
(228,210,210)
#F1E8E7
(241,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F0C15 color. Also use rgb(111,12,21) instead hex code.

Text Font Color

.myTextColor { color: #6F0C15; }

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

This text font color is #6F0C15.


Background Color

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

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

This div background color is #6F0C15.


Border color

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

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

This div border color is #6F0C15.


Opacity

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

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

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

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

This text has shadow with #6F0C15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F0C15 on black background.


Color preview on white background

This text has color #6F0C15 on white background.



Black color preview on #6F0C15 background

This text has black color on #6F0C15 background.


White color preview on #6F0C15 background

This text has white color on #6F0C15 background.