COLOR #7F953F

HEX: #7F953F
RGB: (127,149,63)

Color info

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

RGB color model

#7F953F color RGB value is (127,149,63).

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

RGB channels and saturation

R 127 of 255 = 50%
G 149 of 255 = 58%
B 63 of 255 = 25%

127
149
63

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

Portions of RGB colors in percentages

R + G + B =
127 + 149 + 63 = 339 (100%)
R 127 of 339 ~ 37.46%
G 149 of 339 ~ 43.95%
B 63 of 339 ~ 18.58%

%37.46
%43.95
%18.58

CMYK color model

#7F953F color CMYK value is (15,0,58,42).

  • cyan value is 14.77%
  • magenta value is 0.00%
  • yellow value is 57.72%
  • key color value is 41.57%
CMYK:
(15,0,58,42)
C15M0Y58K42 
(15%,0%,58%,42%)
(0.15/0.00/0.58/0.42)	

CMYK percentages

%14.77
%0
%57.72
%41.57

Codes

Color #7F953F in popluar color models

7F953F
RGB12714963
HSL75°40.57%41.57%
HSB/HSV75°57.72%58.43%
CMYK14.77%0.00%57.72%
41.57%

Color #7F953F in popluar number systems.

HEX7F953F
Decimal12714963
Binary111111110010101111111
Octal17722577

Shades and tints

Shades of #7F953F

#7F953F
(127,149,63)
#74883A
(116,136,58)
#697B35
(105,123,53)
#5E6E30
(94,110,48)
#53612B
(83,97,43)
#485426
(72,84,38)
#3D4721
(61,71,33)
#323A1C
(50,58,28)
#272D17
(39,45,23)
#1C2012
(28,32,18)
#11130D
(17,19,13)
#000000
(0,0,0)

Tints of #7F953F

#7F953F
(127,149,63)
#8A9E50
(138,158,80)
#95A761
(149,167,97)
#A0B072
(160,176,114)
#ABB983
(171,185,131)
#B6C294
(182,194,148)
#C1CBA5
(193,203,165)
#CCD4B6
(204,212,182)
#D7DDC7
(215,221,199)
#E2E6D8
(226,230,216)
#EDEFE9
(237,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F953F; }

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

This text font color is #7F953F.


Background Color

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

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

This div background color is #7F953F.


Border color

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

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

This div border color is #7F953F.


Opacity

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

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

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

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

This text has shadow with #7F953F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F953F on black background.


Color preview on white background

This text has color #7F953F on white background.



Black color preview on #7F953F background

This text has black color on #7F953F background.


White color preview on #7F953F background

This text has white color on #7F953F background.