COLOR #740D45

HEX: #740D45
RGB: (116,13,69)

Color info

#740D45 contains mainly red and blue colors. Web safe color of #740D45 is #660033 (or #603).

RGB color model

#740D45 color RGB value is (116,13,69).

  • red value is 116;
  • green value is 13;
  • blue value is 69.
RGB:
(116,13,69)
(45%,5%,27%)

RGB channels and saturation

R 116 of 255 = 45%
G 13 of 255 = 5%
B 69 of 255 = 27%

116
13
69

R + G + B ~ 26%. #740D45 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 13 + 69 = 198 (100%)
R 116 of 198 ~ 58.59%
G 13 of 198 ~ 6.57%
B 69 of 198 ~ 34.85%

%58.59
%34.85

CMYK color model

#740D45 color CMYK value is (0,89,41,55).

  • cyan value is 0.00%
  • magenta value is 88.79%
  • yellow value is 40.52%
  • key color value is 54.51%
CMYK:
(0,89,41,55)
C0M89Y41K55 
(0%,89%,41%,55%)
(0.00/0.89/0.41/0.55)	

CMYK percentages

%0
%88.79
%40.52
%54.51

Codes

Color #740D45 in popluar color models

740D45
RGB1161369
HSL327°79.84%25.29%
HSB/HSV327°88.79%45.49%
CMYK0.00%88.79%40.52%
54.51%

Color #740D45 in popluar number systems.

HEX740D45
Decimal1161369
Binary111010011011000101
Octal16415105

Shades and tints

Shades of #740D45

#740D45
(116,13,69)
#6A0C3F
(106,12,63)
#600B39
(96,11,57)
#560A33
(86,10,51)
#4C092D
(76,9,45)
#420827
(66,8,39)
#380721
(56,7,33)
#2E061B
(46,6,27)
#240515
(36,5,21)
#1A040F
(26,4,15)
#100309
(16,3,9)
#000000
(0,0,0)

Tints of #740D45

#740D45
(116,13,69)
#802355
(128,35,85)
#8C3965
(140,57,101)
#984F75
(152,79,117)
#A46585
(164,101,133)
#B07B95
(176,123,149)
#BC91A5
(188,145,165)
#C8A7B5
(200,167,181)
#D4BDC5
(212,189,197)
#E0D3D5
(224,211,213)
#ECE9E5
(236,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #740D45 color. Also use rgb(116,13,69) instead hex code.

Text Font Color

.myTextColor { color: #740D45; }

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

This text font color is #740D45.


Background Color

.myBgColor { background-color: #740D45; }

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

This div background color is #740D45.


Border color

.myBorderColor { border: 1px solid #740D45; }

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

This div border color is #740D45.


Opacity

.myOpacity80 { color: #740D45; opacity: 0.8; }

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

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

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

This text has shadow with #740D45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #740D45 on black background.


Color preview on white background

This text has color #740D45 on white background.



Black color preview on #740D45 background

This text has black color on #740D45 background.


White color preview on #740D45 background

This text has white color on #740D45 background.