COLOR #742632

HEX: #742632
RGB: (116,38,50)

Color info

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

RGB color model

#742632 color RGB value is (116,38,50).

  • red value is 116;
  • green value is 38;
  • blue value is 50.
RGB:
(116,38,50)
(45%,15%,20%)

RGB channels and saturation

R 116 of 255 = 45%
G 38 of 255 = 15%
B 50 of 255 = 20%

116
38
50

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

Portions of RGB colors in percentages

R + G + B =
116 + 38 + 50 = 204 (100%)
R 116 of 204 ~ 56.86%
G 38 of 204 ~ 18.63%
B 50 of 204 ~ 24.51%

%56.86
%18.63
%24.51

CMYK color model

#742632 color CMYK value is (0,67,57,55).

  • cyan value is 0.00%
  • magenta value is 67.24%
  • yellow value is 56.90%
  • key color value is 54.51%
CMYK:
(0,67,57,55)
C0M67Y57K55 
(0%,67%,57%,55%)
(0.00/0.67/0.57/0.55)	

CMYK percentages

%0
%67.24
%56.9
%54.51

Codes

Color #742632 in popluar color models

742632
RGB1163850
HSL351°50.65%30.20%
HSB/HSV351°67.24%45.49%
CMYK0.00%67.24%56.90%
54.51%

Color #742632 in popluar number systems.

HEX742632
Decimal1163850
Binary1110100100110110010
Octal1644662

Shades and tints

Shades of #742632

#742632
(116,38,50)
#6A232E
(106,35,46)
#60202A
(96,32,42)
#561D26
(86,29,38)
#4C1A22
(76,26,34)
#42171E
(66,23,30)
#38141A
(56,20,26)
#2E1116
(46,17,22)
#240E12
(36,14,18)
#1A0B0E
(26,11,14)
#10080A
(16,8,10)
#000000
(0,0,0)

Tints of #742632

#742632
(116,38,50)
#803944
(128,57,68)
#8C4C56
(140,76,86)
#985F68
(152,95,104)
#A4727A
(164,114,122)
#B0858C
(176,133,140)
#BC989E
(188,152,158)
#C8ABB0
(200,171,176)
#D4BEC2
(212,190,194)
#E0D1D4
(224,209,212)
#ECE4E6
(236,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #742632 color. Also use rgb(116,38,50) instead hex code.

Text Font Color

.myTextColor { color: #742632; }

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

This text font color is #742632.


Background Color

.myBgColor { background-color: #742632; }

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

This div background color is #742632.


Border color

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

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

This div border color is #742632.


Opacity

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

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

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

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

This text has shadow with #742632 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #742632 on black background.


Color preview on white background

This text has color #742632 on white background.



Black color preview on #742632 background

This text has black color on #742632 background.


White color preview on #742632 background

This text has white color on #742632 background.