COLOR #7F9352

HEX: #7F9352
RGB: (127,147,82)

Color info

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

RGB color model

#7F9352 color RGB value is (127,147,82).

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

RGB channels and saturation

R 127 of 255 = 50%
G 147 of 255 = 58%
B 82 of 255 = 32%

127
147
82

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

Portions of RGB colors in percentages

R + G + B =
127 + 147 + 82 = 356 (100%)
R 127 of 356 ~ 35.67%
G 147 of 356 ~ 41.29%
B 82 of 356 ~ 23.03%

%35.67
%41.29
%23.03

CMYK color model

#7F9352 color CMYK value is (14,0,44,42).

  • cyan value is 13.61%
  • magenta value is 0.00%
  • yellow value is 44.22%
  • key color value is 42.35%
CMYK:
(14,0,44,42)
C14M0Y44K42 
(14%,0%,44%,42%)
(0.14/0.00/0.44/0.42)	

CMYK percentages

%13.61
%0
%44.22
%42.35

Codes

Color #7F9352 in popluar color models

7F9352
RGB12714782
HSL78°28.38%44.90%
HSB/HSV78°44.22%57.65%
CMYK13.61%0.00%44.22%
42.35%

Color #7F9352 in popluar number systems.

HEX7F9352
Decimal12714782
Binary1111111100100111010010
Octal177223122

Shades and tints

Shades of #7F9352

#7F9352
(127,147,82)
#74864B
(116,134,75)
#697944
(105,121,68)
#5E6C3D
(94,108,61)
#535F36
(83,95,54)
#48522F
(72,82,47)
#3D4528
(61,69,40)
#323821
(50,56,33)
#272B1A
(39,43,26)
#1C1E13
(28,30,19)
#11110C
(17,17,12)
#000000
(0,0,0)

Tints of #7F9352

#7F9352
(127,147,82)
#8A9C61
(138,156,97)
#95A570
(149,165,112)
#A0AE7F
(160,174,127)
#ABB78E
(171,183,142)
#B6C09D
(182,192,157)
#C1C9AC
(193,201,172)
#CCD2BB
(204,210,187)
#D7DBCA
(215,219,202)
#E2E4D9
(226,228,217)
#EDEDE8
(237,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F9352; }

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

This text font color is #7F9352.


Background Color

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

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

This div background color is #7F9352.


Border color

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

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

This div border color is #7F9352.


Opacity

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

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

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

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

This text has shadow with #7F9352 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F9352 on black background.


Color preview on white background

This text has color #7F9352 on white background.



Black color preview on #7F9352 background

This text has black color on #7F9352 background.


White color preview on #7F9352 background

This text has white color on #7F9352 background.