COLOR #4F7C55

HEX: #4F7C55 RGB: (79,124,85)

Color info

#4F7C55 contains red, green and blue colors in about the same proportion. Web safe color of #4F7C55 is #666666 (or #666).

RGB color model

#4F7C55 color RGB value is (79,124,85).

RGB: (79,124,85) (31%, 49%, 33%)

RGB channels and saturation

R 79 of 255 = 31%
G 124 of 255 = 49%
B 85 of 255 = 33%

79
124
85

R + G + B ~ 38%. #4F7C55 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 124 + 85 = 288 (100%)
R 79 of 288 ~ 27.43%
G 124 of 288 ~ 43.06%
B 85 of 288 ~ 29.51'%

%27.43
%43.06
%29.51

CMYK color model

#4F7C55 color CMYK value is (36,0,31,51).

  • cyan value is 36.29%
  • magenta value is 0.00%
  • yellow value is 31.45%
  • key color value is 51.37%

CMYK: (36,0,31,51)
C36M0Y31K51 (36%, 0%, 31%, 51%)
(0.36 / 0.00 / 0.31 / 0.51)

CMYK percentages

%36.29
%0
%31.45
%51.37

Codes

Color #4F7C55 in popluar color models

4F 7C 55
RGB 79 124 85
HSL 128° 22.17% 39.80%
HSB/HSV 128° 36.29% 48.63%
CMYK 36.29% 0.00% 31.45%
51.37%

Color #4F7C55 in popluar number systems.

HEX 4F 7C 55
Decimal 79 124 85
Binary 1001111 1111100 1010101
Octal 117 174 125

Shades and tints

Shades of #4F7C55

#4F7C55
(79,124,85)
#48714E
(72,113,78)
#416647
(65,102,71)
#3A5B40
(58,91,64)
#335039
(51,80,57)
#2C4532
(44,69,50)
#253A2B
(37,58,43)
#1E2F24
(30,47,36)
#17241D
(23,36,29)
#101916
(16,25,22)
#090E0F
(9,14,15)
#000000
(0,0,0)

Tints of #4F7C55

#4F7C55
(79,124,85)
#5F8764
(95,135,100)
#6F9273
(111,146,115)
#7F9D82
(127,157,130)
#8FA891
(143,168,145)
#9FB3A0
(159,179,160)
#AFBEAF
(175,190,175)
#BFC9BE
(191,201,190)
#CFD4CD
(207,212,205)
#DFDFDC
(223,223,220)
#EFEAEB
(239,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F7C55 color. Also use rgb(79,124,85) instead hex code.

Text Font Color

.myTextColor { color: #4F7C55; }

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

This text font color is #4F7C55.

Background Color

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

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

This div background color is #4F7C55.

Border color

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

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

This div border color is #4F7C55.

Opacity

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

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

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

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

This text has shadow with #4F7C55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F7C55.

Preview

Color preview on black background

This text has color #4F7C55 on black background.


Color preview on white background

This text has color #4F7C55 on white background.


Black color preview on #4F7C55 background

This text has black color on #4F7C55 background.


White color preview on #4F7C55 background

This text has white color on #4F7C55 background.


Related colors

Complementary color

Complementary color for #hex is #B083AA.


I love getcolorcode.com

Triadic colors

1 #554F7C and #7C554F with #4F7C55 are triadic colors.

2 #557C4F and #7C4F55 with #4F7C55 are triadic colors.