COLOR #4F8B63

HEX: #4F8B63 RGB: (79,139,99)

Color info

#4F8B63 contains mainly green and blue colors. Web safe color of #4F8B63 is #669966 (or #696).

RGB color model

#4F8B63 color RGB value is (79,139,99).

RGB: (79,139,99) (31%, 55%, 39%)

RGB channels and saturation

R 79 of 255 = 31%
G 139 of 255 = 55%
B 99 of 255 = 39%

79
139
99

R + G + B ~ 42%. #4F8B63 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 79 + 139 + 99 = 317 (100%)
R 79 of 317 ~ 24.92%
G 139 of 317 ~ 43.85%
B 99 of 317 ~ 31.23'%

%24.92
%43.85
%31.23

CMYK color model

#4F8B63 color CMYK value is (43,0,29,45).

  • cyan value is 43.17%
  • magenta value is 0.00%
  • yellow value is 28.78%
  • key color value is 45.49%

CMYK: (43,0,29,45)
C43M0Y29K45 (43%, 0%, 29%, 45%)
(0.43 / 0.00 / 0.29 / 0.45)

CMYK percentages

%43.17
%0
%28.78
%45.49

Codes

Color #4F8B63 in popluar color models

4F 8B 63
RGB 79 139 99
HSL 140° 27.52% 42.75%
HSB/HSV 140° 43.17% 54.51%
CMYK 43.17% 0.00% 28.78%
45.49%

Color #4F8B63 in popluar number systems.

HEX 4F 8B 63
Decimal 79 139 99
Binary 1001111 10001011 1100011
Octal 117 213 143

Shades and tints

Shades of #4F8B63

#4F8B63
(79,139,99)
#487F5A
(72,127,90)
#417351
(65,115,81)
#3A6748
(58,103,72)
#335B3F
(51,91,63)
#2C4F36
(44,79,54)
#25432D
(37,67,45)
#1E3724
(30,55,36)
#172B1B
(23,43,27)
#101F12
(16,31,18)
#091309
(9,19,9)
#000000
(0,0,0)

Tints of #4F8B63

#4F8B63
(79,139,99)
#5F9571
(95,149,113)
#6F9F7F
(111,159,127)
#7FA98D
(127,169,141)
#8FB39B
(143,179,155)
#9FBDA9
(159,189,169)
#AFC7B7
(175,199,183)
#BFD1C5
(191,209,197)
#CFDBD3
(207,219,211)
#DFE5E1
(223,229,225)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F8B63 color. Also use rgb(79,139,99) instead hex code.

Text Font Color

.myTextColor { color: #4F8B63; }

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

This text font color is #4F8B63.

Background Color

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

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

This div background color is #4F8B63.

Border color

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

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

This div border color is #4F8B63.

Opacity

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

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

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

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

This text has shadow with #4F8B63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F8B63.

Preview

Color preview on black background

This text has color #4F8B63 on black background.


Color preview on white background

This text has color #4F8B63 on white background.


Black color preview on #4F8B63 background

This text has black color on #4F8B63 background.


White color preview on #4F8B63 background

This text has white color on #4F8B63 background.


Related colors

Complementary color

Complementary color for #hex is #B0749C.


I love getcolorcode.com

Triadic colors

1 #634F8B and #8B634F with #4F8B63 are triadic colors.

2 #638B4F and #8B4F63 with #4F8B63 are triadic colors.