COLOR #74836A

HEX: #74836A
RGB: (116,131,106)

Color info

#74836A contains red, green and blue colors in about the same proportion. Web safe color of #74836A is #669966 (or #696).

RGB color model

#74836A color RGB value is (116,131,106).

  • red value is 116;
  • green value is 131;
  • blue value is 106.
RGB:
(116,131,106)
(45%,51%,42%)

RGB channels and saturation

R 116 of 255 = 45%
G 131 of 255 = 51%
B 106 of 255 = 42%

116
131
106

R + G + B ~ 46%. #74836A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 131 + 106 = 353 (100%)
R 116 of 353 ~ 32.86%
G 131 of 353 ~ 37.11%
B 106 of 353 ~ 30.03%

%32.86
%37.11
%30.03

CMYK color model

#74836A color CMYK value is (11,0,19,49).

  • cyan value is 11.45%
  • magenta value is 0.00%
  • yellow value is 19.08%
  • key color value is 48.63%
CMYK:
(11,0,19,49)
C11M0Y19K49 
(11%,0%,19%,49%)
(0.11/0.00/0.19/0.49)	

CMYK percentages

%11.45
%0
%19.08
%48.63

Codes

Color #74836A in popluar color models

74836A
RGB116131106
HSL96°10.55%46.47%
HSB/HSV96°19.08%51.37%
CMYK11.45%0.00%19.08%
48.63%

Color #74836A in popluar number systems.

HEX74836A
Decimal116131106
Binary1110100100000111101010
Octal164203152

Shades and tints

Shades of #74836A

#74836A
(116,131,106)
#6A7861
(106,120,97)
#606D58
(96,109,88)
#56624F
(86,98,79)
#4C5746
(76,87,70)
#424C3D
(66,76,61)
#384134
(56,65,52)
#2E362B
(46,54,43)
#242B22
(36,43,34)
#1A2019
(26,32,25)
#101510
(16,21,16)
#000000
(0,0,0)

Tints of #74836A

#74836A
(116,131,106)
#808E77
(128,142,119)
#8C9984
(140,153,132)
#98A491
(152,164,145)
#A4AF9E
(164,175,158)
#B0BAAB
(176,186,171)
#BCC5B8
(188,197,184)
#C8D0C5
(200,208,197)
#D4DBD2
(212,219,210)
#E0E6DF
(224,230,223)
#ECF1EC
(236,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74836A color. Also use rgb(116,131,106) instead hex code.

Text Font Color

.myTextColor { color: #74836A; }

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

This text font color is #74836A.


Background Color

.myBgColor { background-color: #74836A; }

<div style="background-color:#74836A">Inner text</div>

This div background color is #74836A.


Border color

.myBorderColor { border: 1px solid #74836A; }

<div style="border:3px solid #74836A">Div</div>

This div border color is #74836A.


Opacity

.myOpacity80 { color: #74836A; opacity: 0.8; }

<p style="color:#74836A;opacity:0.8;">80%</p>

Text with #74836A 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 #74836A;}

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

This text has shadow with #74836A color.

.textShadow {text-shadow: 3px 3px 1px #74836A, 3px 3px 1px red;}

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

This text has shadow with #74836A primary color and red secondary color.


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

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

This text has shadow with #74836A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74836A on black background.


Color preview on white background

This text has color #74836A on white background.



Black color preview on #74836A background

This text has black color on #74836A background.


White color preview on #74836A background

This text has white color on #74836A background.