COLOR #4F9063

HEX: #4F9063 RGB: (79,144,99)

Color info

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

RGB color model

#4F9063 color RGB value is (79,144,99).

RGB: (79,144,99) (31%, 56%, 39%)

RGB channels and saturation

R 79 of 255 = 31%
G 144 of 255 = 56%
B 99 of 255 = 39%

79
144
99

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

Portions of RGB colors in percentages

R + G + B = 79 + 144 + 99 = 322 (100%)
R 79 of 322 ~ 24.53%
G 144 of 322 ~ 44.72%
B 99 of 322 ~ 30.75'%

%24.53
%44.72
%30.75

CMYK color model

#4F9063 color CMYK value is (45,0,31,44).

  • cyan value is 45.14%
  • magenta value is 0.00%
  • yellow value is 31.25%
  • key color value is 43.53%

CMYK: (45,0,31,44)
C45M0Y31K44 (45%, 0%, 31%, 44%)
(0.45 / 0.00 / 0.31 / 0.44)

CMYK percentages

%45.14
%0
%31.25
%43.53

Codes

Color #4F9063 in popluar color models

4F 90 63
RGB 79 144 99
HSL 138° 29.15% 43.73%
HSB/HSV 138° 45.14% 56.47%
CMYK 45.14% 0.00% 31.25%
43.53%

Color #4F9063 in popluar number systems.

HEX 4F 90 63
Decimal 79 144 99
Binary 1001111 10010000 1100011
Octal 117 220 143

Shades and tints

Shades of #4F9063

#4F9063
(79,144,99)
#48835A
(72,131,90)
#417651
(65,118,81)
#3A6948
(58,105,72)
#335C3F
(51,92,63)
#2C4F36
(44,79,54)
#25422D
(37,66,45)
#1E3524
(30,53,36)
#17281B
(23,40,27)
#101B12
(16,27,18)
#090E09
(9,14,9)
#000000
(0,0,0)

Tints of #4F9063

#4F9063
(79,144,99)
#5F9A71
(95,154,113)
#6FA47F
(111,164,127)
#7FAE8D
(127,174,141)
#8FB89B
(143,184,155)
#9FC2A9
(159,194,169)
#AFCCB7
(175,204,183)
#BFD6C5
(191,214,197)
#CFE0D3
(207,224,211)
#DFEAE1
(223,234,225)
#EFF4EF
(239,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F9063; }

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

This text font color is #4F9063.

Background Color

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

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

This div background color is #4F9063.

Border color

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

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

This div border color is #4F9063.

Opacity

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

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

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

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

This text has shadow with #4F9063 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F9063.

Preview

Color preview on black background

This text has color #4F9063 on black background.


Color preview on white background

This text has color #4F9063 on white background.


Black color preview on #4F9063 background

This text has black color on #4F9063 background.


White color preview on #4F9063 background

This text has white color on #4F9063 background.


Related colors

Complementary color

Complementary color for #hex is #B06F9C.


I love getcolorcode.com

Triadic colors

1 #634F90 and #90634F with #4F9063 are triadic colors.

2 #63904F and #904F63 with #4F9063 are triadic colors.