COLOR #740532

HEX: #740532
RGB: (116,5,50)

Color info

#740532 contains mainly red color. Web safe color of #740532 is #660033 (or #603).

RGB color model

#740532 color RGB value is (116,5,50).

  • red value is 116;
  • green value is 5;
  • blue value is 50.
RGB:
(116,5,50)
(45%,2%,20%)

RGB channels and saturation

R 116 of 255 = 45%
G 5 of 255 = 2%
B 50 of 255 = 20%

116
5
50

R + G + B ~ 22%. #740532 is dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 5 + 50 = 171 (100%)
R 116 of 171 ~ 67.84%
G 5 of 171 ~ 2.92%
B 50 of 171 ~ 29.24%

%67.84
%29.24

CMYK color model

#740532 color CMYK value is (0,96,57,55).

  • cyan value is 0.00%
  • magenta value is 95.69%
  • yellow value is 56.90%
  • key color value is 54.51%
CMYK:
(0,96,57,55)
C0M96Y57K55 
(0%,96%,57%,55%)
(0.00/0.96/0.57/0.55)	

CMYK percentages

%0
%95.69
%56.9
%54.51

Codes

Color #740532 in popluar color models

740532
RGB116550
HSL336°91.74%23.73%
HSB/HSV336°95.69%45.49%
CMYK0.00%95.69%56.90%
54.51%

Color #740532 in popluar number systems.

HEX740532
Decimal116550
Binary1110100101110010
Octal164562

Shades and tints

Shades of #740532

#740532
(116,5,50)
#6A052E
(106,5,46)
#60052A
(96,5,42)
#560526
(86,5,38)
#4C0522
(76,5,34)
#42051E
(66,5,30)
#38051A
(56,5,26)
#2E0516
(46,5,22)
#240512
(36,5,18)
#1A050E
(26,5,14)
#10050A
(16,5,10)
#000000
(0,0,0)

Tints of #740532

#740532
(116,5,50)
#801B44
(128,27,68)
#8C3156
(140,49,86)
#984768
(152,71,104)
#A45D7A
(164,93,122)
#B0738C
(176,115,140)
#BC899E
(188,137,158)
#C89FB0
(200,159,176)
#D4B5C2
(212,181,194)
#E0CBD4
(224,203,212)
#ECE1E6
(236,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #740532 color. Also use rgb(116,5,50) instead hex code.

Text Font Color

.myTextColor { color: #740532; }

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

This text font color is #740532.


Background Color

.myBgColor { background-color: #740532; }

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

This div background color is #740532.


Border color

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

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

This div border color is #740532.


Opacity

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

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

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

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

This text has shadow with #740532 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #740532 on black background.


Color preview on white background

This text has color #740532 on white background.



Black color preview on #740532 background

This text has black color on #740532 background.


White color preview on #740532 background

This text has white color on #740532 background.