COLOR #707F25

HEX: #707F25
RGB: (112,127,37)

Color info

#707F25 contains mainly red and green colors. Web safe color of #707F25 is #666633 (or #663).

RGB color model

#707F25 color RGB value is (112,127,37).

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

RGB channels and saturation

R 112 of 255 = 44%
G 127 of 255 = 50%
B 37 of 255 = 15%

112
127
37

R + G + B ~ 36%. #707F25 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 127 + 37 = 276 (100%)
R 112 of 276 ~ 40.58%
G 127 of 276 ~ 46.01%
B 37 of 276 ~ 13.41%

%40.58
%46.01
%13.41

CMYK color model

#707F25 color CMYK value is (12,0,71,50).

  • cyan value is 11.81%
  • magenta value is 0.00%
  • yellow value is 70.87%
  • key color value is 50.20%
CMYK:
(12,0,71,50)
C12M0Y71K50 
(12%,0%,71%,50%)
(0.12/0.00/0.71/0.50)	

CMYK percentages

%11.81
%0
%70.87
%50.2

Codes

Color #707F25 in popluar color models

707F25
RGB11212737
HSL70°54.88%32.16%
HSB/HSV70°70.87%49.80%
CMYK11.81%0.00%70.87%
50.20%

Color #707F25 in popluar number systems.

HEX707F25
Decimal11212737
Binary11100001111111100101
Octal16017745

Shades and tints

Shades of #707F25

#707F25
(112,127,37)
#667422
(102,116,34)
#5C691F
(92,105,31)
#525E1C
(82,94,28)
#485319
(72,83,25)
#3E4816
(62,72,22)
#343D13
(52,61,19)
#2A3210
(42,50,16)
#20270D
(32,39,13)
#161C0A
(22,28,10)
#0C1107
(12,17,7)
#000000
(0,0,0)

Tints of #707F25

#707F25
(112,127,37)
#7D8A38
(125,138,56)
#8A954B
(138,149,75)
#97A05E
(151,160,94)
#A4AB71
(164,171,113)
#B1B684
(177,182,132)
#BEC197
(190,193,151)
#CBCCAA
(203,204,170)
#D8D7BD
(216,215,189)
#E5E2D0
(229,226,208)
#F2EDE3
(242,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #707F25 color. Also use rgb(112,127,37) instead hex code.

Text Font Color

.myTextColor { color: #707F25; }

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

This text font color is #707F25.


Background Color

.myBgColor { background-color: #707F25; }

<div style="background-color:#707F25">Inner text</div>

This div background color is #707F25.


Border color

.myBorderColor { border: 1px solid #707F25; }

<div style="border:3px solid #707F25">Div</div>

This div border color is #707F25.


Opacity

.myOpacity80 { color: #707F25; opacity: 0.8; }

<p style="color:#707F25;opacity:0.8;">80%</p>

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

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

This text has shadow with #707F25 color.

.textShadow {text-shadow: 3px 3px 1px #707F25, 3px 3px 1px red;}

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

This text has shadow with #707F25 primary color and red secondary color.


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

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

This text has shadow with #707F25 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707F25 on black background.


Color preview on white background

This text has color #707F25 on white background.



Black color preview on #707F25 background

This text has black color on #707F25 background.


White color preview on #707F25 background

This text has white color on #707F25 background.