COLOR #4F735D

HEX: #4F735D RGB: (79,115,93)

Color info

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

RGB color model

#4F735D color RGB value is (79,115,93).

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

RGB channels and saturation

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

79
115
93

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

Portions of RGB colors in percentages

R + G + B = 79 + 115 + 93 = 287 (100%)
R 79 of 287 ~ 27.53%
G 115 of 287 ~ 40.07%
B 93 of 287 ~ 32.4'%

%27.53
%40.07
%32.4

CMYK color model

#4F735D color CMYK value is (31,0,19,55).

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

CMYK: (31,0,19,55)
C31M0Y19K55 (31%, 0%, 19%, 55%)
(0.31 / 0.00 / 0.19 / 0.55)

CMYK percentages

%31.3
%0
%19.13
%54.9

Codes

Color #4F735D in popluar color models

4F 73 5D
RGB 79 115 93
HSL 143° 18.56% 38.04%
HSB/HSV 143° 31.30% 45.10%
CMYK 31.30% 0.00% 19.13%
54.90%

Color #4F735D in popluar number systems.

HEX 4F 73 5D
Decimal 79 115 93
Binary 1001111 1110011 1011101
Octal 117 163 135

Shades and tints

Shades of #4F735D

#4F735D
(79,115,93)
#486955
(72,105,85)
#415F4D
(65,95,77)
#3A5545
(58,85,69)
#334B3D
(51,75,61)
#2C4135
(44,65,53)
#25372D
(37,55,45)
#1E2D25
(30,45,37)
#17231D
(23,35,29)
#101915
(16,25,21)
#090F0D
(9,15,13)
#000000
(0,0,0)

Tints of #4F735D

#4F735D
(79,115,93)
#5F7F6B
(95,127,107)
#6F8B79
(111,139,121)
#7F9787
(127,151,135)
#8FA395
(143,163,149)
#9FAFA3
(159,175,163)
#AFBBB1
(175,187,177)
#BFC7BF
(191,199,191)
#CFD3CD
(207,211,205)
#DFDFDB
(223,223,219)
#EFEBE9
(239,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F735D; }

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

This text font color is #4F735D.

Background Color

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

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

This div background color is #4F735D.

Border color

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

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

This div border color is #4F735D.

Opacity

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

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

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

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

This text has shadow with #4F735D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F735D.

Preview

Color preview on black background

This text has color #4F735D on black background.


Color preview on white background

This text has color #4F735D on white background.


Black color preview on #4F735D background

This text has black color on #4F735D background.


White color preview on #4F735D background

This text has white color on #4F735D background.


Related colors

Complementary color

Complementary color for #hex is #B08CA2.


I love getcolorcode.com

Triadic colors

1 #5D4F73 and #735D4F with #4F735D are triadic colors.

2 #5D734F and #734F5D with #4F735D are triadic colors.