COLOR #742B2B

HEX: #742B2B
RGB: (116,43,43)

Color info

#742B2B contains mainly red color. Web safe color of #742B2B is #663333 (or #633).

RGB color model

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

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

RGB channels and saturation

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

116
43
43

R + G + B ~ 26%. #742B2B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 43 + 43 = 202 (100%)
R 116 of 202 ~ 57.43%
G 43 of 202 ~ 21.29%
B 43 of 202 ~ 21.29%

%57.43
%21.29
%21.29

CMYK color model

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

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

CMYK percentages

%0
%62.93
%62.93
%54.51

Codes

Color #742B2B in popluar color models

742B2B
RGB1164343
HSL45.91%31.18%
HSB/HSV62.93%45.49%
CMYK0.00%62.93%62.93%
54.51%

Color #742B2B in popluar number systems.

HEX742B2B
Decimal1164343
Binary1110100101011101011
Octal1645353

Shades and tints

Shades of #742B2B

#742B2B
(116,43,43)
#6A2828
(106,40,40)
#602525
(96,37,37)
#562222
(86,34,34)
#4C1F1F
(76,31,31)
#421C1C
(66,28,28)
#381919
(56,25,25)
#2E1616
(46,22,22)
#241313
(36,19,19)
#1A1010
(26,16,16)
#100D0D
(16,13,13)
#000000
(0,0,0)

Tints of #742B2B

#742B2B
(116,43,43)
#803E3E
(128,62,62)
#8C5151
(140,81,81)
#986464
(152,100,100)
#A47777
(164,119,119)
#B08A8A
(176,138,138)
#BC9D9D
(188,157,157)
#C8B0B0
(200,176,176)
#D4C3C3
(212,195,195)
#E0D6D6
(224,214,214)
#ECE9E9
(236,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #742B2B; }

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

This text font color is #742B2B.


Background Color

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

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

This div background color is #742B2B.


Border color

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

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

This div border color is #742B2B.


Opacity

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

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

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

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

This text has shadow with #742B2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #742B2B on black background.


Color preview on white background

This text has color #742B2B on white background.



Black color preview on #742B2B background

This text has black color on #742B2B background.


White color preview on #742B2B background

This text has white color on #742B2B background.