COLOR #74315F

HEX: #74315F
RGB: (116,49,95)

Color info

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

RGB color model

#74315F color RGB value is (116,49,95).

  • red value is 116;
  • green value is 49;
  • blue value is 95.
RGB:
(116,49,95)
(45%,19%,37%)

RGB channels and saturation

R 116 of 255 = 45%
G 49 of 255 = 19%
B 95 of 255 = 37%

116
49
95

R + G + B ~ 34%. #74315F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 49 + 95 = 260 (100%)
R 116 of 260 ~ 44.62%
G 49 of 260 ~ 18.85%
B 95 of 260 ~ 36.54%

%44.62
%18.85
%36.54

CMYK color model

#74315F color CMYK value is (0,58,18,55).

  • cyan value is 0.00%
  • magenta value is 57.76%
  • yellow value is 18.10%
  • key color value is 54.51%
CMYK:
(0,58,18,55)
C0M58Y18K55 
(0%,58%,18%,55%)
(0.00/0.58/0.18/0.55)	

CMYK percentages

%0
%57.76
%18.1
%54.51

Codes

Color #74315F in popluar color models

74315F
RGB1164995
HSL319°40.61%32.35%
HSB/HSV319°57.76%45.49%
CMYK0.00%57.76%18.10%
54.51%

Color #74315F in popluar number systems.

HEX74315F
Decimal1164995
Binary11101001100011011111
Octal16461137

Shades and tints

Shades of #74315F

#74315F
(116,49,95)
#6A2D57
(106,45,87)
#60294F
(96,41,79)
#562547
(86,37,71)
#4C213F
(76,33,63)
#421D37
(66,29,55)
#38192F
(56,25,47)
#2E1527
(46,21,39)
#24111F
(36,17,31)
#1A0D17
(26,13,23)
#10090F
(16,9,15)
#000000
(0,0,0)

Tints of #74315F

#74315F
(116,49,95)
#80436D
(128,67,109)
#8C557B
(140,85,123)
#986789
(152,103,137)
#A47997
(164,121,151)
#B08BA5
(176,139,165)
#BC9DB3
(188,157,179)
#C8AFC1
(200,175,193)
#D4C1CF
(212,193,207)
#E0D3DD
(224,211,221)
#ECE5EB
(236,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74315F color. Also use rgb(116,49,95) instead hex code.

Text Font Color

.myTextColor { color: #74315F; }

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

This text font color is #74315F.


Background Color

.myBgColor { background-color: #74315F; }

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

This div background color is #74315F.


Border color

.myBorderColor { border: 1px solid #74315F; }

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

This div border color is #74315F.


Opacity

.myOpacity80 { color: #74315F; opacity: 0.8; }

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

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

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

This text has shadow with #74315F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74315F on black background.


Color preview on white background

This text has color #74315F on white background.



Black color preview on #74315F background

This text has black color on #74315F background.


White color preview on #74315F background

This text has white color on #74315F background.