COLOR #4F7735

HEX: #4F7735 RGB: (79,119,53)

Color info

#4F7735 contains mainly red and green colors. Web safe color of #4F7735 is #666633 (or #663).

RGB color model

#4F7735 color RGB value is (79,119,53).

RGB: (79,119,53) (31%, 47%, 21%)

RGB channels and saturation

R 79 of 255 = 31%
G 119 of 255 = 47%
B 53 of 255 = 21%

79
119
53

R + G + B ~ 33%. #4F7735 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 119 + 53 = 251 (100%)
R 79 of 251 ~ 31.47%
G 119 of 251 ~ 47.41%
B 53 of 251 ~ 21.12'%

%31.47
%47.41
%21.12

CMYK color model

#4F7735 color CMYK value is (34,0,55,53).

  • cyan value is 33.61%
  • magenta value is 0.00%
  • yellow value is 55.46%
  • key color value is 53.33%

CMYK: (34,0,55,53)
C34M0Y55K53 (34%, 0%, 55%, 53%)
(0.34 / 0.00 / 0.55 / 0.53)

CMYK percentages

%33.61
%0
%55.46
%53.33

Codes

Color #4F7735 in popluar color models

4F 77 35
RGB 79 119 53
HSL 96° 38.37% 33.73%
HSB/HSV 96° 55.46% 46.67%
CMYK 33.61% 0.00% 55.46%
53.33%

Color #4F7735 in popluar number systems.

HEX 4F 77 35
Decimal 79 119 53
Binary 1001111 1110111 110101
Octal 117 167 65

Shades and tints

Shades of #4F7735

#4F7735
(79,119,53)
#486D31
(72,109,49)
#41632D
(65,99,45)
#3A5929
(58,89,41)
#334F25
(51,79,37)
#2C4521
(44,69,33)
#253B1D
(37,59,29)
#1E3119
(30,49,25)
#172715
(23,39,21)
#101D11
(16,29,17)
#09130D
(9,19,13)
#000000
(0,0,0)

Tints of #4F7735

#4F7735
(79,119,53)
#5F8347
(95,131,71)
#6F8F59
(111,143,89)
#7F9B6B
(127,155,107)
#8FA77D
(143,167,125)
#9FB38F
(159,179,143)
#AFBFA1
(175,191,161)
#BFCBB3
(191,203,179)
#CFD7C5
(207,215,197)
#DFE3D7
(223,227,215)
#EFEFE9
(239,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F7735 color. Also use rgb(79,119,53) instead hex code.

Text Font Color

.myTextColor { color: #4F7735; }

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

This text font color is #4F7735.

Background Color

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

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

This div background color is #4F7735.

Border color

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

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

This div border color is #4F7735.

Opacity

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

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

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

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

This text has shadow with #4F7735 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F7735.

Preview

Color preview on black background

This text has color #4F7735 on black background.


Color preview on white background

This text has color #4F7735 on white background.


Black color preview on #4F7735 background

This text has black color on #4F7735 background.


White color preview on #4F7735 background

This text has white color on #4F7735 background.


Related colors

Complementary color

Complementary color for #hex is #B088CA.


I love getcolorcode.com

Triadic colors

1 #354F77 and #77354F with #4F7735 are triadic colors.

2 #35774F and #774F35 with #4F7735 are triadic colors.