COLOR #4F6353

HEX: #4F6353 RGB: (79,99,83)

Color info

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

RGB color model

#4F6353 color RGB value is (79,99,83).

RGB: (79,99,83) (31%, 39%, 33%)

RGB channels and saturation

R 79 of 255 = 31%
G 99 of 255 = 39%
B 83 of 255 = 33%

79
99
83

R + G + B ~ 34%. #4F6353 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 99 + 83 = 261 (100%)
R 79 of 261 ~ 30.27%
G 99 of 261 ~ 37.93%
B 83 of 261 ~ 31.8'%

%30.27
%37.93
%31.8

CMYK color model

#4F6353 color CMYK value is (20,0,16,61).

  • cyan value is 20.20%
  • magenta value is 0.00%
  • yellow value is 16.16%
  • key color value is 61.18%

CMYK: (20,0,16,61)
C20M0Y16K61 (20%, 0%, 16%, 61%)
(0.20 / 0.00 / 0.16 / 0.61)

CMYK percentages

%20.2
%0
%16.16
%61.18

Codes

Color #4F6353 in popluar color models

4F 63 53
RGB 79 99 83
HSL 132° 11.24% 34.90%
HSB/HSV 132° 20.20% 38.82%
CMYK 20.20% 0.00% 16.16%
61.18%

Color #4F6353 in popluar number systems.

HEX 4F 63 53
Decimal 79 99 83
Binary 1001111 1100011 1010011
Octal 117 143 123

Shades and tints

Shades of #4F6353

#4F6353
(79,99,83)
#485A4C
(72,90,76)
#415145
(65,81,69)
#3A483E
(58,72,62)
#333F37
(51,63,55)
#2C3630
(44,54,48)
#252D29
(37,45,41)
#1E2422
(30,36,34)
#171B1B
(23,27,27)
#101214
(16,18,20)
#09090D
(9,9,13)
#000000
(0,0,0)

Tints of #4F6353

#4F6353
(79,99,83)
#5F7162
(95,113,98)
#6F7F71
(111,127,113)
#7F8D80
(127,141,128)
#8F9B8F
(143,155,143)
#9FA99E
(159,169,158)
#AFB7AD
(175,183,173)
#BFC5BC
(191,197,188)
#CFD3CB
(207,211,203)
#DFE1DA
(223,225,218)
#EFEFE9
(239,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6353; }

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

This text font color is #4F6353.

Background Color

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

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

This div background color is #4F6353.

Border color

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

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

This div border color is #4F6353.

Opacity

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

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

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

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

This text has shadow with #4F6353 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F6353.

Preview

Color preview on black background

This text has color #4F6353 on black background.


Color preview on white background

This text has color #4F6353 on white background.


Black color preview on #4F6353 background

This text has black color on #4F6353 background.


White color preview on #4F6353 background

This text has white color on #4F6353 background.


Related colors

Complementary color

Complementary color for #hex is #B09CAC.


I love getcolorcode.com

Triadic colors

1 #534F63 and #63534F with #4F6353 are triadic colors.

2 #53634F and #634F53 with #4F6353 are triadic colors.