COLOR #7F955C

HEX: #7F955C
RGB: (127,149,92)

Color info

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

RGB color model

#7F955C color RGB value is (127,149,92).

  • red value is 127;
  • green value is 149;
  • blue value is 92.
RGB:
(127,149,92)
(50%,58%,36%)

RGB channels and saturation

R 127 of 255 = 50%
G 149 of 255 = 58%
B 92 of 255 = 36%

127
149
92

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

Portions of RGB colors in percentages

R + G + B =
127 + 149 + 92 = 368 (100%)
R 127 of 368 ~ 34.51%
G 149 of 368 ~ 40.49%
B 92 of 368 ~ 25%

%34.51
%40.49
%25

CMYK color model

#7F955C color CMYK value is (15,0,38,42).

  • cyan value is 14.77%
  • magenta value is 0.00%
  • yellow value is 38.26%
  • key color value is 41.57%
CMYK:
(15,0,38,42)
C15M0Y38K42 
(15%,0%,38%,42%)
(0.15/0.00/0.38/0.42)	

CMYK percentages

%14.77
%0
%38.26
%41.57

Codes

Color #7F955C in popluar color models

7F955C
RGB12714992
HSL83°23.65%47.25%
HSB/HSV83°38.26%58.43%
CMYK14.77%0.00%38.26%
41.57%

Color #7F955C in popluar number systems.

HEX7F955C
Decimal12714992
Binary1111111100101011011100
Octal177225134

Shades and tints

Shades of #7F955C

#7F955C
(127,149,92)
#748854
(116,136,84)
#697B4C
(105,123,76)
#5E6E44
(94,110,68)
#53613C
(83,97,60)
#485434
(72,84,52)
#3D472C
(61,71,44)
#323A24
(50,58,36)
#272D1C
(39,45,28)
#1C2014
(28,32,20)
#11130C
(17,19,12)
#000000
(0,0,0)

Tints of #7F955C

#7F955C
(127,149,92)
#8A9E6A
(138,158,106)
#95A778
(149,167,120)
#A0B086
(160,176,134)
#ABB994
(171,185,148)
#B6C2A2
(182,194,162)
#C1CBB0
(193,203,176)
#CCD4BE
(204,212,190)
#D7DDCC
(215,221,204)
#E2E6DA
(226,230,218)
#EDEFE8
(237,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F955C color. Also use rgb(127,149,92) instead hex code.

Text Font Color

.myTextColor { color: #7F955C; }

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

This text font color is #7F955C.


Background Color

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

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

This div background color is #7F955C.


Border color

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

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

This div border color is #7F955C.


Opacity

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

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

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

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

This text has shadow with #7F955C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F955C on black background.


Color preview on white background

This text has color #7F955C on white background.



Black color preview on #7F955C background

This text has black color on #7F955C background.


White color preview on #7F955C background

This text has white color on #7F955C background.