COLOR #74506F

HEX: #74506F RGB: (116,80,111)

Color info

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

RGB color model

#74506F color RGB value is (116,80,111).

RGB: (116,80,111) (45%, 31%, 44%)

RGB channels and saturation

R 116 of 255 = 45%
G 80 of 255 = 31%
B 111 of 255 = 44%

116
80
111

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

Portions of RGB colors in percentages

R + G + B = 116 + 80 + 111 = 307 (100%)
R 116 of 307 ~ 37.79%
G 80 of 307 ~ 26.06%
B 111 of 307 ~ 36.16'%

%37.79
%26.06
%36.16

CMYK color model

#74506F color CMYK value is (0,31,4,55).

  • cyan value is 0.00%
  • magenta value is 31.03%
  • yellow value is 4.31%
  • key color value is 54.51%

CMYK: (0,31,4,55)
C0M31Y4K55 (0%, 31%, 4%, 55%)
(0.00 / 0.31 / 0.04 / 0.55)

CMYK percentages

%0
%31.03
%4.31
%54.51

Codes

Color #74506F in popluar color models

74 50 6F
RGB 116 80 111
HSL 308° 18.37% 38.43%
HSB/HSV 308° 31.03% 45.49%
CMYK 0.00% 31.03% 4.31%
54.51%

Color #74506F in popluar number systems.

HEX 74 50 6F
Decimal 116 80 111
Binary 1110100 1010000 1101111
Octal 164 120 157

Shades and tints

Shades of #74506F

#74506F
(116,80,111)
#6A4965
(106,73,101)
#60425B
(96,66,91)
#563B51
(86,59,81)
#4C3447
(76,52,71)
#422D3D
(66,45,61)
#382633
(56,38,51)
#2E1F29
(46,31,41)
#24181F
(36,24,31)
#1A1115
(26,17,21)
#100A0B
(16,10,11)
#000000
(0,0,0)

Tints of #74506F

#74506F
(116,80,111)
#805F7C
(128,95,124)
#8C6E89
(140,110,137)
#987D96
(152,125,150)
#A48CA3
(164,140,163)
#B09BB0
(176,155,176)
#BCAABD
(188,170,189)
#C8B9CA
(200,185,202)
#D4C8D7
(212,200,215)
#E0D7E4
(224,215,228)
#ECE6F1
(236,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74506F color. Also use rgb(116,80,111) instead hex code.

Text Font Color

.myTextColor { color: #74506F; }

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

This text font color is #74506F.

Background Color

.myBgColor { background-color: #74506F; }

<div style="background-color:#74506F">Inner text</div>

This div background color is #74506F.

Border color

.myBorderColor { border: 1px solid #74506F; }

<div style="border:3px solid #74506F">Div</div>

This div border color is #74506F.

Opacity

.myOpacity80 { color: #74506F; opacity: 0.8; }

<p style="color:#74506F;opacity:0.8;">80%</p>

Text with #74506F 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 #74506F;}

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

This text has shadow with #74506F color.


.textShadow {text-shadow: 3px 3px 1px #74506F', 3px 3px 1px red;}

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

This text has shadow with #74506F primary color and red secondary color.


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

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

This text has shadow with #74506F and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74506F; -webkit-box-shadow: 1px 1px 3px 2px #74506F; box-shadow:1px 1px 3px 2px #74506F;">
Div content here
</div>

This div box has shadow with color #74506F.

Preview

Color preview on black background

This text has color #74506F on black background.


Color preview on white background

This text has color #74506F on white background.


Black color preview on #74506F background

This text has black color on #74506F background.


White color preview on #74506F background

This text has white color on #74506F background.


Related colors

Complementary color

Complementary color for #hex is #8BAF90.


I love getcolorcode.com

Triadic colors

1 #6F7450 and #506F74 with #74506F are triadic colors.

2 #6F5074 and #50746F with #74506F are triadic colors.