COLOR #707835

HEX: #707835 RGB: (112,120,53)

Color info

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

RGB color model

#707835 color RGB value is (112,120,53).

RGB: (112,120,53) (44%, 47%, 21%)

RGB channels and saturation

R 112 of 255 = 44%
G 120 of 255 = 47%
B 53 of 255 = 21%

112
120
53

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

Portions of RGB colors in percentages

R + G + B = 112 + 120 + 53 = 285 (100%)
R 112 of 285 ~ 39.3%
G 120 of 285 ~ 42.11%
B 53 of 285 ~ 18.6'%

%39.3
%42.11
%18.6

CMYK color model

#707835 color CMYK value is (7,0,56,53).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 55.83%
  • key color value is 52.94%

CMYK: (7,0,56,53)
C7M0Y56K53 (7%, 0%, 56%, 53%)
(0.07 / 0.00 / 0.56 / 0.53)

CMYK percentages

%6.67
%0
%55.83
%52.94

Codes

Color #707835 in popluar color models

70 78 35
RGB 112 120 53
HSL 67° 38.73% 33.92%
HSB/HSV 67° 55.83% 47.06%
CMYK 6.67% 0.00% 55.83%
52.94%

Color #707835 in popluar number systems.

HEX 70 78 35
Decimal 112 120 53
Binary 1110000 1111000 110101
Octal 160 170 65

Shades and tints

Shades of #707835

#707835
(112,120,53)
#666E31
(102,110,49)
#5C642D
(92,100,45)
#525A29
(82,90,41)
#485025
(72,80,37)
#3E4621
(62,70,33)
#343C1D
(52,60,29)
#2A3219
(42,50,25)
#202815
(32,40,21)
#161E11
(22,30,17)
#0C140D
(12,20,13)
#000000
(0,0,0)

Tints of #707835

#707835
(112,120,53)
#7D8447
(125,132,71)
#8A9059
(138,144,89)
#979C6B
(151,156,107)
#A4A87D
(164,168,125)
#B1B48F
(177,180,143)
#BEC0A1
(190,192,161)
#CBCCB3
(203,204,179)
#D8D8C5
(216,216,197)
#E5E4D7
(229,228,215)
#F2F0E9
(242,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #707835 color. Also use rgb(112,120,53) instead hex code.

Text Font Color

.myTextColor { color: #707835; }

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

This text font color is #707835.

Background Color

.myBgColor { background-color: #707835; }

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

This div background color is #707835.

Border color

.myBorderColor { border: 1px solid #707835; }

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

This div border color is #707835.

Opacity

.myOpacity80 { color: #707835; opacity: 0.8; }

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

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

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

This text has shadow with #707835 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #707835.

Preview

Color preview on black background

This text has color #707835 on black background.


Color preview on white background

This text has color #707835 on white background.


Black color preview on #707835 background

This text has black color on #707835 background.


White color preview on #707835 background

This text has white color on #707835 background.


Related colors

Complementary color

Complementary color for #hex is #8F87CA.


I love getcolorcode.com

Triadic colors

1 #357078 and #783570 with #707835 are triadic colors.

2 #357870 and #787035 with #707835 are triadic colors.