COLOR #7F9350

HEX: #7F9350 RGB: (127,147,80)

Color info

#7F9350 contains mainly red and green colors. Web safe color of #7F9350 is #669966 (or #696).

RGB color model

#7F9350 color RGB value is (127,147,80).

RGB: (127,147,80) (50%, 58%, 31%)

RGB channels and saturation

R 127 of 255 = 50%
G 147 of 255 = 58%
B 80 of 255 = 31%

127
147
80

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

Portions of RGB colors in percentages

R + G + B = 127 + 147 + 80 = 354 (100%)
R 127 of 354 ~ 35.88%
G 147 of 354 ~ 41.53%
B 80 of 354 ~ 22.6'%

%35.88
%41.53
%22.6

CMYK color model

#7F9350 color CMYK value is (14,0,46,42).

  • cyan value is 13.61%
  • magenta value is 0.00%
  • yellow value is 45.58%
  • key color value is 42.35%
CMYK: (14,0,46,42) C14M0Y46K42 (14%,0%,46%,42%) (0.14/0.00/0.46/0.42) 

CMYK percentages

%13.61
%0
%45.58
%42.35

Codes

Color #7F9350 in popluar color models

7F 93 50
RGB 127 147 80
HSL 78° 29.52% 44.51%
HSB/HSV 78° 45.58% 57.65%
CMYK 13.61% 0.00% 45.58%
42.35%

Color #7F9350 in popluar number systems.

HEX 7F 93 50
Decimal 127 147 80
Binary 1111111 10010011 1010000
Octal 177 223 120

Shades and tints

Shades of #7F9350

#7F9350
(127,147,80)
#748649
(116,134,73)
#697942
(105,121,66)
#5E6C3B
(94,108,59)
#535F34
(83,95,52)
#48522D
(72,82,45)
#3D4526
(61,69,38)
#32381F
(50,56,31)
#272B18
(39,43,24)
#1C1E11
(28,30,17)
#11110A
(17,17,10)
#000000
(0,0,0)

Tints of #7F9350

#7F9350
(127,147,80)
#8A9C5F
(138,156,95)
#95A56E
(149,165,110)
#A0AE7D
(160,174,125)
#ABB78C
(171,183,140)
#B6C09B
(182,192,155)
#C1C9AA
(193,201,170)
#CCD2B9
(204,210,185)
#D7DBC8
(215,219,200)
#E2E4D7
(226,228,215)
#EDEDE6
(237,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F9350 color. Also use rgb(127,147,80) instead hex code.

Text Font Color

.myTextColor { color: #7F9350; }

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

This text font color is #7F9350.

Background Color

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

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

This div background color is #7F9350.

Border color

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

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

This div border color is #7F9350.

Opacity

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

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

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

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

This text has shadow with #7F9350 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F9350.

Preview

Color preview on black background

This text has color #7F9350 on black background.


Color preview on white background

This text has color #7F9350 on white background.


Black color preview on #7F9350 background

This text has black color on #7F9350 background.


White color preview on #7F9350 background

This text has white color on #7F9350 background.


Related colors

Complementary color

Complementary color for #hex is #806CAF.


I love getcolorcode.com

Triadic colors

1 #507F93 and #93507F with #7F9350 are triadic colors.

2 #50937F and #937F50 with #7F9350 are triadic colors.