COLOR #741730

HEX: #741730
RGB: (116,23,48)

Color info

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

RGB color model

#741730 color RGB value is (116,23,48).

  • red value is 116;
  • green value is 23;
  • blue value is 48.
RGB:
(116,23,48)
(45%,9%,19%)

RGB channels and saturation

R 116 of 255 = 45%
G 23 of 255 = 9%
B 48 of 255 = 19%

116
23
48

R + G + B ~ 24%. #741730 is dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 23 + 48 = 187 (100%)
R 116 of 187 ~ 62.03%
G 23 of 187 ~ 12.3%
B 48 of 187 ~ 25.67%

%62.03
%12.3
%25.67

CMYK color model

#741730 color CMYK value is (0,80,59,55).

  • cyan value is 0.00%
  • magenta value is 80.17%
  • yellow value is 58.62%
  • key color value is 54.51%
CMYK:
(0,80,59,55)
C0M80Y59K55 
(0%,80%,59%,55%)
(0.00/0.80/0.59/0.55)	

CMYK percentages

%0
%80.17
%58.62
%54.51

Codes

Color #741730 in popluar color models

741730
RGB1162348
HSL344°66.91%27.25%
HSB/HSV344°80.17%45.49%
CMYK0.00%80.17%58.62%
54.51%

Color #741730 in popluar number systems.

HEX741730
Decimal1162348
Binary111010010111110000
Octal1642760

Shades and tints

Shades of #741730

#741730
(116,23,48)
#6A152C
(106,21,44)
#601328
(96,19,40)
#561124
(86,17,36)
#4C0F20
(76,15,32)
#420D1C
(66,13,28)
#380B18
(56,11,24)
#2E0914
(46,9,20)
#240710
(36,7,16)
#1A050C
(26,5,12)
#100308
(16,3,8)
#000000
(0,0,0)

Tints of #741730

#741730
(116,23,48)
#802C42
(128,44,66)
#8C4154
(140,65,84)
#985666
(152,86,102)
#A46B78
(164,107,120)
#B0808A
(176,128,138)
#BC959C
(188,149,156)
#C8AAAE
(200,170,174)
#D4BFC0
(212,191,192)
#E0D4D2
(224,212,210)
#ECE9E4
(236,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #741730 color. Also use rgb(116,23,48) instead hex code.

Text Font Color

.myTextColor { color: #741730; }

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

This text font color is #741730.


Background Color

.myBgColor { background-color: #741730; }

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

This div background color is #741730.


Border color

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

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

This div border color is #741730.


Opacity

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

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

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

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

This text has shadow with #741730 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #741730 on black background.


Color preview on white background

This text has color #741730 on white background.



Black color preview on #741730 background

This text has black color on #741730 background.


White color preview on #741730 background

This text has white color on #741730 background.