COLOR #740126

HEX: #740126
RGB: (116,1,38)

Renk bilgisi

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

RGB renk modeli

#740126 color RGB value is (116,1,38).

  • kırmız ton 116;
  • yeşil ton 1;
  • mavi ton 38.
RGB:
(116,1,38)
(45%,0%,15%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 1 of 255 = 0%
B 38 of 255 = 15%

116
1
38

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 1 + 38 = 155 (100%)
R 116 of 155 ~ 74.84%
G 1 of 155 ~ 0.65%
B 38 of 155 ~ 24.52%

%74.84
%24.52

CMYK RENK MODELİ

#740126 rengi CMYK tonu (0,99,67,55).

  • camgöbeği tonu 0.00%
  • eflatun tonu 99.14%
  • sarı tonu 67.24%
  • ana renk tonu 54.51%
CMYK:
(0,99,67,55)
C0M99Y67K55 
(0%,99%,67%,55%)
(0.00/0.99/0.67/0.55)	

CMYK yüzdeleri

%0
%99.14
%67.24
%54.51

Codes

Color #740126 in popluar color models

740126
RGB116138
HSL341°98.29%22.94%
HSB/HSV341°99.14%45.49%
CMYK0.00%99.14%67.24%
54.51%

Color #740126 in popluar number systems.

HEX740126
Decimal116138
Binary11101001100110
Octal164146

Shades and tints

Shades of #740126

#740126
(116,1,38)
#6A0123
(106,1,35)
#600120
(96,1,32)
#56011D
(86,1,29)
#4C011A
(76,1,26)
#420117
(66,1,23)
#380114
(56,1,20)
#2E0111
(46,1,17)
#24010E
(36,1,14)
#1A010B
(26,1,11)
#100108
(16,1,8)
#000000
(0,0,0)

Tints of #740126

#740126
(116,1,38)
#801839
(128,24,57)
#8C2F4C
(140,47,76)
#98465F
(152,70,95)
#A45D72
(164,93,114)
#B07485
(176,116,133)
#BC8B98
(188,139,152)
#C8A2AB
(200,162,171)
#D4B9BE
(212,185,190)
#E0D0D1
(224,208,209)
#ECE7E4
(236,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #740126 color. Also use rgb(116,1,38) instead hex code.

Text Font Color

.myTextColor { color: #740126; }

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

This text font color is #740126.


Background Color

.myBgColor { background-color: #740126; }

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

This div background color is #740126.


Border color

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

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

This div border color is #740126.


Opacity

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

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

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

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

This text has shadow with #740126 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #740126 on black background.


Color preview on white background

This text has color #740126 on white background.



Black color preview on #740126 background

This text has black color on #740126 background.


White color preview on #740126 background

This text has white color on #740126 background.