COLOR #74645E

HEX: #74645E
RGB: (116,100,94)

Color info

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

RGB color model

#74645E color RGB value is (116,100,94).

  • red value is 116;
  • green value is 100;
  • blue value is 94.
RGB:
(116,100,94)
(45%,39%,37%)

RGB channels and saturation

R 116 of 255 = 45%
G 100 of 255 = 39%
B 94 of 255 = 37%

116
100
94

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

Portions of RGB colors in percentages

R + G + B =
116 + 100 + 94 = 310 (100%)
R 116 of 310 ~ 37.42%
G 100 of 310 ~ 32.26%
B 94 of 310 ~ 30.32%

%37.42
%32.26
%30.32

CMYK color model

#74645E color CMYK value is (0,14,19,55).

  • cyan value is 0.00%
  • magenta value is 13.79%
  • yellow value is 18.97%
  • key color value is 54.51%
CMYK:
(0,14,19,55)
C0M14Y19K55 
(0%,14%,19%,55%)
(0.00/0.14/0.19/0.55)	

CMYK percentages

%0
%13.79
%18.97
%54.51

Codes

Color #74645E in popluar color models

74645E
RGB11610094
HSL16°10.48%41.18%
HSB/HSV16°18.97%45.49%
CMYK0.00%13.79%18.97%
54.51%

Color #74645E in popluar number systems.

HEX74645E
Decimal11610094
Binary111010011001001011110
Octal164144136

Shades and tints

Shades of #74645E

#74645E
(116,100,94)
#6A5B56
(106,91,86)
#60524E
(96,82,78)
#564946
(86,73,70)
#4C403E
(76,64,62)
#423736
(66,55,54)
#382E2E
(56,46,46)
#2E2526
(46,37,38)
#241C1E
(36,28,30)
#1A1316
(26,19,22)
#100A0E
(16,10,14)
#000000
(0,0,0)

Tints of #74645E

#74645E
(116,100,94)
#80726C
(128,114,108)
#8C807A
(140,128,122)
#988E88
(152,142,136)
#A49C96
(164,156,150)
#B0AAA4
(176,170,164)
#BCB8B2
(188,184,178)
#C8C6C0
(200,198,192)
#D4D4CE
(212,212,206)
#E0E2DC
(224,226,220)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74645E color. Also use rgb(116,100,94) instead hex code.

Text Font Color

.myTextColor { color: #74645E; }

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

This text font color is #74645E.


Background Color

.myBgColor { background-color: #74645E; }

<div style="background-color:#74645E">Inner text</div>

This div background color is #74645E.


Border color

.myBorderColor { border: 1px solid #74645E; }

<div style="border:3px solid #74645E">Div</div>

This div border color is #74645E.


Opacity

.myOpacity80 { color: #74645E; opacity: 0.8; }

<p style="color:#74645E;opacity:0.8;">80%</p>

Text with #74645E 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 #74645E;}

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

This text has shadow with #74645E color.

.textShadow {text-shadow: 3px 3px 1px #74645E, 3px 3px 1px red;}

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

This text has shadow with #74645E primary color and red secondary color.


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

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

This text has shadow with #74645E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74645E on black background.


Color preview on white background

This text has color #74645E on white background.



Black color preview on #74645E background

This text has black color on #74645E background.


White color preview on #74645E background

This text has white color on #74645E background.