COLOR #4F753F

HEX: #4F753F RGB: (79,117,63)

Color info

#4F753F contains red, green and blue colors in about the same proportion. Web safe color of #4F753F is #666633 (or #663).

RGB color model

#4F753F color RGB value is (79,117,63).

RGB: (79,117,63) (31%, 46%, 25%)

RGB channels and saturation

R 79 of 255 = 31%
G 117 of 255 = 46%
B 63 of 255 = 25%

79
117
63

R + G + B ~ 34%. #4F753F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 117 + 63 = 259 (100%)
R 79 of 259 ~ 30.5%
G 117 of 259 ~ 45.17%
B 63 of 259 ~ 24.32'%

%30.5
%45.17
%24.32

CMYK color model

#4F753F color CMYK value is (32,0,46,54).

  • cyan value is 32.48%
  • magenta value is 0.00%
  • yellow value is 46.15%
  • key color value is 54.12%
CMYK: (32,0,46,54) C32M0Y46K54 (32%,0%,46%,54%) (0.32/0.00/0.46/0.54) 

CMYK percentages

%32.48
%0
%46.15
%54.12

Codes

Color #4F753F in popluar color models

4F 75 3F
RGB 79 117 63
HSL 102° 30.00% 35.29%
HSB/HSV 102° 46.15% 45.88%
CMYK 32.48% 0.00% 46.15%
54.12%

Color #4F753F in popluar number systems.

HEX 4F 75 3F
Decimal 79 117 63
Binary 1001111 1110101 111111
Octal 117 165 77

Shades and tints

Shades of #4F753F

#4F753F
(79,117,63)
#486B3A
(72,107,58)
#416135
(65,97,53)
#3A5730
(58,87,48)
#334D2B
(51,77,43)
#2C4326
(44,67,38)
#253921
(37,57,33)
#1E2F1C
(30,47,28)
#172517
(23,37,23)
#101B12
(16,27,18)
#09110D
(9,17,13)
#000000
(0,0,0)

Tints of #4F753F

#4F753F
(79,117,63)
#5F8150
(95,129,80)
#6F8D61
(111,141,97)
#7F9972
(127,153,114)
#8FA583
(143,165,131)
#9FB194
(159,177,148)
#AFBDA5
(175,189,165)
#BFC9B6
(191,201,182)
#CFD5C7
(207,213,199)
#DFE1D8
(223,225,216)
#EFEDE9
(239,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F753F; }

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

This text font color is #4F753F.

Background Color

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

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

This div background color is #4F753F.

Border color

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

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

This div border color is #4F753F.

Opacity

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

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

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

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

This text has shadow with #4F753F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F753F.

Preview

Color preview on black background

This text has color #4F753F on black background.


Color preview on white background

This text has color #4F753F on white background.


Black color preview on #4F753F background

This text has black color on #4F753F background.


White color preview on #4F753F background

This text has white color on #4F753F background.


Related colors

Complementary color

Complementary color for #hex is #B08AC0.


I love getcolorcode.com

Triadic colors

1 #3F4F75 and #753F4F with #4F753F are triadic colors.

2 #3F754F and #754F3F with #4F753F are triadic colors.