COLOR #74585D

HEX: #74585D
RGB: (116,88,93)

Color info

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

RGB color model

#74585D color RGB value is (116,88,93).

  • red value is 116;
  • green value is 88;
  • blue value is 93.
RGB:
(116,88,93)
(45%,35%,36%)

RGB channels and saturation

R 116 of 255 = 45%
G 88 of 255 = 35%
B 93 of 255 = 36%

116
88
93

R + G + B ~ 39%. #74585D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 88 + 93 = 297 (100%)
R 116 of 297 ~ 39.06%
G 88 of 297 ~ 29.63%
B 93 of 297 ~ 31.31%

%39.06
%29.63
%31.31

CMYK color model

#74585D color CMYK value is (0,24,20,55).

  • cyan value is 0.00%
  • magenta value is 24.14%
  • yellow value is 19.83%
  • key color value is 54.51%
CMYK:
(0,24,20,55)
C0M24Y20K55 
(0%,24%,20%,55%)
(0.00/0.24/0.20/0.55)	

CMYK percentages

%0
%24.14
%19.83
%54.51

Codes

Color #74585D in popluar color models

74585D
RGB1168893
HSL349°13.73%40.00%
HSB/HSV349°24.14%45.49%
CMYK0.00%24.14%19.83%
54.51%

Color #74585D in popluar number systems.

HEX74585D
Decimal1168893
Binary111010010110001011101
Octal164130135

Shades and tints

Shades of #74585D

#74585D
(116,88,93)
#6A5055
(106,80,85)
#60484D
(96,72,77)
#564045
(86,64,69)
#4C383D
(76,56,61)
#423035
(66,48,53)
#38282D
(56,40,45)
#2E2025
(46,32,37)
#24181D
(36,24,29)
#1A1015
(26,16,21)
#10080D
(16,8,13)
#000000
(0,0,0)

Tints of #74585D

#74585D
(116,88,93)
#80676B
(128,103,107)
#8C7679
(140,118,121)
#988587
(152,133,135)
#A49495
(164,148,149)
#B0A3A3
(176,163,163)
#BCB2B1
(188,178,177)
#C8C1BF
(200,193,191)
#D4D0CD
(212,208,205)
#E0DFDB
(224,223,219)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74585D color. Also use rgb(116,88,93) instead hex code.

Text Font Color

.myTextColor { color: #74585D; }

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

This text font color is #74585D.


Background Color

.myBgColor { background-color: #74585D; }

<div style="background-color:#74585D">Inner text</div>

This div background color is #74585D.


Border color

.myBorderColor { border: 1px solid #74585D; }

<div style="border:3px solid #74585D">Div</div>

This div border color is #74585D.


Opacity

.myOpacity80 { color: #74585D; opacity: 0.8; }

<p style="color:#74585D;opacity:0.8;">80%</p>

Text with #74585D 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 #74585D;}

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

This text has shadow with #74585D color.

.textShadow {text-shadow: 3px 3px 1px #74585D, 3px 3px 1px red;}

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

This text has shadow with #74585D primary color and red secondary color.


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

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

This text has shadow with #74585D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74585D on black background.


Color preview on white background

This text has color #74585D on white background.



Black color preview on #74585D background

This text has black color on #74585D background.


White color preview on #74585D background

This text has white color on #74585D background.