COLOR #74545C

HEX: #74545C
RGB: (116,84,92)

Color info

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

RGB color model

#74545C color RGB value is (116,84,92).

  • red value is 116;
  • green value is 84;
  • blue value is 92.
RGB:
(116,84,92)
(45%,33%,36%)

RGB channels and saturation

R 116 of 255 = 45%
G 84 of 255 = 33%
B 92 of 255 = 36%

116
84
92

R + G + B ~ 38%. #74545C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 84 + 92 = 292 (100%)
R 116 of 292 ~ 39.73%
G 84 of 292 ~ 28.77%
B 92 of 292 ~ 31.51%

%39.73
%28.77
%31.51

CMYK color model

#74545C color CMYK value is (0,28,21,55).

  • cyan value is 0.00%
  • magenta value is 27.59%
  • yellow value is 20.69%
  • key color value is 54.51%
CMYK:
(0,28,21,55)
C0M28Y21K55 
(0%,28%,21%,55%)
(0.00/0.28/0.21/0.55)	

CMYK percentages

%0
%27.59
%20.69
%54.51

Codes

Color #74545C in popluar color models

74545C
RGB1168492
HSL345°16.00%39.22%
HSB/HSV345°27.59%45.49%
CMYK0.00%27.59%20.69%
54.51%

Color #74545C in popluar number systems.

HEX74545C
Decimal1168492
Binary111010010101001011100
Octal164124134

Shades and tints

Shades of #74545C

#74545C
(116,84,92)
#6A4D54
(106,77,84)
#60464C
(96,70,76)
#563F44
(86,63,68)
#4C383C
(76,56,60)
#423134
(66,49,52)
#382A2C
(56,42,44)
#2E2324
(46,35,36)
#241C1C
(36,28,28)
#1A1514
(26,21,20)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #74545C

#74545C
(116,84,92)
#80636A
(128,99,106)
#8C7278
(140,114,120)
#988186
(152,129,134)
#A49094
(164,144,148)
#B09FA2
(176,159,162)
#BCAEB0
(188,174,176)
#C8BDBE
(200,189,190)
#D4CCCC
(212,204,204)
#E0DBDA
(224,219,218)
#ECEAE8
(236,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74545C color. Also use rgb(116,84,92) instead hex code.

Text Font Color

.myTextColor { color: #74545C; }

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

This text font color is #74545C.


Background Color

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

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

This div background color is #74545C.


Border color

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

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

This div border color is #74545C.


Opacity

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

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

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

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

This text has shadow with #74545C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74545C on black background.


Color preview on white background

This text has color #74545C on white background.



Black color preview on #74545C background

This text has black color on #74545C background.


White color preview on #74545C background

This text has white color on #74545C background.