COLOR #4F6C5A

HEX: #4F6C5A RGB: (79,108,90)

Color info

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

RGB color model

#4F6C5A color RGB value is (79,108,90).

RGB: (79,108,90) (31%, 42%, 35%)

RGB channels and saturation

R 79 of 255 = 31%
G 108 of 255 = 42%
B 90 of 255 = 35%

79
108
90

R + G + B ~ 36%. #4F6C5A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 108 + 90 = 277 (100%)
R 79 of 277 ~ 28.52%
G 108 of 277 ~ 38.99%
B 90 of 277 ~ 32.49'%

%28.52
%38.99
%32.49

CMYK color model

#4F6C5A color CMYK value is (27,0,17,58).

  • cyan value is 26.85%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 57.65%

CMYK: (27,0,17,58)
C27M0Y17K58 (27%, 0%, 17%, 58%)
(0.27 / 0.00 / 0.17 / 0.58)

CMYK percentages

%26.85
%0
%16.67
%57.65

Codes

Color #4F6C5A in popluar color models

4F 6C 5A
RGB 79 108 90
HSL 143° 15.51% 36.67%
HSB/HSV 143° 26.85% 42.35%
CMYK 26.85% 0.00% 16.67%
57.65%

Color #4F6C5A in popluar number systems.

HEX 4F 6C 5A
Decimal 79 108 90
Binary 1001111 1101100 1011010
Octal 117 154 132

Shades and tints

Shades of #4F6C5A

#4F6C5A
(79,108,90)
#486352
(72,99,82)
#415A4A
(65,90,74)
#3A5142
(58,81,66)
#33483A
(51,72,58)
#2C3F32
(44,63,50)
#25362A
(37,54,42)
#1E2D22
(30,45,34)
#17241A
(23,36,26)
#101B12
(16,27,18)
#09120A
(9,18,10)
#000000
(0,0,0)

Tints of #4F6C5A

#4F6C5A
(79,108,90)
#5F7969
(95,121,105)
#6F8678
(111,134,120)
#7F9387
(127,147,135)
#8FA096
(143,160,150)
#9FADA5
(159,173,165)
#AFBAB4
(175,186,180)
#BFC7C3
(191,199,195)
#CFD4D2
(207,212,210)
#DFE1E1
(223,225,225)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F6C5A color. Also use rgb(79,108,90) instead hex code.

Text Font Color

.myTextColor { color: #4F6C5A; }

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

This text font color is #4F6C5A.

Background Color

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

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

This div background color is #4F6C5A.

Border color

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

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

This div border color is #4F6C5A.

Opacity

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

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

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

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

This text has shadow with #4F6C5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F6C5A.

Preview

Color preview on black background

This text has color #4F6C5A on black background.


Color preview on white background

This text has color #4F6C5A on white background.


Black color preview on #4F6C5A background

This text has black color on #4F6C5A background.


White color preview on #4F6C5A background

This text has white color on #4F6C5A background.


Related colors

Complementary color

Complementary color for #hex is #B093A5.


I love getcolorcode.com

Triadic colors

1 #5A4F6C and #6C5A4F with #4F6C5A are triadic colors.

2 #5A6C4F and #6C4F5A with #4F6C5A are triadic colors.