COLOR #74596E

HEX: #74596E
RGB: (116,89,110)

Color info

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

RGB color model

#74596E color RGB value is (116,89,110).

  • red value is 116;
  • green value is 89;
  • blue value is 110.
RGB:
(116,89,110)
(45%,35%,43%)

RGB channels and saturation

R 116 of 255 = 45%
G 89 of 255 = 35%
B 110 of 255 = 43%

116
89
110

R + G + B ~ 41%. #74596E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 89 + 110 = 315 (100%)
R 116 of 315 ~ 36.83%
G 89 of 315 ~ 28.25%
B 110 of 315 ~ 34.92%

%36.83
%28.25
%34.92

CMYK color model

#74596E color CMYK value is (0,23,5,55).

  • cyan value is 0.00%
  • magenta value is 23.28%
  • yellow value is 5.17%
  • key color value is 54.51%
CMYK:
(0,23,5,55)
C0M23Y5K55 
(0%,23%,5%,55%)
(0.00/0.23/0.05/0.55)	

CMYK percentages

%0
%23.28
%5.17
%54.51

Codes

Color #74596E in popluar color models

74596E
RGB11689110
HSL313°13.17%40.20%
HSB/HSV313°23.28%45.49%
CMYK0.00%23.28%5.17%
54.51%

Color #74596E in popluar number systems.

HEX74596E
Decimal11689110
Binary111010010110011101110
Octal164131156

Shades and tints

Shades of #74596E

#74596E
(116,89,110)
#6A5164
(106,81,100)
#60495A
(96,73,90)
#564150
(86,65,80)
#4C3946
(76,57,70)
#42313C
(66,49,60)
#382932
(56,41,50)
#2E2128
(46,33,40)
#24191E
(36,25,30)
#1A1114
(26,17,20)
#10090A
(16,9,10)
#000000
(0,0,0)

Tints of #74596E

#74596E
(116,89,110)
#80687B
(128,104,123)
#8C7788
(140,119,136)
#988695
(152,134,149)
#A495A2
(164,149,162)
#B0A4AF
(176,164,175)
#BCB3BC
(188,179,188)
#C8C2C9
(200,194,201)
#D4D1D6
(212,209,214)
#E0E0E3
(224,224,227)
#ECEFF0
(236,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74596E color. Also use rgb(116,89,110) instead hex code.

Text Font Color

.myTextColor { color: #74596E; }

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

This text font color is #74596E.


Background Color

.myBgColor { background-color: #74596E; }

<div style="background-color:#74596E">Inner text</div>

This div background color is #74596E.


Border color

.myBorderColor { border: 1px solid #74596E; }

<div style="border:3px solid #74596E">Div</div>

This div border color is #74596E.


Opacity

.myOpacity80 { color: #74596E; opacity: 0.8; }

<p style="color:#74596E;opacity:0.8;">80%</p>

Text with #74596E 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 #74596E;}

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

This text has shadow with #74596E color.

.textShadow {text-shadow: 3px 3px 1px #74596E, 3px 3px 1px red;}

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

This text has shadow with #74596E primary color and red secondary color.


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

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

This text has shadow with #74596E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74596E on black background.


Color preview on white background

This text has color #74596E on white background.



Black color preview on #74596E background

This text has black color on #74596E background.


White color preview on #74596E background

This text has white color on #74596E background.