COLOR #74576F

HEX: #74576F
RGB: (116,87,111)

Color info

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

RGB color model

#74576F color RGB value is (116,87,111).

  • red value is 116;
  • green value is 87;
  • blue value is 111.
RGB:
(116,87,111)
(45%,34%,44%)

RGB channels and saturation

R 116 of 255 = 45%
G 87 of 255 = 34%
B 111 of 255 = 44%

116
87
111

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

Portions of RGB colors in percentages

R + G + B =
116 + 87 + 111 = 314 (100%)
R 116 of 314 ~ 36.94%
G 87 of 314 ~ 27.71%
B 111 of 314 ~ 35.35%

%36.94
%27.71
%35.35

CMYK color model

#74576F color CMYK value is (0,25,4,55).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 4.31%
  • key color value is 54.51%
CMYK:
(0,25,4,55)
C0M25Y4K55 
(0%,25%,4%,55%)
(0.00/0.25/0.04/0.55)	

CMYK percentages

%0
%25
%4.31
%54.51

Codes

Color #74576F in popluar color models

74576F
RGB11687111
HSL310°14.29%39.80%
HSB/HSV310°25.00%45.49%
CMYK0.00%25.00%4.31%
54.51%

Color #74576F in popluar number systems.

HEX74576F
Decimal11687111
Binary111010010101111101111
Octal164127157

Shades and tints

Shades of #74576F

#74576F
(116,87,111)
#6A5065
(106,80,101)
#60495B
(96,73,91)
#564251
(86,66,81)
#4C3B47
(76,59,71)
#42343D
(66,52,61)
#382D33
(56,45,51)
#2E2629
(46,38,41)
#241F1F
(36,31,31)
#1A1815
(26,24,21)
#10110B
(16,17,11)
#000000
(0,0,0)

Tints of #74576F

#74576F
(116,87,111)
#80667C
(128,102,124)
#8C7589
(140,117,137)
#988496
(152,132,150)
#A493A3
(164,147,163)
#B0A2B0
(176,162,176)
#BCB1BD
(188,177,189)
#C8C0CA
(200,192,202)
#D4CFD7
(212,207,215)
#E0DEE4
(224,222,228)
#ECEDF1
(236,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74576F; }

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

This text font color is #74576F.


Background Color

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

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

This div background color is #74576F.


Border color

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

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

This div border color is #74576F.


Opacity

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

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

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

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

This text has shadow with #74576F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74576F on black background.


Color preview on white background

This text has color #74576F on white background.



Black color preview on #74576F background

This text has black color on #74576F background.


White color preview on #74576F background

This text has white color on #74576F background.