COLOR #742C33

HEX: #742C33
RGB: (116,44,51)

Color info

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

RGB color model

#742C33 color RGB value is (116,44,51).

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

RGB channels and saturation

R 116 of 255 = 45%
G 44 of 255 = 17%
B 51 of 255 = 20%

116
44
51

R + G + B ~ 27%. #742C33 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 44 + 51 = 211 (100%)
R 116 of 211 ~ 54.98%
G 44 of 211 ~ 20.85%
B 51 of 211 ~ 24.17%

%54.98
%20.85
%24.17

CMYK color model

#742C33 color CMYK value is (0,62,56,55).

  • cyan value is 0.00%
  • magenta value is 62.07%
  • yellow value is 56.03%
  • key color value is 54.51%
CMYK:
(0,62,56,55)
C0M62Y56K55 
(0%,62%,56%,55%)
(0.00/0.62/0.56/0.55)	

CMYK percentages

%0
%62.07
%56.03
%54.51

Codes

Color #742C33 in popluar color models

742C33
RGB1164451
HSL354°45.00%31.37%
HSB/HSV354°62.07%45.49%
CMYK0.00%62.07%56.03%
54.51%

Color #742C33 in popluar number systems.

HEX742C33
Decimal1164451
Binary1110100101100110011
Octal1645463

Shades and tints

Shades of #742C33

#742C33
(116,44,51)
#6A282F
(106,40,47)
#60242B
(96,36,43)
#562027
(86,32,39)
#4C1C23
(76,28,35)
#42181F
(66,24,31)
#38141B
(56,20,27)
#2E1017
(46,16,23)
#240C13
(36,12,19)
#1A080F
(26,8,15)
#10040B
(16,4,11)
#000000
(0,0,0)

Tints of #742C33

#742C33
(116,44,51)
#803F45
(128,63,69)
#8C5257
(140,82,87)
#986569
(152,101,105)
#A4787B
(164,120,123)
#B08B8D
(176,139,141)
#BC9E9F
(188,158,159)
#C8B1B1
(200,177,177)
#D4C4C3
(212,196,195)
#E0D7D5
(224,215,213)
#ECEAE7
(236,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #742C33; }

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

This text font color is #742C33.


Background Color

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

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

This div background color is #742C33.


Border color

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

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

This div border color is #742C33.


Opacity

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

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

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

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

This text has shadow with #742C33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #742C33 on black background.


Color preview on white background

This text has color #742C33 on white background.



Black color preview on #742C33 background

This text has black color on #742C33 background.


White color preview on #742C33 background

This text has white color on #742C33 background.