COLOR #74615D

HEX: #74615D RGB: (116,97,93)

Color info

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

RGB color model

#74615D color RGB value is (116,97,93).

RGB: (116,97,93) (45%, 38%, 36%)

RGB channels and saturation

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

116
97
93

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

Portions of RGB colors in percentages

R + G + B = 116 + 97 + 93 = 306 (100%)
R 116 of 306 ~ 37.91%
G 97 of 306 ~ 31.7%
B 93 of 306 ~ 30.39'%

%37.91
%31.7
%30.39

CMYK color model

#74615D color CMYK value is (0,16,20,55).

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

CMYK: (0,16,20,55)
C0M16Y20K55 (0%, 16%, 20%, 55%)
(0.00 / 0.16 / 0.20 / 0.55)

CMYK percentages

%0
%16.38
%19.83
%54.51

Codes

Color #74615D in popluar color models

74 61 5D
RGB 116 97 93
HSL 10° 11.00% 40.98%
HSB/HSV 10° 19.83% 45.49%
CMYK 0.00% 16.38% 19.83%
54.51%

Color #74615D in popluar number systems.

HEX 74 61 5D
Decimal 116 97 93
Binary 1110100 1100001 1011101
Octal 164 141 135

Shades and tints

Shades of #74615D

#74615D
(116,97,93)
#6A5955
(106,89,85)
#60514D
(96,81,77)
#564945
(86,73,69)
#4C413D
(76,65,61)
#423935
(66,57,53)
#38312D
(56,49,45)
#2E2925
(46,41,37)
#24211D
(36,33,29)
#1A1915
(26,25,21)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #74615D

#74615D
(116,97,93)
#806F6B
(128,111,107)
#8C7D79
(140,125,121)
#988B87
(152,139,135)
#A49995
(164,153,149)
#B0A7A3
(176,167,163)
#BCB5B1
(188,181,177)
#C8C3BF
(200,195,191)
#D4D1CD
(212,209,205)
#E0DFDB
(224,223,219)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74615D; }

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

This text font color is #74615D.

Background Color

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

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

This div background color is #74615D.

Border color

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

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

This div border color is #74615D.

Opacity

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

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

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

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

This text has shadow with #74615D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74615D.

Preview

Color preview on black background

This text has color #74615D on black background.


Color preview on white background

This text has color #74615D on white background.


Black color preview on #74615D background

This text has black color on #74615D background.


White color preview on #74615D background

This text has white color on #74615D background.


Related colors

Complementary color

Complementary color for #hex is #8B9EA2.


I love getcolorcode.com

Triadic colors

1 #5D7461 and #615D74 with #74615D are triadic colors.

2 #5D6174 and #61745D with #74615D are triadic colors.