COLOR #74945F

HEX: #74945F RGB: (116,148,95)

Color info

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

RGB color model

#74945F color RGB value is (116,148,95).

RGB: (116,148,95) (45%, 58%, 37%)

RGB channels and saturation

R 116 of 255 = 45%
G 148 of 255 = 58%
B 95 of 255 = 37%

116
148
95

R + G + B ~ 47%. #74945F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 116 + 148 + 95 = 359 (100%)
R 116 of 359 ~ 32.31%
G 148 of 359 ~ 41.23%
B 95 of 359 ~ 26.46'%

%32.31
%41.23
%26.46

CMYK color model

#74945F color CMYK value is (22,0,36,42).

  • cyan value is 21.62%
  • magenta value is 0.00%
  • yellow value is 35.81%
  • key color value is 41.96%

CMYK: (22,0,36,42)
C22M0Y36K42 (22%, 0%, 36%, 42%)
(0.22 / 0.00 / 0.36 / 0.42)

CMYK percentages

%21.62
%0
%35.81
%41.96

Codes

Color #74945F in popluar color models

74 94 5F
RGB 116 148 95
HSL 96° 21.81% 47.65%
HSB/HSV 96° 35.81% 58.04%
CMYK 21.62% 0.00% 35.81%
41.96%

Color #74945F in popluar number systems.

HEX 74 94 5F
Decimal 116 148 95
Binary 1110100 10010100 1011111
Octal 164 224 137

Shades and tints

Shades of #74945F

#74945F
(116,148,95)
#6A8757
(106,135,87)
#607A4F
(96,122,79)
#566D47
(86,109,71)
#4C603F
(76,96,63)
#425337
(66,83,55)
#38462F
(56,70,47)
#2E3927
(46,57,39)
#242C1F
(36,44,31)
#1A1F17
(26,31,23)
#10120F
(16,18,15)
#000000
(0,0,0)

Tints of #74945F

#74945F
(116,148,95)
#809D6D
(128,157,109)
#8CA67B
(140,166,123)
#98AF89
(152,175,137)
#A4B897
(164,184,151)
#B0C1A5
(176,193,165)
#BCCAB3
(188,202,179)
#C8D3C1
(200,211,193)
#D4DCCF
(212,220,207)
#E0E5DD
(224,229,221)
#ECEEEB
(236,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74945F color. Also use rgb(116,148,95) instead hex code.

Text Font Color

.myTextColor { color: #74945F; }

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

This text font color is #74945F.

Background Color

.myBgColor { background-color: #74945F; }

<div style="background-color:#74945F">Inner text</div>

This div background color is #74945F.

Border color

.myBorderColor { border: 1px solid #74945F; }

<div style="border:3px solid #74945F">Div</div>

This div border color is #74945F.

Opacity

.myOpacity80 { color: #74945F; opacity: 0.8; }

<p style="color:#74945F;opacity:0.8;">80%</p>

Text with #74945F 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 #74945F;}

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

This text has shadow with #74945F color.


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

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

This text has shadow with #74945F primary color and red secondary color.


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

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

This text has shadow with #74945F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #74945F.

Preview

Color preview on black background

This text has color #74945F on black background.


Color preview on white background

This text has color #74945F on white background.


Black color preview on #74945F background

This text has black color on #74945F background.


White color preview on #74945F background

This text has white color on #74945F background.


Related colors

Complementary color

Complementary color for #hex is #8B6BA0.


I love getcolorcode.com

Triadic colors

1 #5F7494 and #945F74 with #74945F are triadic colors.

2 #5F9474 and #94745F with #74945F are triadic colors.