COLOR #4F735B

HEX: #4F735B RGB: (79,115,91)

Color info

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

RGB color model

#4F735B color RGB value is (79,115,91).

RGB: (79,115,91) (31%, 45%, 36%)

RGB channels and saturation

R 79 of 255 = 31%
G 115 of 255 = 45%
B 91 of 255 = 36%

79
115
91

R + G + B ~ 37%. #4F735B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 115 + 91 = 285 (100%)
R 79 of 285 ~ 27.72%
G 115 of 285 ~ 40.35%
B 91 of 285 ~ 31.93'%

%27.72
%40.35
%31.93

CMYK color model

#4F735B color CMYK value is (31,0,21,55).

  • cyan value is 31.30%
  • magenta value is 0.00%
  • yellow value is 20.87%
  • key color value is 54.90%

CMYK: (31,0,21,55)
C31M0Y21K55 (31%, 0%, 21%, 55%)
(0.31 / 0.00 / 0.21 / 0.55)

CMYK percentages

%31.3
%0
%20.87
%54.9

Codes

Color #4F735B in popluar color models

4F 73 5B
RGB 79 115 91
HSL 140° 18.56% 38.04%
HSB/HSV 140° 31.30% 45.10%
CMYK 31.30% 0.00% 20.87%
54.90%

Color #4F735B in popluar number systems.

HEX 4F 73 5B
Decimal 79 115 91
Binary 1001111 1110011 1011011
Octal 117 163 133

Shades and tints

Shades of #4F735B

#4F735B
(79,115,91)
#486953
(72,105,83)
#415F4B
(65,95,75)
#3A5543
(58,85,67)
#334B3B
(51,75,59)
#2C4133
(44,65,51)
#25372B
(37,55,43)
#1E2D23
(30,45,35)
#17231B
(23,35,27)
#101913
(16,25,19)
#090F0B
(9,15,11)
#000000
(0,0,0)

Tints of #4F735B

#4F735B
(79,115,91)
#5F7F69
(95,127,105)
#6F8B77
(111,139,119)
#7F9785
(127,151,133)
#8FA393
(143,163,147)
#9FAFA1
(159,175,161)
#AFBBAF
(175,187,175)
#BFC7BD
(191,199,189)
#CFD3CB
(207,211,203)
#DFDFD9
(223,223,217)
#EFEBE7
(239,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F735B color. Also use rgb(79,115,91) instead hex code.

Text Font Color

.myTextColor { color: #4F735B; }

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

This text font color is #4F735B.

Background Color

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

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

This div background color is #4F735B.

Border color

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

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

This div border color is #4F735B.

Opacity

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

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

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

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

This text has shadow with #4F735B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F735B.

Preview

Color preview on black background

This text has color #4F735B on black background.


Color preview on white background

This text has color #4F735B on white background.


Black color preview on #4F735B background

This text has black color on #4F735B background.


White color preview on #4F735B background

This text has white color on #4F735B background.


Related colors

Complementary color

Complementary color for #hex is #B08CA4.


I love getcolorcode.com

Triadic colors

1 #5B4F73 and #735B4F with #4F735B are triadic colors.

2 #5B734F and #734F5B with #4F735B are triadic colors.