COLOR #707D42

HEX: #707D42
RGB: (112,125,66)

Color info

#707D42 contains red, green and blue colors in about the same proportion. Web safe color of #707D42 is #666633 (or #663).

RGB color model

#707D42 color RGB value is (112,125,66).

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

RGB channels and saturation

R 112 of 255 = 44%
G 125 of 255 = 49%
B 66 of 255 = 26%

112
125
66

R + G + B ~ 40%. #707D42 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 125 + 66 = 303 (100%)
R 112 of 303 ~ 36.96%
G 125 of 303 ~ 41.25%
B 66 of 303 ~ 21.78%

%36.96
%41.25
%21.78

CMYK color model

#707D42 color CMYK value is (10,0,47,51).

  • cyan value is 10.40%
  • magenta value is 0.00%
  • yellow value is 47.20%
  • key color value is 50.98%
CMYK:
(10,0,47,51)
C10M0Y47K51 
(10%,0%,47%,51%)
(0.10/0.00/0.47/0.51)	

CMYK percentages

%10.4
%0
%47.2
%50.98

Codes

Color #707D42 in popluar color models

707D42
RGB11212566
HSL73°30.89%37.45%
HSB/HSV73°47.20%49.02%
CMYK10.40%0.00%47.20%
50.98%

Color #707D42 in popluar number systems.

HEX707D42
Decimal11212566
Binary111000011111011000010
Octal160175102

Shades and tints

Shades of #707D42

#707D42
(112,125,66)
#66723C
(102,114,60)
#5C6736
(92,103,54)
#525C30
(82,92,48)
#48512A
(72,81,42)
#3E4624
(62,70,36)
#343B1E
(52,59,30)
#2A3018
(42,48,24)
#202512
(32,37,18)
#161A0C
(22,26,12)
#0C0F06
(12,15,6)
#000000
(0,0,0)

Tints of #707D42

#707D42
(112,125,66)
#7D8853
(125,136,83)
#8A9364
(138,147,100)
#979E75
(151,158,117)
#A4A986
(164,169,134)
#B1B497
(177,180,151)
#BEBFA8
(190,191,168)
#CBCAB9
(203,202,185)
#D8D5CA
(216,213,202)
#E5E0DB
(229,224,219)
#F2EBEC
(242,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707D42; }

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

This text font color is #707D42.


Background Color

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

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

This div background color is #707D42.


Border color

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

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

This div border color is #707D42.


Opacity

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

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

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

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

This text has shadow with #707D42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707D42 on black background.


Color preview on white background

This text has color #707D42 on white background.



Black color preview on #707D42 background

This text has black color on #707D42 background.


White color preview on #707D42 background

This text has white color on #707D42 background.