COLOR #74516A

HEX: #74516A
RGB: (116,81,106)

Color info

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

RGB color model

#74516A color RGB value is (116,81,106).

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

RGB channels and saturation

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

116
81
106

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

Portions of RGB colors in percentages

R + G + B =
116 + 81 + 106 = 303 (100%)
R 116 of 303 ~ 38.28%
G 81 of 303 ~ 26.73%
B 106 of 303 ~ 34.98%

%38.28
%26.73
%34.98

CMYK color model

#74516A color CMYK value is (0,30,9,55).

  • cyan value is 0.00%
  • magenta value is 30.17%
  • yellow value is 8.62%
  • key color value is 54.51%
CMYK:
(0,30,9,55)
C0M30Y9K55 
(0%,30%,9%,55%)
(0.00/0.30/0.09/0.55)	

CMYK percentages

%0
%30.17
%8.62
%54.51

Codes

Color #74516A in popluar color models

74516A
RGB11681106
HSL317°17.77%38.63%
HSB/HSV317°30.17%45.49%
CMYK0.00%30.17%8.62%
54.51%

Color #74516A in popluar number systems.

HEX74516A
Decimal11681106
Binary111010010100011101010
Octal164121152

Shades and tints

Shades of #74516A

#74516A
(116,81,106)
#6A4A61
(106,74,97)
#604358
(96,67,88)
#563C4F
(86,60,79)
#4C3546
(76,53,70)
#422E3D
(66,46,61)
#382734
(56,39,52)
#2E202B
(46,32,43)
#241922
(36,25,34)
#1A1219
(26,18,25)
#100B10
(16,11,16)
#000000
(0,0,0)

Tints of #74516A

#74516A
(116,81,106)
#806077
(128,96,119)
#8C6F84
(140,111,132)
#987E91
(152,126,145)
#A48D9E
(164,141,158)
#B09CAB
(176,156,171)
#BCABB8
(188,171,184)
#C8BAC5
(200,186,197)
#D4C9D2
(212,201,210)
#E0D8DF
(224,216,223)
#ECE7EC
(236,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74516A; }

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

This text font color is #74516A.


Background Color

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

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

This div background color is #74516A.


Border color

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

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

This div border color is #74516A.


Opacity

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

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

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

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

This text has shadow with #74516A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74516A on black background.


Color preview on white background

This text has color #74516A on white background.



Black color preview on #74516A background

This text has black color on #74516A background.


White color preview on #74516A background

This text has white color on #74516A background.