COLOR #74645D

HEX: #74645D RGB: (116,100,93)

Color info

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

RGB color model

#74645D color RGB value is (116,100,93).

RGB: (116,100,93) (45%, 39%, 36%)

RGB channels and saturation

R 116 of 255 = 45%
G 100 of 255 = 39%
B 93 of 255 = 36%

116
100
93

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

Portions of RGB colors in percentages

R + G + B = 116 + 100 + 93 = 309 (100%)
R 116 of 309 ~ 37.54%
G 100 of 309 ~ 32.36%
B 93 of 309 ~ 30.1'%

%37.54
%32.36
%30.1

CMYK color model

#74645D color CMYK value is (0,14,20,55).

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

CMYK: (0,14,20,55)
C0M14Y20K55 (0%, 14%, 20%, 55%)
(0.00 / 0.14 / 0.20 / 0.55)

CMYK percentages

%0
%13.79
%19.83
%54.51

Codes

Color #74645D in popluar color models

74 64 5D
RGB 116 100 93
HSL 18° 11.00% 40.98%
HSB/HSV 18° 19.83% 45.49%
CMYK 0.00% 13.79% 19.83%
54.51%

Color #74645D in popluar number systems.

HEX 74 64 5D
Decimal 116 100 93
Binary 1110100 1100100 1011101
Octal 164 144 135

Shades and tints

Shades of #74645D

#74645D
(116,100,93)
#6A5B55
(106,91,85)
#60524D
(96,82,77)
#564945
(86,73,69)
#4C403D
(76,64,61)
#423735
(66,55,53)
#382E2D
(56,46,45)
#2E2525
(46,37,37)
#241C1D
(36,28,29)
#1A1315
(26,19,21)
#100A0D
(16,10,13)
#000000
(0,0,0)

Tints of #74645D

#74645D
(116,100,93)
#80726B
(128,114,107)
#8C8079
(140,128,121)
#988E87
(152,142,135)
#A49C95
(164,156,149)
#B0AAA3
(176,170,163)
#BCB8B1
(188,184,177)
#C8C6BF
(200,198,191)
#D4D4CD
(212,212,205)
#E0E2DB
(224,226,219)
#ECF0E9
(236,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74645D; }

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

This text font color is #74645D.

Background Color

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

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

This div background color is #74645D.

Border color

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

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

This div border color is #74645D.

Opacity

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

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

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

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

This text has shadow with #74645D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74645D.

Preview

Color preview on black background

This text has color #74645D on black background.


Color preview on white background

This text has color #74645D on white background.


Black color preview on #74645D background

This text has black color on #74645D background.


White color preview on #74645D background

This text has white color on #74645D background.


Related colors

Complementary color

Complementary color for #hex is #8B9BA2.


I love getcolorcode.com

Triadic colors

1 #5D7464 and #645D74 with #74645D are triadic colors.

2 #5D6474 and #64745D with #74645D are triadic colors.