COLOR #7F9365

HEX: #7F9365
RGB: (127,147,101)

Color info

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

RGB color model

#7F9365 color RGB value is (127,147,101).

  • red value is 127;
  • green value is 147;
  • blue value is 101.
RGB:
(127,147,101)
(50%,58%,40%)

RGB channels and saturation

R 127 of 255 = 50%
G 147 of 255 = 58%
B 101 of 255 = 40%

127
147
101

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

Portions of RGB colors in percentages

R + G + B =
127 + 147 + 101 = 375 (100%)
R 127 of 375 ~ 33.87%
G 147 of 375 ~ 39.2%
B 101 of 375 ~ 26.93%

%33.87
%39.2
%26.93

CMYK color model

#7F9365 color CMYK value is (14,0,31,42).

  • cyan value is 13.61%
  • magenta value is 0.00%
  • yellow value is 31.29%
  • key color value is 42.35%
CMYK:
(14,0,31,42)
C14M0Y31K42 
(14%,0%,31%,42%)
(0.14/0.00/0.31/0.42)	

CMYK percentages

%13.61
%0
%31.29
%42.35

Codes

Color #7F9365 in popluar color models

7F9365
RGB127147101
HSL86°18.55%48.63%
HSB/HSV86°31.29%57.65%
CMYK13.61%0.00%31.29%
42.35%

Color #7F9365 in popluar number systems.

HEX7F9365
Decimal127147101
Binary1111111100100111100101
Octal177223145

Shades and tints

Shades of #7F9365

#7F9365
(127,147,101)
#74865C
(116,134,92)
#697953
(105,121,83)
#5E6C4A
(94,108,74)
#535F41
(83,95,65)
#485238
(72,82,56)
#3D452F
(61,69,47)
#323826
(50,56,38)
#272B1D
(39,43,29)
#1C1E14
(28,30,20)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #7F9365

#7F9365
(127,147,101)
#8A9C73
(138,156,115)
#95A581
(149,165,129)
#A0AE8F
(160,174,143)
#ABB79D
(171,183,157)
#B6C0AB
(182,192,171)
#C1C9B9
(193,201,185)
#CCD2C7
(204,210,199)
#D7DBD5
(215,219,213)
#E2E4E3
(226,228,227)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F9365; }

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

This text font color is #7F9365.


Background Color

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

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

This div background color is #7F9365.


Border color

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

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

This div border color is #7F9365.


Opacity

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

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

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

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

This text has shadow with #7F9365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F9365 on black background.


Color preview on white background

This text has color #7F9365 on white background.



Black color preview on #7F9365 background

This text has black color on #7F9365 background.


White color preview on #7F9365 background

This text has white color on #7F9365 background.