COLOR #4F6345

HEX: #4F6345 RGB: (79,99,69)

Color info

#4F6345 contains red, green and blue colors in about the same proportion. Web safe color of #4F6345 is #666633 (or #663).

RGB color model

#4F6345 color RGB value is (79,99,69).

RGB: (79,99,69) (31%, 39%, 27%)

RGB channels and saturation

R 79 of 255 = 31%
G 99 of 255 = 39%
B 69 of 255 = 27%

79
99
69

R + G + B ~ 32%. #4F6345 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 99 + 69 = 247 (100%)
R 79 of 247 ~ 31.98%
G 99 of 247 ~ 40.08%
B 69 of 247 ~ 27.94'%

%31.98
%40.08
%27.94

CMYK color model

#4F6345 color CMYK value is (20,0,30,61).

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

CMYK: (20,0,30,61)
C20M0Y30K61 (20%, 0%, 30%, 61%)
(0.20 / 0.00 / 0.30 / 0.61)

CMYK percentages

%20.2
%0
%30.3
%61.18

Codes

Color #4F6345 in popluar color models

4F 63 45
RGB 79 99 69
HSL 100° 17.86% 32.94%
HSB/HSV 100° 30.30% 38.82%
CMYK 20.20% 0.00% 30.30%
61.18%

Color #4F6345 in popluar number systems.

HEX 4F 63 45
Decimal 79 99 69
Binary 1001111 1100011 1000101
Octal 117 143 105

Shades and tints

Shades of #4F6345

#4F6345
(79,99,69)
#485A3F
(72,90,63)
#415139
(65,81,57)
#3A4833
(58,72,51)
#333F2D
(51,63,45)
#2C3627
(44,54,39)
#252D21
(37,45,33)
#1E241B
(30,36,27)
#171B15
(23,27,21)
#10120F
(16,18,15)
#090909
(9,9,9)
#000000
(0,0,0)

Tints of #4F6345

#4F6345
(79,99,69)
#5F7155
(95,113,85)
#6F7F65
(111,127,101)
#7F8D75
(127,141,117)
#8F9B85
(143,155,133)
#9FA995
(159,169,149)
#AFB7A5
(175,183,165)
#BFC5B5
(191,197,181)
#CFD3C5
(207,211,197)
#DFE1D5
(223,225,213)
#EFEFE5
(239,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6345; }

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

This text font color is #4F6345.

Background Color

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

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

This div background color is #4F6345.

Border color

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

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

This div border color is #4F6345.

Opacity

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

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

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

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

This text has shadow with #4F6345 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F6345.

Preview

Color preview on black background

This text has color #4F6345 on black background.


Color preview on white background

This text has color #4F6345 on white background.


Black color preview on #4F6345 background

This text has black color on #4F6345 background.


White color preview on #4F6345 background

This text has white color on #4F6345 background.


Related colors

Complementary color

Complementary color for #hex is #B09CBA.


I love getcolorcode.com

Triadic colors

1 #454F63 and #63454F with #4F6345 are triadic colors.

2 #45634F and #634F45 with #4F6345 are triadic colors.