COLOR #742C2B

HEX: #742C2B RGB: (116,44,43)

Color info

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

RGB color model

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

RGB: (116,44,43) (45%, 17%, 17%)

RGB channels and saturation

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

116
44
43

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

Portions of RGB colors in percentages

R + G + B = 116 + 44 + 43 = 203 (100%)
R 116 of 203 ~ 57.14%
G 44 of 203 ~ 21.67%
B 43 of 203 ~ 21.18'%

%57.14
%21.67
%21.18

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 62.07%
  • yellow value is 62.93%
  • key color value is 54.51%

CMYK: (0,62,63,55)
C0M62Y63K55 (0%, 62%, 63%, 55%)
(0.00 / 0.62 / 0.63 / 0.55)

CMYK percentages

%0
%62.07
%62.93
%54.51

Codes

Color #742C2B in popluar color models

74 2C 2B
RGB 116 44 43
HSL 45.91% 31.18%
HSB/HSV 62.93% 45.49%
CMYK 0.00% 62.07% 62.93%
54.51%

Color #742C2B in popluar number systems.

HEX 74 2C 2B
Decimal 116 44 43
Binary 1110100 101100 101011
Octal 164 54 53

Shades and tints

Shades of #742C2B

#742C2B
(116,44,43)
#6A2828
(106,40,40)
#602425
(96,36,37)
#562022
(86,32,34)
#4C1C1F
(76,28,31)
#42181C
(66,24,28)
#381419
(56,20,25)
#2E1016
(46,16,22)
#240C13
(36,12,19)
#1A0810
(26,8,16)
#10040D
(16,4,13)
#000000
(0,0,0)

Tints of #742C2B

#742C2B
(116,44,43)
#803F3E
(128,63,62)
#8C5251
(140,82,81)
#986564
(152,101,100)
#A47877
(164,120,119)
#B08B8A
(176,139,138)
#BC9E9D
(188,158,157)
#C8B1B0
(200,177,176)
#D4C4C3
(212,196,195)
#E0D7D6
(224,215,214)
#ECEAE9
(236,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #742C2B; }

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

This text font color is #742C2B.

Background Color

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

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

This div background color is #742C2B.

Border color

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

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

This div border color is #742C2B.

Opacity

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

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

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

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

This text has shadow with #742C2B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #742C2B.

Preview

Color preview on black background

This text has color #742C2B on black background.


Color preview on white background

This text has color #742C2B on white background.


Black color preview on #742C2B background

This text has black color on #742C2B background.


White color preview on #742C2B background

This text has white color on #742C2B background.


Related colors

Complementary color

Complementary color for #hex is #8BD3D4.


I love getcolorcode.com

Triadic colors

1 #2B742C and #2C2B74 with #742C2B are triadic colors.

2 #2B2C74 and #2C742B with #742C2B are triadic colors.