COLOR #74516C

HEX: #74516C
RGB: (116,81,108)

Color info

#74516C contains red, green and blue colors in about the same proportion. Web safe color of #74516C is #666666 (or #666).

RGB color model

#74516C color RGB value is (116,81,108).

  • red value is 116;
  • green value is 81;
  • blue value is 108.
RGB:
(116,81,108)
(45%,32%,42%)

RGB channels and saturation

R 116 of 255 = 45%
G 81 of 255 = 32%
B 108 of 255 = 42%

116
81
108

R + G + B ~ 40%. #74516C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 81 + 108 = 305 (100%)
R 116 of 305 ~ 38.03%
G 81 of 305 ~ 26.56%
B 108 of 305 ~ 35.41%

%38.03
%26.56
%35.41

CMYK color model

#74516C color CMYK value is (0,30,7,55).

  • cyan value is 0.00%
  • magenta value is 30.17%
  • yellow value is 6.90%
  • key color value is 54.51%
CMYK:
(0,30,7,55)
C0M30Y7K55 
(0%,30%,7%,55%)
(0.00/0.30/0.07/0.55)	

CMYK percentages

%0
%30.17
%6.9
%54.51

Codes

Color #74516C in popluar color models

74516C
RGB11681108
HSL314°17.77%38.63%
HSB/HSV314°30.17%45.49%
CMYK0.00%30.17%6.90%
54.51%

Color #74516C in popluar number systems.

HEX74516C
Decimal11681108
Binary111010010100011101100
Octal164121154

Shades and tints

Shades of #74516C

#74516C
(116,81,108)
#6A4A63
(106,74,99)
#60435A
(96,67,90)
#563C51
(86,60,81)
#4C3548
(76,53,72)
#422E3F
(66,46,63)
#382736
(56,39,54)
#2E202D
(46,32,45)
#241924
(36,25,36)
#1A121B
(26,18,27)
#100B12
(16,11,18)
#000000
(0,0,0)

Tints of #74516C

#74516C
(116,81,108)
#806079
(128,96,121)
#8C6F86
(140,111,134)
#987E93
(152,126,147)
#A48DA0
(164,141,160)
#B09CAD
(176,156,173)
#BCABBA
(188,171,186)
#C8BAC7
(200,186,199)
#D4C9D4
(212,201,212)
#E0D8E1
(224,216,225)
#ECE7EE
(236,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74516C color. Also use rgb(116,81,108) instead hex code.

Text Font Color

.myTextColor { color: #74516C; }

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

This text font color is #74516C.


Background Color

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

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

This div background color is #74516C.


Border color

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

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

This div border color is #74516C.


Opacity

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

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

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

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

This text has shadow with #74516C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74516C on black background.


Color preview on white background

This text has color #74516C on white background.



Black color preview on #74516C background

This text has black color on #74516C background.


White color preview on #74516C background

This text has white color on #74516C background.