COLOR #742B48

HEX: #742B48
RGB: (116,43,72)

Color info

#742B48 contains mainly red and blue colors. Web safe color of #742B48 is #663333 (or #633).

RGB color model

#742B48 color RGB value is (116,43,72).

  • red value is 116;
  • green value is 43;
  • blue value is 72.
RGB:
(116,43,72)
(45%,17%,28%)

RGB channels and saturation

R 116 of 255 = 45%
G 43 of 255 = 17%
B 72 of 255 = 28%

116
43
72

R + G + B ~ 30%. #742B48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 43 + 72 = 231 (100%)
R 116 of 231 ~ 50.22%
G 43 of 231 ~ 18.61%
B 72 of 231 ~ 31.17%

%50.22
%18.61
%31.17

CMYK color model

#742B48 color CMYK value is (0,63,38,55).

  • cyan value is 0.00%
  • magenta value is 62.93%
  • yellow value is 37.93%
  • key color value is 54.51%
CMYK:
(0,63,38,55)
C0M63Y38K55 
(0%,63%,38%,55%)
(0.00/0.63/0.38/0.55)	

CMYK percentages

%0
%62.93
%37.93
%54.51

Codes

Color #742B48 in popluar color models

742B48
RGB1164372
HSL336°45.91%31.18%
HSB/HSV336°62.93%45.49%
CMYK0.00%62.93%37.93%
54.51%

Color #742B48 in popluar number systems.

HEX742B48
Decimal1164372
Binary11101001010111001000
Octal16453110

Shades and tints

Shades of #742B48

#742B48
(116,43,72)
#6A2842
(106,40,66)
#60253C
(96,37,60)
#562236
(86,34,54)
#4C1F30
(76,31,48)
#421C2A
(66,28,42)
#381924
(56,25,36)
#2E161E
(46,22,30)
#241318
(36,19,24)
#1A1012
(26,16,18)
#100D0C
(16,13,12)
#000000
(0,0,0)

Tints of #742B48

#742B48
(116,43,72)
#803E58
(128,62,88)
#8C5168
(140,81,104)
#986478
(152,100,120)
#A47788
(164,119,136)
#B08A98
(176,138,152)
#BC9DA8
(188,157,168)
#C8B0B8
(200,176,184)
#D4C3C8
(212,195,200)
#E0D6D8
(224,214,216)
#ECE9E8
(236,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #742B48 color. Also use rgb(116,43,72) instead hex code.

Text Font Color

.myTextColor { color: #742B48; }

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

This text font color is #742B48.


Background Color

.myBgColor { background-color: #742B48; }

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

This div background color is #742B48.


Border color

.myBorderColor { border: 1px solid #742B48; }

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

This div border color is #742B48.


Opacity

.myOpacity80 { color: #742B48; opacity: 0.8; }

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

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

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

This text has shadow with #742B48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #742B48 on black background.


Color preview on white background

This text has color #742B48 on white background.



Black color preview on #742B48 background

This text has black color on #742B48 background.


White color preview on #742B48 background

This text has white color on #742B48 background.