COLOR #707635

HEX: #707635
RGB: (112,118,53)

Color info

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

RGB color model

#707635 color RGB value is (112,118,53).

  • red value is 112;
  • green value is 118;
  • blue value is 53.
RGB:
(112,118,53)
(44%,46%,21%)

RGB channels and saturation

R 112 of 255 = 44%
G 118 of 255 = 46%
B 53 of 255 = 21%

112
118
53

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

Portions of RGB colors in percentages

R + G + B =
112 + 118 + 53 = 283 (100%)
R 112 of 283 ~ 39.58%
G 118 of 283 ~ 41.7%
B 53 of 283 ~ 18.73%

%39.58
%41.7
%18.73

CMYK color model

#707635 color CMYK value is (5,0,55,54).

  • cyan value is 5.08%
  • magenta value is 0.00%
  • yellow value is 55.08%
  • key color value is 53.73%
CMYK:
(5,0,55,54)
C5M0Y55K54 
(5%,0%,55%,54%)
(0.05/0.00/0.55/0.54)	

CMYK percentages

%5.08
%0
%55.08
%53.73

Codes

Color #707635 in popluar color models

707635
RGB11211853
HSL66°38.01%33.53%
HSB/HSV66°55.08%46.27%
CMYK5.08%0.00%55.08%
53.73%

Color #707635 in popluar number systems.

HEX707635
Decimal11211853
Binary11100001110110110101
Octal16016665

Shades and tints

Shades of #707635

#707635
(112,118,53)
#666C31
(102,108,49)
#5C622D
(92,98,45)
#525829
(82,88,41)
#484E25
(72,78,37)
#3E4421
(62,68,33)
#343A1D
(52,58,29)
#2A3019
(42,48,25)
#202615
(32,38,21)
#161C11
(22,28,17)
#0C120D
(12,18,13)
#000000
(0,0,0)

Tints of #707635

#707635
(112,118,53)
#7D8247
(125,130,71)
#8A8E59
(138,142,89)
#979A6B
(151,154,107)
#A4A67D
(164,166,125)
#B1B28F
(177,178,143)
#BEBEA1
(190,190,161)
#CBCAB3
(203,202,179)
#D8D6C5
(216,214,197)
#E5E2D7
(229,226,215)
#F2EEE9
(242,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707635; }

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

This text font color is #707635.


Background Color

.myBgColor { background-color: #707635; }

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

This div background color is #707635.


Border color

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

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

This div border color is #707635.


Opacity

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

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

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

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

This text has shadow with #707635 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707635 on black background.


Color preview on white background

This text has color #707635 on white background.



Black color preview on #707635 background

This text has black color on #707635 background.


White color preview on #707635 background

This text has white color on #707635 background.