COLOR #4F7528

HEX: #4F7528 RGB: (79,117,40)

Color info

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

RGB color model

#4F7528 color RGB value is (79,117,40).

RGB: (79,117,40) (31%, 46%, 16%)

RGB channels and saturation

R 79 of 255 = 31%
G 117 of 255 = 46%
B 40 of 255 = 16%

79
117
40

R + G + B ~ 31%. #4F7528 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 117 + 40 = 236 (100%)
R 79 of 236 ~ 33.47%
G 117 of 236 ~ 49.58%
B 40 of 236 ~ 16.95'%

%33.47
%49.58
%16.95

CMYK color model

#4F7528 color CMYK value is (32,0,66,54).

  • cyan value is 32.48%
  • magenta value is 0.00%
  • yellow value is 65.81%
  • key color value is 54.12%

CMYK: (32,0,66,54)
C32M0Y66K54 (32%, 0%, 66%, 54%)
(0.32 / 0.00 / 0.66 / 0.54)

CMYK percentages

%32.48
%0
%65.81
%54.12

Codes

Color #4F7528 in popluar color models

4F 75 28
RGB 79 117 40
HSL 90° 49.04% 30.78%
HSB/HSV 90° 65.81% 45.88%
CMYK 32.48% 0.00% 65.81%
54.12%

Color #4F7528 in popluar number systems.

HEX 4F 75 28
Decimal 79 117 40
Binary 1001111 1110101 101000
Octal 117 165 50

Shades and tints

Shades of #4F7528

#4F7528
(79,117,40)
#486B25
(72,107,37)
#416122
(65,97,34)
#3A571F
(58,87,31)
#334D1C
(51,77,28)
#2C4319
(44,67,25)
#253916
(37,57,22)
#1E2F13
(30,47,19)
#172510
(23,37,16)
#101B0D
(16,27,13)
#09110A
(9,17,10)
#000000
(0,0,0)

Tints of #4F7528

#4F7528
(79,117,40)
#5F813B
(95,129,59)
#6F8D4E
(111,141,78)
#7F9961
(127,153,97)
#8FA574
(143,165,116)
#9FB187
(159,177,135)
#AFBD9A
(175,189,154)
#BFC9AD
(191,201,173)
#CFD5C0
(207,213,192)
#DFE1D3
(223,225,211)
#EFEDE6
(239,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F7528 color. Also use rgb(79,117,40) instead hex code.

Text Font Color

.myTextColor { color: #4F7528; }

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

This text font color is #4F7528.

Background Color

.myBgColor { background-color: #4F7528; }

<div style="background-color:#4F7528">Inner text</div>

This div background color is #4F7528.

Border color

.myBorderColor { border: 1px solid #4F7528; }

<div style="border:3px solid #4F7528">Div</div>

This div border color is #4F7528.

Opacity

.myOpacity80 { color: #4F7528; opacity: 0.8; }

<p style="color:#4F7528;opacity:0.8;">80%</p>

Text with #4F7528 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 #4F7528;}

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

This text has shadow with #4F7528 color.


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

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

This text has shadow with #4F7528 primary color and red secondary color.


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

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

This text has shadow with #4F7528 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4F7528.

Preview

Color preview on black background

This text has color #4F7528 on black background.


Color preview on white background

This text has color #4F7528 on white background.


Black color preview on #4F7528 background

This text has black color on #4F7528 background.


White color preview on #4F7528 background

This text has white color on #4F7528 background.


Related colors

Complementary color

Complementary color for #hex is #B08AD7.


I love getcolorcode.com

Triadic colors

1 #284F75 and #75284F with #4F7528 are triadic colors.

2 #28754F and #754F28 with #4F7528 are triadic colors.