COLOR #74785B

HEX: #74785B
RGB: (116,120,91)

Color info

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

RGB color model

#74785B color RGB value is (116,120,91).

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

RGB channels and saturation

R 116 of 255 = 45%
G 120 of 255 = 47%
B 91 of 255 = 36%

116
120
91

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

Portions of RGB colors in percentages

R + G + B =
116 + 120 + 91 = 327 (100%)
R 116 of 327 ~ 35.47%
G 120 of 327 ~ 36.7%
B 91 of 327 ~ 27.83%

%35.47
%36.7
%27.83

CMYK color model

#74785B color CMYK value is (3,0,24,53).

  • cyan value is 3.33%
  • magenta value is 0.00%
  • yellow value is 24.17%
  • key color value is 52.94%
CMYK:
(3,0,24,53)
C3M0Y24K53 
(3%,0%,24%,53%)
(0.03/0.00/0.24/0.53)	

CMYK percentages

%3.33
%0
%24.17
%52.94

Codes

Color #74785B in popluar color models

74785B
RGB11612091
HSL68°13.74%41.37%
HSB/HSV68°24.17%47.06%
CMYK3.33%0.00%24.17%
52.94%

Color #74785B in popluar number systems.

HEX74785B
Decimal11612091
Binary111010011110001011011
Octal164170133

Shades and tints

Shades of #74785B

#74785B
(116,120,91)
#6A6E53
(106,110,83)
#60644B
(96,100,75)
#565A43
(86,90,67)
#4C503B
(76,80,59)
#424633
(66,70,51)
#383C2B
(56,60,43)
#2E3223
(46,50,35)
#24281B
(36,40,27)
#1A1E13
(26,30,19)
#10140B
(16,20,11)
#000000
(0,0,0)

Tints of #74785B

#74785B
(116,120,91)
#808469
(128,132,105)
#8C9077
(140,144,119)
#989C85
(152,156,133)
#A4A893
(164,168,147)
#B0B4A1
(176,180,161)
#BCC0AF
(188,192,175)
#C8CCBD
(200,204,189)
#D4D8CB
(212,216,203)
#E0E4D9
(224,228,217)
#ECF0E7
(236,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74785B; }

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

This text font color is #74785B.


Background Color

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

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

This div background color is #74785B.


Border color

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

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

This div border color is #74785B.


Opacity

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

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

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

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

This text has shadow with #74785B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74785B on black background.


Color preview on white background

This text has color #74785B on white background.



Black color preview on #74785B background

This text has black color on #74785B background.


White color preview on #74785B background

This text has white color on #74785B background.