COLOR #7F993E

HEX: #7F993E
RGB: (127,153,62)

Color info

#7F993E contains mainly red and green colors. Web safe color of #7F993E is #669933 (or #693).

RGB color model

#7F993E color RGB value is (127,153,62).

  • red value is 127;
  • green value is 153;
  • blue value is 62.
RGB:
(127,153,62)
(50%,60%,24%)

RGB channels and saturation

R 127 of 255 = 50%
G 153 of 255 = 60%
B 62 of 255 = 24%

127
153
62

R + G + B ~ 45%. #7F993E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
127 + 153 + 62 = 342 (100%)
R 127 of 342 ~ 37.13%
G 153 of 342 ~ 44.74%
B 62 of 342 ~ 18.13%

%37.13
%44.74
%18.13

CMYK color model

#7F993E color CMYK value is (17,0,59,40).

  • cyan value is 16.99%
  • magenta value is 0.00%
  • yellow value is 59.48%
  • key color value is 40.00%
CMYK:
(17,0,59,40)
C17M0Y59K40 
(17%,0%,59%,40%)
(0.17/0.00/0.59/0.40)	

CMYK percentages

%16.99
%0
%59.48
%40

Codes

Color #7F993E in popluar color models

7F993E
RGB12715362
HSL77°42.33%42.16%
HSB/HSV77°59.48%60.00%
CMYK16.99%0.00%59.48%
40.00%

Color #7F993E in popluar number systems.

HEX7F993E
Decimal12715362
Binary111111110011001111110
Octal17723176

Shades and tints

Shades of #7F993E

#7F993E
(127,153,62)
#748C39
(116,140,57)
#697F34
(105,127,52)
#5E722F
(94,114,47)
#53652A
(83,101,42)
#485825
(72,88,37)
#3D4B20
(61,75,32)
#323E1B
(50,62,27)
#273116
(39,49,22)
#1C2411
(28,36,17)
#11170C
(17,23,12)
#000000
(0,0,0)

Tints of #7F993E

#7F993E
(127,153,62)
#8AA24F
(138,162,79)
#95AB60
(149,171,96)
#A0B471
(160,180,113)
#ABBD82
(171,189,130)
#B6C693
(182,198,147)
#C1CFA4
(193,207,164)
#CCD8B5
(204,216,181)
#D7E1C6
(215,225,198)
#E2EAD7
(226,234,215)
#EDF3E8
(237,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F993E color. Also use rgb(127,153,62) instead hex code.

Text Font Color

.myTextColor { color: #7F993E; }

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

This text font color is #7F993E.


Background Color

.myBgColor { background-color: #7F993E; }

<div style="background-color:#7F993E">Inner text</div>

This div background color is #7F993E.


Border color

.myBorderColor { border: 1px solid #7F993E; }

<div style="border:3px solid #7F993E">Div</div>

This div border color is #7F993E.


Opacity

.myOpacity80 { color: #7F993E; opacity: 0.8; }

<p style="color:#7F993E;opacity:0.8;">80%</p>

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

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

This text has shadow with #7F993E color.

.textShadow {text-shadow: 3px 3px 1px #7F993E, 3px 3px 1px red;}

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

This text has shadow with #7F993E primary color and red secondary color.


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

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

This text has shadow with #7F993E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F993E on black background.


Color preview on white background

This text has color #7F993E on white background.



Black color preview on #7F993E background

This text has black color on #7F993E background.


White color preview on #7F993E background

This text has white color on #7F993E background.