COLOR #4F693E

HEX: #4F693E
RGB: (79,105,62)

Color info

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

RGB color model

#4F693E color RGB value is (79,105,62).

  • red value is 79;
  • green value is 105;
  • blue value is 62.
RGB:
(79,105,62)
(31%,41%,24%)

RGB channels and saturation

R 79 of 255 = 31%
G 105 of 255 = 41%
B 62 of 255 = 24%

79
105
62

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

Portions of RGB colors in percentages

R + G + B =
79 + 105 + 62 = 246 (100%)
R 79 of 246 ~ 32.11%
G 105 of 246 ~ 42.68%
B 62 of 246 ~ 25.2%

%32.11
%42.68
%25.2

CMYK color model

#4F693E color CMYK value is (25,0,41,59).

  • cyan value is 24.76%
  • magenta value is 0.00%
  • yellow value is 40.95%
  • key color value is 58.82%
CMYK:
(25,0,41,59)
C25M0Y41K59 
(25%,0%,41%,59%)
(0.25/0.00/0.41/0.59)	

CMYK percentages

%24.76
%0
%40.95
%58.82

Codes

Color #4F693E in popluar color models

4F693E
RGB7910562
HSL96°25.75%32.75%
HSB/HSV96°40.95%41.18%
CMYK24.76%0.00%40.95%
58.82%

Color #4F693E in popluar number systems.

HEX4F693E
Decimal7910562
Binary10011111101001111110
Octal11715176

Shades and tints

Shades of #4F693E

#4F693E
(79,105,62)
#486039
(72,96,57)
#415734
(65,87,52)
#3A4E2F
(58,78,47)
#33452A
(51,69,42)
#2C3C25
(44,60,37)
#253320
(37,51,32)
#1E2A1B
(30,42,27)
#172116
(23,33,22)
#101811
(16,24,17)
#090F0C
(9,15,12)
#000000
(0,0,0)

Tints of #4F693E

#4F693E
(79,105,62)
#5F764F
(95,118,79)
#6F8360
(111,131,96)
#7F9071
(127,144,113)
#8F9D82
(143,157,130)
#9FAA93
(159,170,147)
#AFB7A4
(175,183,164)
#BFC4B5
(191,196,181)
#CFD1C6
(207,209,198)
#DFDED7
(223,222,215)
#EFEBE8
(239,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F693E color. Also use rgb(79,105,62) instead hex code.

Text Font Color

.myTextColor { color: #4F693E; }

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

This text font color is #4F693E.


Background Color

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

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

This div background color is #4F693E.


Border color

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

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

This div border color is #4F693E.


Opacity

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

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

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

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

This text has shadow with #4F693E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F693E on black background.


Color preview on white background

This text has color #4F693E on white background.



Black color preview on #4F693E background

This text has black color on #4F693E background.


White color preview on #4F693E background

This text has white color on #4F693E background.