COLOR #742252

HEX: #742252
RGB: (116,34,82)

Color info

#742252 contains mainly red and blue colors. Web safe color of #742252 is #663366 (or #636).

RGB color model

#742252 color RGB value is (116,34,82).

  • red value is 116;
  • green value is 34;
  • blue value is 82.
RGB:
(116,34,82)
(45%,13%,32%)

RGB channels and saturation

R 116 of 255 = 45%
G 34 of 255 = 13%
B 82 of 255 = 32%

116
34
82

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

Portions of RGB colors in percentages

R + G + B =
116 + 34 + 82 = 232 (100%)
R 116 of 232 ~ 50%
G 34 of 232 ~ 14.66%
B 82 of 232 ~ 35.34%

%50
%14.66
%35.34

CMYK color model

#742252 color CMYK value is (0,71,29,55).

  • cyan value is 0.00%
  • magenta value is 70.69%
  • yellow value is 29.31%
  • key color value is 54.51%
CMYK:
(0,71,29,55)
C0M71Y29K55 
(0%,71%,29%,55%)
(0.00/0.71/0.29/0.55)	

CMYK percentages

%0
%70.69
%29.31
%54.51

Codes

Color #742252 in popluar color models

742252
RGB1163482
HSL325°54.67%29.41%
HSB/HSV325°70.69%45.49%
CMYK0.00%70.69%29.31%
54.51%

Color #742252 in popluar number systems.

HEX742252
Decimal1163482
Binary11101001000101010010
Octal16442122

Shades and tints

Shades of #742252

#742252
(116,34,82)
#6A1F4B
(106,31,75)
#601C44
(96,28,68)
#56193D
(86,25,61)
#4C1636
(76,22,54)
#42132F
(66,19,47)
#381028
(56,16,40)
#2E0D21
(46,13,33)
#240A1A
(36,10,26)
#1A0713
(26,7,19)
#10040C
(16,4,12)
#000000
(0,0,0)

Tints of #742252

#742252
(116,34,82)
#803661
(128,54,97)
#8C4A70
(140,74,112)
#985E7F
(152,94,127)
#A4728E
(164,114,142)
#B0869D
(176,134,157)
#BC9AAC
(188,154,172)
#C8AEBB
(200,174,187)
#D4C2CA
(212,194,202)
#E0D6D9
(224,214,217)
#ECEAE8
(236,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #742252 color. Also use rgb(116,34,82) instead hex code.

Text Font Color

.myTextColor { color: #742252; }

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

This text font color is #742252.


Background Color

.myBgColor { background-color: #742252; }

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

This div background color is #742252.


Border color

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

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

This div border color is #742252.


Opacity

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

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

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

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

This text has shadow with #742252 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #742252 on black background.


Color preview on white background

This text has color #742252 on white background.



Black color preview on #742252 background

This text has black color on #742252 background.


White color preview on #742252 background

This text has white color on #742252 background.