COLOR #7F9259

HEX: #7F9259 RGB: (127,146,89)

Color info

#7F9259 contains red, green and blue colors in about the same proportion. Web safe color of #7F9259 is #669966 (or #696).

RGB color model

#7F9259 color RGB value is (127,146,89).

RGB: (127,146,89) (50%, 57%, 35%)

RGB channels and saturation

R 127 of 255 = 50%
G 146 of 255 = 57%
B 89 of 255 = 35%

127
146
89

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

Portions of RGB colors in percentages

R + G + B = 127 + 146 + 89 = 362 (100%)
R 127 of 362 ~ 35.08%
G 146 of 362 ~ 40.33%
B 89 of 362 ~ 24.59'%

%35.08
%40.33
%24.59

CMYK color model

#7F9259 color CMYK value is (13,0,39,43).

  • cyan value is 13.01%
  • magenta value is 0.00%
  • yellow value is 39.04%
  • key color value is 42.75%
CMYK: (13,0,39,43) C13M0Y39K43 (13%,0%,39%,43%) (0.13/0.00/0.39/0.43) 

CMYK percentages

%13.01
%0
%39.04
%42.75

Codes

Color #7F9259 in popluar color models

7F 92 59
RGB 127 146 89
HSL 80° 24.26% 46.08%
HSB/HSV 80° 39.04% 57.25%
CMYK 13.01% 0.00% 39.04%
42.75%

Color #7F9259 in popluar number systems.

HEX 7F 92 59
Decimal 127 146 89
Binary 1111111 10010010 1011001
Octal 177 222 131

Shades and tints

Shades of #7F9259

#7F9259
(127,146,89)
#748551
(116,133,81)
#697849
(105,120,73)
#5E6B41
(94,107,65)
#535E39
(83,94,57)
#485131
(72,81,49)
#3D4429
(61,68,41)
#323721
(50,55,33)
#272A19
(39,42,25)
#1C1D11
(28,29,17)
#111009
(17,16,9)
#000000
(0,0,0)

Tints of #7F9259

#7F9259
(127,146,89)
#8A9B68
(138,155,104)
#95A477
(149,164,119)
#A0AD86
(160,173,134)
#ABB695
(171,182,149)
#B6BFA4
(182,191,164)
#C1C8B3
(193,200,179)
#CCD1C2
(204,209,194)
#D7DAD1
(215,218,209)
#E2E3E0
(226,227,224)
#EDECEF
(237,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F9259; }

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

This text font color is #7F9259.

Background Color

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

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

This div background color is #7F9259.

Border color

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

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

This div border color is #7F9259.

Opacity

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

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

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

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

This text has shadow with #7F9259 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F9259.

Preview

Color preview on black background

This text has color #7F9259 on black background.


Color preview on white background

This text has color #7F9259 on white background.


Black color preview on #7F9259 background

This text has black color on #7F9259 background.


White color preview on #7F9259 background

This text has white color on #7F9259 background.


Related colors

Complementary color

Complementary color for #hex is #806DA6.


I love getcolorcode.com

Triadic colors

1 #597F92 and #92597F with #7F9259 are triadic colors.

2 #59927F and #927F59 with #7F9259 are triadic colors.