COLOR #74325A

HEX: #74325A
RGB: (116,50,90)

Color info

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

RGB color model

#74325A color RGB value is (116,50,90).

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

RGB channels and saturation

R 116 of 255 = 45%
G 50 of 255 = 20%
B 90 of 255 = 35%

116
50
90

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

Portions of RGB colors in percentages

R + G + B =
116 + 50 + 90 = 256 (100%)
R 116 of 256 ~ 45.31%
G 50 of 256 ~ 19.53%
B 90 of 256 ~ 35.16%

%45.31
%19.53
%35.16

CMYK color model

#74325A color CMYK value is (0,57,22,55).

  • cyan value is 0.00%
  • magenta value is 56.90%
  • yellow value is 22.41%
  • key color value is 54.51%
CMYK:
(0,57,22,55)
C0M57Y22K55 
(0%,57%,22%,55%)
(0.00/0.57/0.22/0.55)	

CMYK percentages

%0
%56.9
%22.41
%54.51

Codes

Color #74325A in popluar color models

74325A
RGB1165090
HSL324°39.76%32.55%
HSB/HSV324°56.90%45.49%
CMYK0.00%56.90%22.41%
54.51%

Color #74325A in popluar number systems.

HEX74325A
Decimal1165090
Binary11101001100101011010
Octal16462132

Shades and tints

Shades of #74325A

#74325A
(116,50,90)
#6A2E52
(106,46,82)
#602A4A
(96,42,74)
#562642
(86,38,66)
#4C223A
(76,34,58)
#421E32
(66,30,50)
#381A2A
(56,26,42)
#2E1622
(46,22,34)
#24121A
(36,18,26)
#1A0E12
(26,14,18)
#100A0A
(16,10,10)
#000000
(0,0,0)

Tints of #74325A

#74325A
(116,50,90)
#804469
(128,68,105)
#8C5678
(140,86,120)
#986887
(152,104,135)
#A47A96
(164,122,150)
#B08CA5
(176,140,165)
#BC9EB4
(188,158,180)
#C8B0C3
(200,176,195)
#D4C2D2
(212,194,210)
#E0D4E1
(224,212,225)
#ECE6F0
(236,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74325A; }

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

This text font color is #74325A.


Background Color

.myBgColor { background-color: #74325A; }

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

This div background color is #74325A.


Border color

.myBorderColor { border: 1px solid #74325A; }

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

This div border color is #74325A.


Opacity

.myOpacity80 { color: #74325A; opacity: 0.8; }

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

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

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

This text has shadow with #74325A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74325A on black background.


Color preview on white background

This text has color #74325A on white background.



Black color preview on #74325A background

This text has black color on #74325A background.


White color preview on #74325A background

This text has white color on #74325A background.