COLOR #74835F

HEX: #74835F RGB: (116,131,95)

Color info

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

RGB color model

#74835F color RGB value is (116,131,95).

RGB: (116,131,95) (45%, 51%, 37%)

RGB channels and saturation

R 116 of 255 = 45%
G 131 of 255 = 51%
B 95 of 255 = 37%

116
131
95

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

Portions of RGB colors in percentages

R + G + B = 116 + 131 + 95 = 342 (100%)
R 116 of 342 ~ 33.92%
G 131 of 342 ~ 38.3%
B 95 of 342 ~ 27.78'%

%33.92
%38.3
%27.78

CMYK color model

#74835F color CMYK value is (11,0,27,49).

  • cyan value is 11.45%
  • magenta value is 0.00%
  • yellow value is 27.48%
  • key color value is 48.63%

CMYK: (11,0,27,49)
C11M0Y27K49 (11%, 0%, 27%, 49%)
(0.11 / 0.00 / 0.27 / 0.49)

CMYK percentages

%11.45
%0
%27.48
%48.63

Codes

Color #74835F in popluar color models

74 83 5F
RGB 116 131 95
HSL 85° 15.93% 44.31%
HSB/HSV 85° 27.48% 51.37%
CMYK 11.45% 0.00% 27.48%
48.63%

Color #74835F in popluar number systems.

HEX 74 83 5F
Decimal 116 131 95
Binary 1110100 10000011 1011111
Octal 164 203 137

Shades and tints

Shades of #74835F

#74835F
(116,131,95)
#6A7857
(106,120,87)
#606D4F
(96,109,79)
#566247
(86,98,71)
#4C573F
(76,87,63)
#424C37
(66,76,55)
#38412F
(56,65,47)
#2E3627
(46,54,39)
#242B1F
(36,43,31)
#1A2017
(26,32,23)
#10150F
(16,21,15)
#000000
(0,0,0)

Tints of #74835F

#74835F
(116,131,95)
#808E6D
(128,142,109)
#8C997B
(140,153,123)
#98A489
(152,164,137)
#A4AF97
(164,175,151)
#B0BAA5
(176,186,165)
#BCC5B3
(188,197,179)
#C8D0C1
(200,208,193)
#D4DBCF
(212,219,207)
#E0E6DD
(224,230,221)
#ECF1EB
(236,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74835F; }

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

This text font color is #74835F.

Background Color

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

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

This div background color is #74835F.

Border color

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

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

This div border color is #74835F.

Opacity

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

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

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

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

This text has shadow with #74835F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74835F.

Preview

Color preview on black background

This text has color #74835F on black background.


Color preview on white background

This text has color #74835F on white background.


Black color preview on #74835F background

This text has black color on #74835F background.


White color preview on #74835F background

This text has white color on #74835F background.


Related colors

Complementary color

Complementary color for #hex is #8B7CA0.


I love getcolorcode.com

Triadic colors

1 #5F7483 and #835F74 with #74835F are triadic colors.

2 #5F8374 and #83745F with #74835F are triadic colors.