COLOR #741514

HEX: #741514
RGB: (116,21,20)

Renk bilgisi

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

RGB renk modeli

#741514 color RGB value is (116,21,20).

  • kırmız ton 116;
  • yeşil ton 21;
  • mavi ton 20.
RGB:
(116,21,20)
(45%,8%,8%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 21 of 255 = 8%
B 20 of 255 = 8%

116
21
20

R + G + B ~ 20%. #741514 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 21 + 20 = 157 (100%)
R 116 of 157 ~ 73.89%
G 21 of 157 ~ 13.38%
B 20 of 157 ~ 12.74%

%73.89
%13.38
%12.74

CMYK RENK MODELİ

#741514 rengi CMYK tonu (0,82,83,55).

  • camgöbeği tonu 0.00%
  • eflatun tonu 81.90%
  • sarı tonu 82.76%
  • ana renk tonu 54.51%
CMYK:
(0,82,83,55)
C0M82Y83K55 
(0%,82%,83%,55%)
(0.00/0.82/0.83/0.55)	

CMYK yüzdeleri

%0
%81.9
%82.76
%54.51

Codes

Color #741514 in popluar color models

741514
RGB1162120
HSL70.59%26.67%
HSB/HSV82.76%45.49%
CMYK0.00%81.90%82.76%
54.51%

Color #741514 in popluar number systems.

HEX741514
Decimal1162120
Binary11101001010110100
Octal1642524

Shades and tints

Shades of #741514

#741514
(116,21,20)
#6A1413
(106,20,19)
#601312
(96,19,18)
#561211
(86,18,17)
#4C1110
(76,17,16)
#42100F
(66,16,15)
#380F0E
(56,15,14)
#2E0E0D
(46,14,13)
#240D0C
(36,13,12)
#1A0C0B
(26,12,11)
#100B0A
(16,11,10)
#000000
(0,0,0)

Tints of #741514

#741514
(116,21,20)
#802A29
(128,42,41)
#8C3F3E
(140,63,62)
#985453
(152,84,83)
#A46968
(164,105,104)
#B07E7D
(176,126,125)
#BC9392
(188,147,146)
#C8A8A7
(200,168,167)
#D4BDBC
(212,189,188)
#E0D2D1
(224,210,209)
#ECE7E6
(236,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #741514 color. Also use rgb(116,21,20) instead hex code.

Text Font Color

.myTextColor { color: #741514; }

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

This text font color is #741514.


Background Color

.myBgColor { background-color: #741514; }

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

This div background color is #741514.


Border color

.myBorderColor { border: 1px solid #741514; }

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

This div border color is #741514.


Opacity

.myOpacity80 { color: #741514; opacity: 0.8; }

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

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

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

This text has shadow with #741514 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #741514 on black background.


Color preview on white background

This text has color #741514 on white background.



Black color preview on #741514 background

This text has black color on #741514 background.


White color preview on #741514 background

This text has white color on #741514 background.