COLOR #4F6A53

HEX: #4F6A53
RGB: (79,106,83)

Color info

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

RGB color model

#4F6A53 color RGB value is (79,106,83).

  • red value is 79;
  • green value is 106;
  • blue value is 83.
RGB:
(79,106,83)
(31%,42%,33%)

RGB channels and saturation

R 79 of 255 = 31%
G 106 of 255 = 42%
B 83 of 255 = 33%

79
106
83

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

Portions of RGB colors in percentages

R + G + B =
79 + 106 + 83 = 268 (100%)
R 79 of 268 ~ 29.48%
G 106 of 268 ~ 39.55%
B 83 of 268 ~ 30.97%

%29.48
%39.55
%30.97

CMYK color model

#4F6A53 color CMYK value is (25,0,22,58).

  • cyan value is 25.47%
  • magenta value is 0.00%
  • yellow value is 21.70%
  • key color value is 58.43%
CMYK:
(25,0,22,58)
C25M0Y22K58 
(25%,0%,22%,58%)
(0.25/0.00/0.22/0.58)	

CMYK percentages

%25.47
%0
%21.7
%58.43

Codes

Color #4F6A53 in popluar color models

4F6A53
RGB7910683
HSL129°14.59%36.27%
HSB/HSV129°25.47%41.57%
CMYK25.47%0.00%21.70%
58.43%

Color #4F6A53 in popluar number systems.

HEX4F6A53
Decimal7910683
Binary100111111010101010011
Octal117152123

Shades and tints

Shades of #4F6A53

#4F6A53
(79,106,83)
#48614C
(72,97,76)
#415845
(65,88,69)
#3A4F3E
(58,79,62)
#334637
(51,70,55)
#2C3D30
(44,61,48)
#253429
(37,52,41)
#1E2B22
(30,43,34)
#17221B
(23,34,27)
#101914
(16,25,20)
#09100D
(9,16,13)
#000000
(0,0,0)

Tints of #4F6A53

#4F6A53
(79,106,83)
#5F7762
(95,119,98)
#6F8471
(111,132,113)
#7F9180
(127,145,128)
#8F9E8F
(143,158,143)
#9FAB9E
(159,171,158)
#AFB8AD
(175,184,173)
#BFC5BC
(191,197,188)
#CFD2CB
(207,210,203)
#DFDFDA
(223,223,218)
#EFECE9
(239,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F6A53 color. Also use rgb(79,106,83) instead hex code.

Text Font Color

.myTextColor { color: #4F6A53; }

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

This text font color is #4F6A53.


Background Color

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

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

This div background color is #4F6A53.


Border color

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

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

This div border color is #4F6A53.


Opacity

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

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

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

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

This text has shadow with #4F6A53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6A53 on black background.


Color preview on white background

This text has color #4F6A53 on white background.



Black color preview on #4F6A53 background

This text has black color on #4F6A53 background.


White color preview on #4F6A53 background

This text has white color on #4F6A53 background.