COLOR #4F6754

HEX: #4F6754 RGB: (79,103,84)

Color info

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

RGB color model

#4F6754 color RGB value is (79,103,84).

RGB: (79,103,84) (31%, 40%, 33%)

RGB channels and saturation

R 79 of 255 = 31%
G 103 of 255 = 40%
B 84 of 255 = 33%

79
103
84

R + G + B ~ 35%. #4F6754 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 103 + 84 = 266 (100%)
R 79 of 266 ~ 29.7%
G 103 of 266 ~ 38.72%
B 84 of 266 ~ 31.58'%

%29.7
%38.72
%31.58

CMYK color model

#4F6754 color CMYK value is (23,0,18,60).

  • cyan value is 23.30%
  • magenta value is 0.00%
  • yellow value is 18.45%
  • key color value is 59.61%

CMYK: (23,0,18,60)
C23M0Y18K60 (23%, 0%, 18%, 60%)
(0.23 / 0.00 / 0.18 / 0.60)

CMYK percentages

%23.3
%0
%18.45
%59.61

Codes

Color #4F6754 in popluar color models

4F 67 54
RGB 79 103 84
HSL 133° 13.19% 35.69%
HSB/HSV 133° 23.30% 40.39%
CMYK 23.30% 0.00% 18.45%
59.61%

Color #4F6754 in popluar number systems.

HEX 4F 67 54
Decimal 79 103 84
Binary 1001111 1100111 1010100
Octal 117 147 124

Shades and tints

Shades of #4F6754

#4F6754
(79,103,84)
#485E4D
(72,94,77)
#415546
(65,85,70)
#3A4C3F
(58,76,63)
#334338
(51,67,56)
#2C3A31
(44,58,49)
#25312A
(37,49,42)
#1E2823
(30,40,35)
#171F1C
(23,31,28)
#101615
(16,22,21)
#090D0E
(9,13,14)
#000000
(0,0,0)

Tints of #4F6754

#4F6754
(79,103,84)
#5F7463
(95,116,99)
#6F8172
(111,129,114)
#7F8E81
(127,142,129)
#8F9B90
(143,155,144)
#9FA89F
(159,168,159)
#AFB5AE
(175,181,174)
#BFC2BD
(191,194,189)
#CFCFCC
(207,207,204)
#DFDCDB
(223,220,219)
#EFE9EA
(239,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F6754 color. Also use rgb(79,103,84) instead hex code.

Text Font Color

.myTextColor { color: #4F6754; }

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

This text font color is #4F6754.

Background Color

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

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

This div background color is #4F6754.

Border color

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

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

This div border color is #4F6754.

Opacity

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

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

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

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

This text has shadow with #4F6754 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F6754.

Preview

Color preview on black background

This text has color #4F6754 on black background.


Color preview on white background

This text has color #4F6754 on white background.


Black color preview on #4F6754 background

This text has black color on #4F6754 background.


White color preview on #4F6754 background

This text has white color on #4F6754 background.


Related colors

Complementary color

Complementary color for #hex is #B098AB.


I love getcolorcode.com

Triadic colors

1 #544F67 and #67544F with #4F6754 are triadic colors.

2 #54674F and #674F54 with #4F6754 are triadic colors.