COLOR #7F9239

HEX: #7F9239
RGB: (127,146,57)

Color info

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

RGB color model

#7F9239 color RGB value is (127,146,57).

  • red value is 127;
  • green value is 146;
  • blue value is 57.
RGB:
(127,146,57)
(50%,57%,22%)

RGB channels and saturation

R 127 of 255 = 50%
G 146 of 255 = 57%
B 57 of 255 = 22%

127
146
57

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

Portions of RGB colors in percentages

R + G + B =
127 + 146 + 57 = 330 (100%)
R 127 of 330 ~ 38.48%
G 146 of 330 ~ 44.24%
B 57 of 330 ~ 17.27%

%38.48
%44.24
%17.27

CMYK color model

#7F9239 color CMYK value is (13,0,61,43).

  • cyan value is 13.01%
  • magenta value is 0.00%
  • yellow value is 60.96%
  • key color value is 42.75%
CMYK:
(13,0,61,43)
C13M0Y61K43 
(13%,0%,61%,43%)
(0.13/0.00/0.61/0.43)	

CMYK percentages

%13.01
%0
%60.96
%42.75

Codes

Color #7F9239 in popluar color models

7F9239
RGB12714657
HSL73°43.84%39.80%
HSB/HSV73°60.96%57.25%
CMYK13.01%0.00%60.96%
42.75%

Color #7F9239 in popluar number systems.

HEX7F9239
Decimal12714657
Binary111111110010010111001
Octal17722271

Shades and tints

Shades of #7F9239

#7F9239
(127,146,57)
#748534
(116,133,52)
#69782F
(105,120,47)
#5E6B2A
(94,107,42)
#535E25
(83,94,37)
#485120
(72,81,32)
#3D441B
(61,68,27)
#323716
(50,55,22)
#272A11
(39,42,17)
#1C1D0C
(28,29,12)
#111007
(17,16,7)
#000000
(0,0,0)

Tints of #7F9239

#7F9239
(127,146,57)
#8A9B4B
(138,155,75)
#95A45D
(149,164,93)
#A0AD6F
(160,173,111)
#ABB681
(171,182,129)
#B6BF93
(182,191,147)
#C1C8A5
(193,200,165)
#CCD1B7
(204,209,183)
#D7DAC9
(215,218,201)
#E2E3DB
(226,227,219)
#EDECED
(237,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F9239 color. Also use rgb(127,146,57) instead hex code.

Text Font Color

.myTextColor { color: #7F9239; }

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

This text font color is #7F9239.


Background Color

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

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

This div background color is #7F9239.


Border color

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

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

This div border color is #7F9239.


Opacity

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

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

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

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

This text has shadow with #7F9239 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F9239 on black background.


Color preview on white background

This text has color #7F9239 on white background.



Black color preview on #7F9239 background

This text has black color on #7F9239 background.


White color preview on #7F9239 background

This text has white color on #7F9239 background.