COLOR #74645F

HEX: #74645F RGB: (116,100,95)

Color info

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

RGB color model

#74645F color RGB value is (116,100,95).

RGB: (116,100,95) (45%, 39%, 37%)

RGB channels and saturation

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

116
100
95

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

Portions of RGB colors in percentages

R + G + B = 116 + 100 + 95 = 311 (100%)
R 116 of 311 ~ 37.3%
G 100 of 311 ~ 32.15%
B 95 of 311 ~ 30.55'%

%37.3
%32.15
%30.55

CMYK color model

#74645F color CMYK value is (0,14,18,55).

  • cyan value is 0.00%
  • magenta value is 13.79%
  • yellow value is 18.10%
  • key color value is 54.51%

CMYK: (0,14,18,55)
C0M14Y18K55 (0%, 14%, 18%, 55%)
(0.00 / 0.14 / 0.18 / 0.55)

CMYK percentages

%0
%13.79
%18.1
%54.51

Codes

Color #74645F in popluar color models

74 64 5F
RGB 116 100 95
HSL 14° 9.95% 41.37%
HSB/HSV 14° 18.10% 45.49%
CMYK 0.00% 13.79% 18.10%
54.51%

Color #74645F in popluar number systems.

HEX 74 64 5F
Decimal 116 100 95
Binary 1110100 1100100 1011111
Octal 164 144 137

Shades and tints

Shades of #74645F

#74645F
(116,100,95)
#6A5B57
(106,91,87)
#60524F
(96,82,79)
#564947
(86,73,71)
#4C403F
(76,64,63)
#423737
(66,55,55)
#382E2F
(56,46,47)
#2E2527
(46,37,39)
#241C1F
(36,28,31)
#1A1317
(26,19,23)
#100A0F
(16,10,15)
#000000
(0,0,0)

Tints of #74645F

#74645F
(116,100,95)
#80726D
(128,114,109)
#8C807B
(140,128,123)
#988E89
(152,142,137)
#A49C97
(164,156,151)
#B0AAA5
(176,170,165)
#BCB8B3
(188,184,179)
#C8C6C1
(200,198,193)
#D4D4CF
(212,212,207)
#E0E2DD
(224,226,221)
#ECF0EB
(236,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74645F; }

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

This text font color is #74645F.

Background Color

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

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

This div background color is #74645F.

Border color

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

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

This div border color is #74645F.

Opacity

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

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

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

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

This text has shadow with #74645F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74645F.

Preview

Color preview on black background

This text has color #74645F on black background.


Color preview on white background

This text has color #74645F on white background.


Black color preview on #74645F background

This text has black color on #74645F background.


White color preview on #74645F background

This text has white color on #74645F background.


Related colors

Complementary color

Complementary color for #hex is #8B9BA0.


I love getcolorcode.com

Triadic colors

1 #5F7464 and #645F74 with #74645F are triadic colors.

2 #5F6474 and #64745F with #74645F are triadic colors.