COLOR #74695D

HEX: #74695D
RGB: (116,105,93)

Color info

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

RGB color model

#74695D color RGB value is (116,105,93).

  • red value is 116;
  • green value is 105;
  • blue value is 93.
RGB:
(116,105,93)
(45%,41%,36%)

RGB channels and saturation

R 116 of 255 = 45%
G 105 of 255 = 41%
B 93 of 255 = 36%

116
105
93

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

Portions of RGB colors in percentages

R + G + B =
116 + 105 + 93 = 314 (100%)
R 116 of 314 ~ 36.94%
G 105 of 314 ~ 33.44%
B 93 of 314 ~ 29.62%

%36.94
%33.44
%29.62

CMYK color model

#74695D color CMYK value is (0,9,20,55).

  • cyan value is 0.00%
  • magenta value is 9.48%
  • yellow value is 19.83%
  • key color value is 54.51%
CMYK:
(0,9,20,55)
C0M9Y20K55 
(0%,9%,20%,55%)
(0.00/0.09/0.20/0.55)	

CMYK percentages

%0
%9.48
%19.83
%54.51

Codes

Color #74695D in popluar color models

74695D
RGB11610593
HSL31°11.00%40.98%
HSB/HSV31°19.83%45.49%
CMYK0.00%9.48%19.83%
54.51%

Color #74695D in popluar number systems.

HEX74695D
Decimal11610593
Binary111010011010011011101
Octal164151135

Shades and tints

Shades of #74695D

#74695D
(116,105,93)
#6A6055
(106,96,85)
#60574D
(96,87,77)
#564E45
(86,78,69)
#4C453D
(76,69,61)
#423C35
(66,60,53)
#38332D
(56,51,45)
#2E2A25
(46,42,37)
#24211D
(36,33,29)
#1A1815
(26,24,21)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #74695D

#74695D
(116,105,93)
#80766B
(128,118,107)
#8C8379
(140,131,121)
#989087
(152,144,135)
#A49D95
(164,157,149)
#B0AAA3
(176,170,163)
#BCB7B1
(188,183,177)
#C8C4BF
(200,196,191)
#D4D1CD
(212,209,205)
#E0DEDB
(224,222,219)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74695D; }

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

This text font color is #74695D.


Background Color

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

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

This div background color is #74695D.


Border color

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

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

This div border color is #74695D.


Opacity

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

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

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

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

This text has shadow with #74695D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74695D on black background.


Color preview on white background

This text has color #74695D on white background.



Black color preview on #74695D background

This text has black color on #74695D background.


White color preview on #74695D background

This text has white color on #74695D background.