COLOR #707D07

HEX: #707D07
RGB: (112,125,7)

Color info

#707D07 contains mainly red and green colors. Web safe color of #707D07 is #666600 (or #660).

RGB color model

#707D07 color RGB value is (112,125,7).

  • red value is 112;
  • green value is 125;
  • blue value is 7.
RGB:
(112,125,7)
(44%,49%,3%)

RGB channels and saturation

R 112 of 255 = 44%
G 125 of 255 = 49%
B 7 of 255 = 3%

112
125
7

R + G + B ~ 32%. #707D07 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 125 + 7 = 244 (100%)
R 112 of 244 ~ 45.9%
G 125 of 244 ~ 51.23%
B 7 of 244 ~ 2.87%

%45.9
%51.23

CMYK color model

#707D07 color CMYK value is (10,0,94,51).

  • cyan value is 10.40%
  • magenta value is 0.00%
  • yellow value is 94.40%
  • key color value is 50.98%
CMYK:
(10,0,94,51)
C10M0Y94K51 
(10%,0%,94%,51%)
(0.10/0.00/0.94/0.51)	

CMYK percentages

%10.4
%0
%94.4
%50.98

Codes

Color #707D07 in popluar color models

707D07
RGB1121257
HSL67°89.39%25.88%
HSB/HSV67°94.40%49.02%
CMYK10.40%0.00%94.40%
50.98%

Color #707D07 in popluar number systems.

HEX707D07
Decimal1121257
Binary11100001111101111
Octal1601757

Shades and tints

Shades of #707D07

#707D07
(112,125,7)
#667207
(102,114,7)
#5C6707
(92,103,7)
#525C07
(82,92,7)
#485107
(72,81,7)
#3E4607
(62,70,7)
#343B07
(52,59,7)
#2A3007
(42,48,7)
#202507
(32,37,7)
#161A07
(22,26,7)
#0C0F07
(12,15,7)
#000000
(0,0,0)

Tints of #707D07

#707D07
(112,125,7)
#7D881D
(125,136,29)
#8A9333
(138,147,51)
#979E49
(151,158,73)
#A4A95F
(164,169,95)
#B1B475
(177,180,117)
#BEBF8B
(190,191,139)
#CBCAA1
(203,202,161)
#D8D5B7
(216,213,183)
#E5E0CD
(229,224,205)
#F2EBE3
(242,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #707D07 color. Also use rgb(112,125,7) instead hex code.

Text Font Color

.myTextColor { color: #707D07; }

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

This text font color is #707D07.


Background Color

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

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

This div background color is #707D07.


Border color

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

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

This div border color is #707D07.


Opacity

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

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

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

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

This text has shadow with #707D07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707D07 on black background.


Color preview on white background

This text has color #707D07 on white background.



Black color preview on #707D07 background

This text has black color on #707D07 background.


White color preview on #707D07 background

This text has white color on #707D07 background.