COLOR #7F8730

HEX: #7F8730
RGB: (127,135,48)

Color info

#7F8730 contains mainly red and green colors. Web safe color of #7F8730 is #669933 (or #693).

RGB color model

#7F8730 color RGB value is (127,135,48).

  • red value is 127;
  • green value is 135;
  • blue value is 48.
RGB:
(127,135,48)
(50%,53%,19%)

RGB channels and saturation

R 127 of 255 = 50%
G 135 of 255 = 53%
B 48 of 255 = 19%

127
135
48

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

Portions of RGB colors in percentages

R + G + B =
127 + 135 + 48 = 310 (100%)
R 127 of 310 ~ 40.97%
G 135 of 310 ~ 43.55%
B 48 of 310 ~ 15.48%

%40.97
%43.55
%15.48

CMYK color model

#7F8730 color CMYK value is (6,0,64,47).

  • cyan value is 5.93%
  • magenta value is 0.00%
  • yellow value is 64.44%
  • key color value is 47.06%
CMYK:
(6,0,64,47)
C6M0Y64K47 
(6%,0%,64%,47%)
(0.06/0.00/0.64/0.47)	

CMYK percentages

%5.93
%0
%64.44
%47.06

Codes

Color #7F8730 in popluar color models

7F8730
RGB12713548
HSL66°47.54%35.88%
HSB/HSV66°64.44%52.94%
CMYK5.93%0.00%64.44%
47.06%

Color #7F8730 in popluar number systems.

HEX7F8730
Decimal12713548
Binary111111110000111110000
Octal17720760

Shades and tints

Shades of #7F8730

#7F8730
(127,135,48)
#747B2C
(116,123,44)
#696F28
(105,111,40)
#5E6324
(94,99,36)
#535720
(83,87,32)
#484B1C
(72,75,28)
#3D3F18
(61,63,24)
#323314
(50,51,20)
#272710
(39,39,16)
#1C1B0C
(28,27,12)
#110F08
(17,15,8)
#000000
(0,0,0)

Tints of #7F8730

#7F8730
(127,135,48)
#8A9142
(138,145,66)
#959B54
(149,155,84)
#A0A566
(160,165,102)
#ABAF78
(171,175,120)
#B6B98A
(182,185,138)
#C1C39C
(193,195,156)
#CCCDAE
(204,205,174)
#D7D7C0
(215,215,192)
#E2E1D2
(226,225,210)
#EDEBE4
(237,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F8730 color. Also use rgb(127,135,48) instead hex code.

Text Font Color

.myTextColor { color: #7F8730; }

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

This text font color is #7F8730.


Background Color

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

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

This div background color is #7F8730.


Border color

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

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

This div border color is #7F8730.


Opacity

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

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

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

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

This text has shadow with #7F8730 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F8730 on black background.


Color preview on white background

This text has color #7F8730 on white background.



Black color preview on #7F8730 background

This text has black color on #7F8730 background.


White color preview on #7F8730 background

This text has white color on #7F8730 background.