COLOR #74826B

HEX: #74826B
RGB: (116,130,107)

Color info

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

RGB color model

#74826B color RGB value is (116,130,107).

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

RGB channels and saturation

R 116 of 255 = 45%
G 130 of 255 = 51%
B 107 of 255 = 42%

116
130
107

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

Portions of RGB colors in percentages

R + G + B =
116 + 130 + 107 = 353 (100%)
R 116 of 353 ~ 32.86%
G 130 of 353 ~ 36.83%
B 107 of 353 ~ 30.31%

%32.86
%36.83
%30.31

CMYK color model

#74826B color CMYK value is (11,0,18,49).

  • cyan value is 10.77%
  • magenta value is 0.00%
  • yellow value is 17.69%
  • key color value is 49.02%
CMYK:
(11,0,18,49)
C11M0Y18K49 
(11%,0%,18%,49%)
(0.11/0.00/0.18/0.49)	

CMYK percentages

%10.77
%0
%17.69
%49.02

Codes

Color #74826B in popluar color models

74826B
RGB116130107
HSL97°9.70%46.47%
HSB/HSV97°17.69%50.98%
CMYK10.77%0.00%17.69%
49.02%

Color #74826B in popluar number systems.

HEX74826B
Decimal116130107
Binary1110100100000101101011
Octal164202153

Shades and tints

Shades of #74826B

#74826B
(116,130,107)
#6A7762
(106,119,98)
#606C59
(96,108,89)
#566150
(86,97,80)
#4C5647
(76,86,71)
#424B3E
(66,75,62)
#384035
(56,64,53)
#2E352C
(46,53,44)
#242A23
(36,42,35)
#1A1F1A
(26,31,26)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #74826B

#74826B
(116,130,107)
#808D78
(128,141,120)
#8C9885
(140,152,133)
#98A392
(152,163,146)
#A4AE9F
(164,174,159)
#B0B9AC
(176,185,172)
#BCC4B9
(188,196,185)
#C8CFC6
(200,207,198)
#D4DAD3
(212,218,211)
#E0E5E0
(224,229,224)
#ECF0ED
(236,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74826B color. Also use rgb(116,130,107) instead hex code.

Text Font Color

.myTextColor { color: #74826B; }

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

This text font color is #74826B.


Background Color

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

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

This div background color is #74826B.


Border color

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

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

This div border color is #74826B.


Opacity

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

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

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

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

This text has shadow with #74826B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74826B on black background.


Color preview on white background

This text has color #74826B on white background.



Black color preview on #74826B background

This text has black color on #74826B background.


White color preview on #74826B background

This text has white color on #74826B background.