COLOR #74702F

HEX: #74702F RGB: (116,112,47)

Color info

#74702F contains mainly red and green colors. Web safe color of #74702F is #666633 (or #663).

RGB color model

#74702F color RGB value is (116,112,47).

RGB: (116,112,47) (45%, 44%, 18%)

RGB channels and saturation

R 116 of 255 = 45%
G 112 of 255 = 44%
B 47 of 255 = 18%

116
112
47

R + G + B ~ 36%. #74702F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 116 + 112 + 47 = 275 (100%)
R 116 of 275 ~ 42.18%
G 112 of 275 ~ 40.73%
B 47 of 275 ~ 17.09'%

%42.18
%40.73
%17.09

CMYK color model

#74702F color CMYK value is (0,3,59,55).

  • cyan value is 0.00%
  • magenta value is 3.45%
  • yellow value is 59.48%
  • key color value is 54.51%

CMYK: (0,3,59,55)
C0M3Y59K55 (0%, 3%, 59%, 55%)
(0.00 / 0.03 / 0.59 / 0.55)

CMYK percentages

%0
%3.45
%59.48
%54.51

Codes

Color #74702F in popluar color models

74 70 2F
RGB 116 112 47
HSL 57° 42.33% 31.96%
HSB/HSV 57° 59.48% 45.49%
CMYK 0.00% 3.45% 59.48%
54.51%

Color #74702F in popluar number systems.

HEX 74 70 2F
Decimal 116 112 47
Binary 1110100 1110000 101111
Octal 164 160 57

Shades and tints

Shades of #74702F

#74702F
(116,112,47)
#6A662B
(106,102,43)
#605C27
(96,92,39)
#565223
(86,82,35)
#4C481F
(76,72,31)
#423E1B
(66,62,27)
#383417
(56,52,23)
#2E2A13
(46,42,19)
#24200F
(36,32,15)
#1A160B
(26,22,11)
#100C07
(16,12,7)
#000000
(0,0,0)

Tints of #74702F

#74702F
(116,112,47)
#807D41
(128,125,65)
#8C8A53
(140,138,83)
#989765
(152,151,101)
#A4A477
(164,164,119)
#B0B189
(176,177,137)
#BCBE9B
(188,190,155)
#C8CBAD
(200,203,173)
#D4D8BF
(212,216,191)
#E0E5D1
(224,229,209)
#ECF2E3
(236,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74702F color. Also use rgb(116,112,47) instead hex code.

Text Font Color

.myTextColor { color: #74702F; }

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

This text font color is #74702F.

Background Color

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

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

This div background color is #74702F.

Border color

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

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

This div border color is #74702F.

Opacity

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

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

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

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

This text has shadow with #74702F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74702F.

Preview

Color preview on black background

This text has color #74702F on black background.


Color preview on white background

This text has color #74702F on white background.


Black color preview on #74702F background

This text has black color on #74702F background.


White color preview on #74702F background

This text has white color on #74702F background.


Related colors

Complementary color

Complementary color for #hex is #8B8FD0.


I love getcolorcode.com

Triadic colors

1 #2F7470 and #702F74 with #74702F are triadic colors.

2 #2F7074 and #70742F with #74702F are triadic colors.