COLOR #74752F

HEX: #74752F
RGB: (116,117,47)

Color info

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

RGB color model

#74752F color RGB value is (116,117,47).

  • red value is 116;
  • green value is 117;
  • blue value is 47.
RGB:
(116,117,47)
(45%,46%,18%)

RGB channels and saturation

R 116 of 255 = 45%
G 117 of 255 = 46%
B 47 of 255 = 18%

116
117
47

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

Portions of RGB colors in percentages

R + G + B =
116 + 117 + 47 = 280 (100%)
R 116 of 280 ~ 41.43%
G 117 of 280 ~ 41.79%
B 47 of 280 ~ 16.79%

%41.43
%41.79
%16.79

CMYK color model

#74752F color CMYK value is (1,0,60,54).

  • cyan value is 0.85%
  • magenta value is 0.00%
  • yellow value is 59.83%
  • key color value is 54.12%
CMYK:
(1,0,60,54)
C1M0Y60K54 
(1%,0%,60%,54%)
(0.01/0.00/0.60/0.54)	

CMYK percentages

%0.85
%0
%59.83
%54.12

Codes

Color #74752F in popluar color models

74752F
RGB11611747
HSL61°42.68%32.16%
HSB/HSV61°59.83%45.88%
CMYK0.85%0.00%59.83%
54.12%

Color #74752F in popluar number systems.

HEX74752F
Decimal11611747
Binary11101001110101101111
Octal16416557

Shades and tints

Shades of #74752F

#74752F
(116,117,47)
#6A6B2B
(106,107,43)
#606127
(96,97,39)
#565723
(86,87,35)
#4C4D1F
(76,77,31)
#42431B
(66,67,27)
#383917
(56,57,23)
#2E2F13
(46,47,19)
#24250F
(36,37,15)
#1A1B0B
(26,27,11)
#101107
(16,17,7)
#000000
(0,0,0)

Tints of #74752F

#74752F
(116,117,47)
#808141
(128,129,65)
#8C8D53
(140,141,83)
#989965
(152,153,101)
#A4A577
(164,165,119)
#B0B189
(176,177,137)
#BCBD9B
(188,189,155)
#C8C9AD
(200,201,173)
#D4D5BF
(212,213,191)
#E0E1D1
(224,225,209)
#ECEDE3
(236,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74752F; }

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

This text font color is #74752F.


Background Color

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

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

This div background color is #74752F.


Border color

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

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

This div border color is #74752F.


Opacity

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

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

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

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

This text has shadow with #74752F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74752F on black background.


Color preview on white background

This text has color #74752F on white background.



Black color preview on #74752F background

This text has black color on #74752F background.


White color preview on #74752F background

This text has white color on #74752F background.