COLOR #74605D

HEX: #74605D
RGB: (116,96,93)

Color info

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

RGB color model

#74605D color RGB value is (116,96,93).

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

RGB channels and saturation

R 116 of 255 = 45%
G 96 of 255 = 38%
B 93 of 255 = 36%

116
96
93

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

Portions of RGB colors in percentages

R + G + B =
116 + 96 + 93 = 305 (100%)
R 116 of 305 ~ 38.03%
G 96 of 305 ~ 31.48%
B 93 of 305 ~ 30.49%

%38.03
%31.48
%30.49

CMYK color model

#74605D color CMYK value is (0,17,20,55).

  • cyan value is 0.00%
  • magenta value is 17.24%
  • yellow value is 19.83%
  • key color value is 54.51%
CMYK:
(0,17,20,55)
C0M17Y20K55 
(0%,17%,20%,55%)
(0.00/0.17/0.20/0.55)	

CMYK percentages

%0
%17.24
%19.83
%54.51

Codes

Color #74605D in popluar color models

74605D
RGB1169693
HSL11.00%40.98%
HSB/HSV19.83%45.49%
CMYK0.00%17.24%19.83%
54.51%

Color #74605D in popluar number systems.

HEX74605D
Decimal1169693
Binary111010011000001011101
Octal164140135

Shades and tints

Shades of #74605D

#74605D
(116,96,93)
#6A5855
(106,88,85)
#60504D
(96,80,77)
#564845
(86,72,69)
#4C403D
(76,64,61)
#423835
(66,56,53)
#38302D
(56,48,45)
#2E2825
(46,40,37)
#24201D
(36,32,29)
#1A1815
(26,24,21)
#10100D
(16,16,13)
#000000
(0,0,0)

Tints of #74605D

#74605D
(116,96,93)
#806E6B
(128,110,107)
#8C7C79
(140,124,121)
#988A87
(152,138,135)
#A49895
(164,152,149)
#B0A6A3
(176,166,163)
#BCB4B1
(188,180,177)
#C8C2BF
(200,194,191)
#D4D0CD
(212,208,205)
#E0DEDB
(224,222,219)
#ECECE9
(236,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74605D; }

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

This text font color is #74605D.


Background Color

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

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

This div background color is #74605D.


Border color

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

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

This div border color is #74605D.


Opacity

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

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

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

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

This text has shadow with #74605D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74605D on black background.


Color preview on white background

This text has color #74605D on white background.



Black color preview on #74605D background

This text has black color on #74605D background.


White color preview on #74605D background

This text has white color on #74605D background.