COLOR #74935C

HEX: #74935C RGB: (116,147,92)

Color info

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

RGB color model

#74935C color RGB value is (116,147,92).

RGB: (116,147,92) (45%, 58%, 36%)

RGB channels and saturation

R 116 of 255 = 45%
G 147 of 255 = 58%
B 92 of 255 = 36%

116
147
92

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

Portions of RGB colors in percentages

R + G + B = 116 + 147 + 92 = 355 (100%)
R 116 of 355 ~ 32.68%
G 147 of 355 ~ 41.41%
B 92 of 355 ~ 25.92'%

%32.68
%41.41
%25.92

CMYK color model

#74935C color CMYK value is (21,0,37,42).

  • cyan value is 21.09%
  • magenta value is 0.00%
  • yellow value is 37.41%
  • key color value is 42.35%
CMYK: (21,0,37,42) C21M0Y37K42 (21%,0%,37%,42%) (0.21/0.00/0.37/0.42) 

CMYK percentages

%21.09
%0
%37.41
%42.35

Codes

Color #74935C in popluar color models

74 93 5C
RGB 116 147 92
HSL 94° 23.01% 46.86%
HSB/HSV 94° 37.41% 57.65%
CMYK 21.09% 0.00% 37.41%
42.35%

Color #74935C in popluar number systems.

HEX 74 93 5C
Decimal 116 147 92
Binary 1110100 10010011 1011100
Octal 164 223 134

Shades and tints

Shades of #74935C

#74935C
(116,147,92)
#6A8654
(106,134,84)
#60794C
(96,121,76)
#566C44
(86,108,68)
#4C5F3C
(76,95,60)
#425234
(66,82,52)
#38452C
(56,69,44)
#2E3824
(46,56,36)
#242B1C
(36,43,28)
#1A1E14
(26,30,20)
#10110C
(16,17,12)
#000000
(0,0,0)

Tints of #74935C

#74935C
(116,147,92)
#809C6A
(128,156,106)
#8CA578
(140,165,120)
#98AE86
(152,174,134)
#A4B794
(164,183,148)
#B0C0A2
(176,192,162)
#BCC9B0
(188,201,176)
#C8D2BE
(200,210,190)
#D4DBCC
(212,219,204)
#E0E4DA
(224,228,218)
#ECEDE8
(236,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74935C color. Also use rgb(116,147,92) instead hex code.

Text Font Color

.myTextColor { color: #74935C; }

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

This text font color is #74935C.

Background Color

.myBgColor { background-color: #74935C; }

<div style="background-color:#74935C">Inner text</div>

This div background color is #74935C.

Border color

.myBorderColor { border: 1px solid #74935C; }

<div style="border:3px solid #74935C">Div</div>

This div border color is #74935C.

Opacity

.myOpacity80 { color: #74935C; opacity: 0.8; }

<p style="color:#74935C;opacity:0.8;">80%</p>

Text with #74935C 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 #74935C;}

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

This text has shadow with #74935C color.


.textShadow {text-shadow: 3px 3px 1px #74935C', 3px 3px 1px red;}

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

This text has shadow with #74935C primary color and red secondary color.


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

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

This text has shadow with #74935C and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74935C; -webkit-box-shadow: 1px 1px 3px 2px #74935C; box-shadow:1px 1px 3px 2px #74935C;">
Div content here
</div>

This div box has shadow with color #74935C.

Preview

Color preview on black background

This text has color #74935C on black background.


Color preview on white background

This text has color #74935C on white background.


Black color preview on #74935C background

This text has black color on #74935C background.


White color preview on #74935C background

This text has white color on #74935C background.


Related colors

Complementary color

Complementary color for #hex is #8B6CA3.


I love getcolorcode.com

Triadic colors

1 #5C7493 and #935C74 with #74935C are triadic colors.

2 #5C9374 and #93745C with #74935C are triadic colors.