COLOR #742365

HEX: #742365
RGB: (116,35,101)

Color info

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

RGB color model

#742365 color RGB value is (116,35,101).

  • red value is 116;
  • green value is 35;
  • blue value is 101.
RGB:
(116,35,101)
(45%,14%,40%)

RGB channels and saturation

R 116 of 255 = 45%
G 35 of 255 = 14%
B 101 of 255 = 40%

116
35
101

R + G + B ~ 33%. #742365 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 35 + 101 = 252 (100%)
R 116 of 252 ~ 46.03%
G 35 of 252 ~ 13.89%
B 101 of 252 ~ 40.08%

%46.03
%13.89
%40.08

CMYK color model

#742365 color CMYK value is (0,70,13,55).

  • cyan value is 0.00%
  • magenta value is 69.83%
  • yellow value is 12.93%
  • key color value is 54.51%
CMYK:
(0,70,13,55)
C0M70Y13K55 
(0%,70%,13%,55%)
(0.00/0.70/0.13/0.55)	

CMYK percentages

%0
%69.83
%12.93
%54.51

Codes

Color #742365 in popluar color models

742365
RGB11635101
HSL311°53.64%29.61%
HSB/HSV311°69.83%45.49%
CMYK0.00%69.83%12.93%
54.51%

Color #742365 in popluar number systems.

HEX742365
Decimal11635101
Binary11101001000111100101
Octal16443145

Shades and tints

Shades of #742365

#742365
(116,35,101)
#6A205C
(106,32,92)
#601D53
(96,29,83)
#561A4A
(86,26,74)
#4C1741
(76,23,65)
#421438
(66,20,56)
#38112F
(56,17,47)
#2E0E26
(46,14,38)
#240B1D
(36,11,29)
#1A0814
(26,8,20)
#10050B
(16,5,11)
#000000
(0,0,0)

Tints of #742365

#742365
(116,35,101)
#803773
(128,55,115)
#8C4B81
(140,75,129)
#985F8F
(152,95,143)
#A4739D
(164,115,157)
#B087AB
(176,135,171)
#BC9BB9
(188,155,185)
#C8AFC7
(200,175,199)
#D4C3D5
(212,195,213)
#E0D7E3
(224,215,227)
#ECEBF1
(236,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #742365 color. Also use rgb(116,35,101) instead hex code.

Text Font Color

.myTextColor { color: #742365; }

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

This text font color is #742365.


Background Color

.myBgColor { background-color: #742365; }

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

This div background color is #742365.


Border color

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

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

This div border color is #742365.


Opacity

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

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

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

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

This text has shadow with #742365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #742365 on black background.


Color preview on white background

This text has color #742365 on white background.



Black color preview on #742365 background

This text has black color on #742365 background.


White color preview on #742365 background

This text has white color on #742365 background.