COLOR #7F9270

HEX: #7F9270
RGB: (127,146,112)

Color info

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

RGB color model

#7F9270 color RGB value is (127,146,112).

  • red value is 127;
  • green value is 146;
  • blue value is 112.
RGB:
(127,146,112)
(50%,57%,44%)

RGB channels and saturation

R 127 of 255 = 50%
G 146 of 255 = 57%
B 112 of 255 = 44%

127
146
112

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

Portions of RGB colors in percentages

R + G + B =
127 + 146 + 112 = 385 (100%)
R 127 of 385 ~ 32.99%
G 146 of 385 ~ 37.92%
B 112 of 385 ~ 29.09%

%32.99
%37.92
%29.09

CMYK color model

#7F9270 color CMYK value is (13,0,23,43).

  • cyan value is 13.01%
  • magenta value is 0.00%
  • yellow value is 23.29%
  • key color value is 42.75%
CMYK:
(13,0,23,43)
C13M0Y23K43 
(13%,0%,23%,43%)
(0.13/0.00/0.23/0.43)	

CMYK percentages

%13.01
%0
%23.29
%42.75

Codes

Color #7F9270 in popluar color models

7F9270
RGB127146112
HSL94°13.49%50.59%
HSB/HSV94°23.29%57.25%
CMYK13.01%0.00%23.29%
42.75%

Color #7F9270 in popluar number systems.

HEX7F9270
Decimal127146112
Binary1111111100100101110000
Octal177222160

Shades and tints

Shades of #7F9270

#7F9270
(127,146,112)
#748566
(116,133,102)
#69785C
(105,120,92)
#5E6B52
(94,107,82)
#535E48
(83,94,72)
#48513E
(72,81,62)
#3D4434
(61,68,52)
#32372A
(50,55,42)
#272A20
(39,42,32)
#1C1D16
(28,29,22)
#11100C
(17,16,12)
#000000
(0,0,0)

Tints of #7F9270

#7F9270
(127,146,112)
#8A9B7D
(138,155,125)
#95A48A
(149,164,138)
#A0AD97
(160,173,151)
#ABB6A4
(171,182,164)
#B6BFB1
(182,191,177)
#C1C8BE
(193,200,190)
#CCD1CB
(204,209,203)
#D7DAD8
(215,218,216)
#E2E3E5
(226,227,229)
#EDECF2
(237,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F9270 color. Also use rgb(127,146,112) instead hex code.

Text Font Color

.myTextColor { color: #7F9270; }

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

This text font color is #7F9270.


Background Color

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

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

This div background color is #7F9270.


Border color

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

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

This div border color is #7F9270.


Opacity

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

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

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

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

This text has shadow with #7F9270 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F9270 on black background.


Color preview on white background

This text has color #7F9270 on white background.



Black color preview on #7F9270 background

This text has black color on #7F9270 background.


White color preview on #7F9270 background

This text has white color on #7F9270 background.