COLOR #707F2A

HEX: #707F2A RGB: (112,127,42)

Color info

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

RGB color model

#707F2A color RGB value is (112,127,42).

RGB: (112,127,42) (44%, 50%, 16%)

RGB channels and saturation

R 112 of 255 = 44%
G 127 of 255 = 50%
B 42 of 255 = 16%

112
127
42

R + G + B ~ 37%. #707F2A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 112 + 127 + 42 = 281 (100%)
R 112 of 281 ~ 39.86%
G 127 of 281 ~ 45.2%
B 42 of 281 ~ 14.95'%

%39.86
%45.2
%14.95

CMYK color model

#707F2A color CMYK value is (12,0,67,50).

  • cyan value is 11.81%
  • magenta value is 0.00%
  • yellow value is 66.93%
  • key color value is 50.20%
CMYK: (12,0,67,50) C12M0Y67K50 (12%,0%,67%,50%) (0.12/0.00/0.67/0.50) 

CMYK percentages

%11.81
%0
%66.93
%50.2

Codes

Color #707F2A in popluar color models

70 7F 2A
RGB 112 127 42
HSL 71° 50.30% 33.14%
HSB/HSV 71° 66.93% 49.80%
CMYK 11.81% 0.00% 66.93%
50.20%

Color #707F2A in popluar number systems.

HEX 70 7F 2A
Decimal 112 127 42
Binary 1110000 1111111 101010
Octal 160 177 52

Shades and tints

Shades of #707F2A

#707F2A
(112,127,42)
#667427
(102,116,39)
#5C6924
(92,105,36)
#525E21
(82,94,33)
#48531E
(72,83,30)
#3E481B
(62,72,27)
#343D18
(52,61,24)
#2A3215
(42,50,21)
#202712
(32,39,18)
#161C0F
(22,28,15)
#0C110C
(12,17,12)
#000000
(0,0,0)

Tints of #707F2A

#707F2A
(112,127,42)
#7D8A3D
(125,138,61)
#8A9550
(138,149,80)
#97A063
(151,160,99)
#A4AB76
(164,171,118)
#B1B689
(177,182,137)
#BEC19C
(190,193,156)
#CBCCAF
(203,204,175)
#D8D7C2
(216,215,194)
#E5E2D5
(229,226,213)
#F2EDE8
(242,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707F2A; }

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

This text font color is #707F2A.

Background Color

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

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

This div background color is #707F2A.

Border color

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

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

This div border color is #707F2A.

Opacity

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

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

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

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

This text has shadow with #707F2A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #707F2A.

Preview

Color preview on black background

This text has color #707F2A on black background.


Color preview on white background

This text has color #707F2A on white background.


Black color preview on #707F2A background

This text has black color on #707F2A background.


White color preview on #707F2A background

This text has white color on #707F2A background.


Related colors

Complementary color

Complementary color for #hex is #8F80D5.


I love getcolorcode.com

Triadic colors

1 #2A707F and #7F2A70 with #707F2A are triadic colors.

2 #2A7F70 and #7F702A with #707F2A are triadic colors.