COLOR #4F9464

HEX: #4F9464 RGB: (79,148,100)

Color info

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

RGB color model

#4F9464 color RGB value is (79,148,100).

RGB: (79,148,100) (31%, 58%, 39%)

RGB channels and saturation

R 79 of 255 = 31%
G 148 of 255 = 58%
B 100 of 255 = 39%

79
148
100

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

Portions of RGB colors in percentages

R + G + B = 79 + 148 + 100 = 327 (100%)
R 79 of 327 ~ 24.16%
G 148 of 327 ~ 45.26%
B 100 of 327 ~ 30.58'%

%24.16
%45.26
%30.58

CMYK color model

#4F9464 color CMYK value is (47,0,32,42).

  • cyan value is 46.62%
  • magenta value is 0.00%
  • yellow value is 32.43%
  • key color value is 41.96%

CMYK: (47,0,32,42)
C47M0Y32K42 (47%, 0%, 32%, 42%)
(0.47 / 0.00 / 0.32 / 0.42)

CMYK percentages

%46.62
%0
%32.43
%41.96

Codes

Color #4F9464 in popluar color models

4F 94 64
RGB 79 148 100
HSL 138° 30.40% 44.51%
HSB/HSV 138° 46.62% 58.04%
CMYK 46.62% 0.00% 32.43%
41.96%

Color #4F9464 in popluar number systems.

HEX 4F 94 64
Decimal 79 148 100
Binary 1001111 10010100 1100100
Octal 117 224 144

Shades and tints

Shades of #4F9464

#4F9464
(79,148,100)
#48875B
(72,135,91)
#417A52
(65,122,82)
#3A6D49
(58,109,73)
#336040
(51,96,64)
#2C5337
(44,83,55)
#25462E
(37,70,46)
#1E3925
(30,57,37)
#172C1C
(23,44,28)
#101F13
(16,31,19)
#09120A
(9,18,10)
#000000
(0,0,0)

Tints of #4F9464

#4F9464
(79,148,100)
#5F9D72
(95,157,114)
#6FA680
(111,166,128)
#7FAF8E
(127,175,142)
#8FB89C
(143,184,156)
#9FC1AA
(159,193,170)
#AFCAB8
(175,202,184)
#BFD3C6
(191,211,198)
#CFDCD4
(207,220,212)
#DFE5E2
(223,229,226)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F9464 color. Also use rgb(79,148,100) instead hex code.

Text Font Color

.myTextColor { color: #4F9464; }

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

This text font color is #4F9464.

Background Color

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

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

This div background color is #4F9464.

Border color

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

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

This div border color is #4F9464.

Opacity

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

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

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

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

This text has shadow with #4F9464 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F9464.

Preview

Color preview on black background

This text has color #4F9464 on black background.


Color preview on white background

This text has color #4F9464 on white background.


Black color preview on #4F9464 background

This text has black color on #4F9464 background.


White color preview on #4F9464 background

This text has white color on #4F9464 background.


Related colors

Complementary color

Complementary color for #hex is #B06B9B.


I love getcolorcode.com

Triadic colors

1 #644F94 and #94644F with #4F9464 are triadic colors.

2 #64944F and #944F64 with #4F9464 are triadic colors.