COLOR #74805D

HEX: #74805D RGB: (116,128,93)

Color info

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

RGB color model

#74805D color RGB value is (116,128,93).

RGB: (116,128,93) (45%, 50%, 36%)

RGB channels and saturation

R 116 of 255 = 45%
G 128 of 255 = 50%
B 93 of 255 = 36%

116
128
93

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

Portions of RGB colors in percentages

R + G + B = 116 + 128 + 93 = 337 (100%)
R 116 of 337 ~ 34.42%
G 128 of 337 ~ 37.98%
B 93 of 337 ~ 27.6'%

%34.42
%37.98
%27.6

CMYK color model

#74805D color CMYK value is (9,0,27,50).

  • cyan value is 9.38%
  • magenta value is 0.00%
  • yellow value is 27.34%
  • key color value is 49.80%

CMYK: (9,0,27,50)
C9M0Y27K50 (9%, 0%, 27%, 50%)
(0.09 / 0.00 / 0.27 / 0.50)

CMYK percentages

%9.38
%0
%27.34
%49.8

Codes

Color #74805D in popluar color models

74 80 5D
RGB 116 128 93
HSL 81° 15.84% 43.33%
HSB/HSV 81° 27.34% 50.20%
CMYK 9.38% 0.00% 27.34%
49.80%

Color #74805D in popluar number systems.

HEX 74 80 5D
Decimal 116 128 93
Binary 1110100 10000000 1011101
Octal 164 200 135

Shades and tints

Shades of #74805D

#74805D
(116,128,93)
#6A7555
(106,117,85)
#606A4D
(96,106,77)
#565F45
(86,95,69)
#4C543D
(76,84,61)
#424935
(66,73,53)
#383E2D
(56,62,45)
#2E3325
(46,51,37)
#24281D
(36,40,29)
#1A1D15
(26,29,21)
#10120D
(16,18,13)
#000000
(0,0,0)

Tints of #74805D

#74805D
(116,128,93)
#808B6B
(128,139,107)
#8C9679
(140,150,121)
#98A187
(152,161,135)
#A4AC95
(164,172,149)
#B0B7A3
(176,183,163)
#BCC2B1
(188,194,177)
#C8CDBF
(200,205,191)
#D4D8CD
(212,216,205)
#E0E3DB
(224,227,219)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74805D; }

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

This text font color is #74805D.

Background Color

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

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

This div background color is #74805D.

Border color

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

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

This div border color is #74805D.

Opacity

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

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

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

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

This text has shadow with #74805D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74805D.

Preview

Color preview on black background

This text has color #74805D on black background.


Color preview on white background

This text has color #74805D on white background.


Black color preview on #74805D background

This text has black color on #74805D background.


White color preview on #74805D background

This text has white color on #74805D background.


Related colors

Complementary color

Complementary color for #hex is #8B7FA2.


I love getcolorcode.com

Triadic colors

1 #5D7480 and #805D74 with #74805D are triadic colors.

2 #5D8074 and #80745D with #74805D are triadic colors.