COLOR #74695B

HEX: #74695B
RGB: (116,105,91)

Color info

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

RGB color model

#74695B color RGB value is (116,105,91).

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

RGB channels and saturation

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

116
105
91

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

Portions of RGB colors in percentages

R + G + B =
116 + 105 + 91 = 312 (100%)
R 116 of 312 ~ 37.18%
G 105 of 312 ~ 33.65%
B 91 of 312 ~ 29.17%

%37.18
%33.65
%29.17

CMYK color model

#74695B color CMYK value is (0,9,22,55).

  • cyan value is 0.00%
  • magenta value is 9.48%
  • yellow value is 21.55%
  • key color value is 54.51%
CMYK:
(0,9,22,55)
C0M9Y22K55 
(0%,9%,22%,55%)
(0.00/0.09/0.22/0.55)	

CMYK percentages

%0
%9.48
%21.55
%54.51

Codes

Color #74695B in popluar color models

74695B
RGB11610591
HSL34°12.08%40.59%
HSB/HSV34°21.55%45.49%
CMYK0.00%9.48%21.55%
54.51%

Color #74695B in popluar number systems.

HEX74695B
Decimal11610591
Binary111010011010011011011
Octal164151133

Shades and tints

Shades of #74695B

#74695B
(116,105,91)
#6A6053
(106,96,83)
#60574B
(96,87,75)
#564E43
(86,78,67)
#4C453B
(76,69,59)
#423C33
(66,60,51)
#38332B
(56,51,43)
#2E2A23
(46,42,35)
#24211B
(36,33,27)
#1A1813
(26,24,19)
#100F0B
(16,15,11)
#000000
(0,0,0)

Tints of #74695B

#74695B
(116,105,91)
#807669
(128,118,105)
#8C8377
(140,131,119)
#989085
(152,144,133)
#A49D93
(164,157,147)
#B0AAA1
(176,170,161)
#BCB7AF
(188,183,175)
#C8C4BD
(200,196,189)
#D4D1CB
(212,209,203)
#E0DED9
(224,222,217)
#ECEBE7
(236,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74695B; }

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

This text font color is #74695B.


Background Color

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

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

This div background color is #74695B.


Border color

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

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

This div border color is #74695B.


Opacity

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

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

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

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

This text has shadow with #74695B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74695B on black background.


Color preview on white background

This text has color #74695B on white background.



Black color preview on #74695B background

This text has black color on #74695B background.


White color preview on #74695B background

This text has white color on #74695B background.