COLOR #74445C

HEX: #74445C
RGB: (116,68,92)

Color info

#74445C contains red, green and blue colors in about the same proportion. Web safe color of #74445C is #663366 (or #636).

RGB color model

#74445C color RGB value is (116,68,92).

  • red value is 116;
  • green value is 68;
  • blue value is 92.
RGB:
(116,68,92)
(45%,27%,36%)

RGB channels and saturation

R 116 of 255 = 45%
G 68 of 255 = 27%
B 92 of 255 = 36%

116
68
92

R + G + B ~ 36%. #74445C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 68 + 92 = 276 (100%)
R 116 of 276 ~ 42.03%
G 68 of 276 ~ 24.64%
B 92 of 276 ~ 33.33%

%42.03
%24.64
%33.33

CMYK color model

#74445C color CMYK value is (0,41,21,55).

  • cyan value is 0.00%
  • magenta value is 41.38%
  • yellow value is 20.69%
  • key color value is 54.51%
CMYK:
(0,41,21,55)
C0M41Y21K55 
(0%,41%,21%,55%)
(0.00/0.41/0.21/0.55)	

CMYK percentages

%0
%41.38
%20.69
%54.51

Codes

Color #74445C in popluar color models

74445C
RGB1166892
HSL330°26.09%36.08%
HSB/HSV330°41.38%45.49%
CMYK0.00%41.38%20.69%
54.51%

Color #74445C in popluar number systems.

HEX74445C
Decimal1166892
Binary111010010001001011100
Octal164104134

Shades and tints

Shades of #74445C

#74445C
(116,68,92)
#6A3E54
(106,62,84)
#60384C
(96,56,76)
#563244
(86,50,68)
#4C2C3C
(76,44,60)
#422634
(66,38,52)
#38202C
(56,32,44)
#2E1A24
(46,26,36)
#24141C
(36,20,28)
#1A0E14
(26,14,20)
#10080C
(16,8,12)
#000000
(0,0,0)

Tints of #74445C

#74445C
(116,68,92)
#80556A
(128,85,106)
#8C6678
(140,102,120)
#987786
(152,119,134)
#A48894
(164,136,148)
#B099A2
(176,153,162)
#BCAAB0
(188,170,176)
#C8BBBE
(200,187,190)
#D4CCCC
(212,204,204)
#E0DDDA
(224,221,218)
#ECEEE8
(236,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74445C color. Also use rgb(116,68,92) instead hex code.

Text Font Color

.myTextColor { color: #74445C; }

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

This text font color is #74445C.


Background Color

.myBgColor { background-color: #74445C; }

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

This div background color is #74445C.


Border color

.myBorderColor { border: 1px solid #74445C; }

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

This div border color is #74445C.


Opacity

.myOpacity80 { color: #74445C; opacity: 0.8; }

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

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

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

This text has shadow with #74445C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74445C on black background.


Color preview on white background

This text has color #74445C on white background.



Black color preview on #74445C background

This text has black color on #74445C background.


White color preview on #74445C background

This text has white color on #74445C background.