COLOR #4F8867

HEX: #4F8867 RGB: (79,136,103)

Color info

#4F8867 contains red, green and blue colors in about the same proportion. Web safe color of #4F8867 is #669966 (or #696).

RGB color model

#4F8867 color RGB value is (79,136,103).

RGB: (79,136,103) (31%, 53%, 40%)

RGB channels and saturation

R 79 of 255 = 31%
G 136 of 255 = 53%
B 103 of 255 = 40%

79
136
103

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

Portions of RGB colors in percentages

R + G + B = 79 + 136 + 103 = 318 (100%)
R 79 of 318 ~ 24.84%
G 136 of 318 ~ 42.77%
B 103 of 318 ~ 32.39'%

%24.84
%42.77
%32.39

CMYK color model

#4F8867 color CMYK value is (42,0,24,47).

  • cyan value is 41.91%
  • magenta value is 0.00%
  • yellow value is 24.26%
  • key color value is 46.67%

CMYK: (42,0,24,47)
C42M0Y24K47 (42%, 0%, 24%, 47%)
(0.42 / 0.00 / 0.24 / 0.47)

CMYK percentages

%41.91
%0
%24.26
%46.67

Codes

Color #4F8867 in popluar color models

4F 88 67
RGB 79 136 103
HSL 145° 26.51% 42.16%
HSB/HSV 145° 41.91% 53.33%
CMYK 41.91% 0.00% 24.26%
46.67%

Color #4F8867 in popluar number systems.

HEX 4F 88 67
Decimal 79 136 103
Binary 1001111 10001000 1100111
Octal 117 210 147

Shades and tints

Shades of #4F8867

#4F8867
(79,136,103)
#487C5E
(72,124,94)
#417055
(65,112,85)
#3A644C
(58,100,76)
#335843
(51,88,67)
#2C4C3A
(44,76,58)
#254031
(37,64,49)
#1E3428
(30,52,40)
#17281F
(23,40,31)
#101C16
(16,28,22)
#09100D
(9,16,13)
#000000
(0,0,0)

Tints of #4F8867

#4F8867
(79,136,103)
#5F9274
(95,146,116)
#6F9C81
(111,156,129)
#7FA68E
(127,166,142)
#8FB09B
(143,176,155)
#9FBAA8
(159,186,168)
#AFC4B5
(175,196,181)
#BFCEC2
(191,206,194)
#CFD8CF
(207,216,207)
#DFE2DC
(223,226,220)
#EFECE9
(239,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F8867 color. Also use rgb(79,136,103) instead hex code.

Text Font Color

.myTextColor { color: #4F8867; }

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

This text font color is #4F8867.

Background Color

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

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

This div background color is #4F8867.

Border color

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

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

This div border color is #4F8867.

Opacity

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

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

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

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

This text has shadow with #4F8867 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F8867.

Preview

Color preview on black background

This text has color #4F8867 on black background.


Color preview on white background

This text has color #4F8867 on white background.


Black color preview on #4F8867 background

This text has black color on #4F8867 background.


White color preview on #4F8867 background

This text has white color on #4F8867 background.


Related colors

Complementary color

Complementary color for #hex is #B07798.


I love getcolorcode.com

Triadic colors

1 #674F88 and #88674F with #4F8867 are triadic colors.

2 #67884F and #884F67 with #4F8867 are triadic colors.