COLOR #707839

HEX: #707839
RGB: (112,120,57)

Color info

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

RGB color model

#707839 color RGB value is (112,120,57).

  • red value is 112;
  • green value is 120;
  • blue value is 57.
RGB:
(112,120,57)
(44%,47%,22%)

RGB channels and saturation

R 112 of 255 = 44%
G 120 of 255 = 47%
B 57 of 255 = 22%

112
120
57

R + G + B ~ 38%. #707839 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 120 + 57 = 289 (100%)
R 112 of 289 ~ 38.75%
G 120 of 289 ~ 41.52%
B 57 of 289 ~ 19.72%

%38.75
%41.52
%19.72

CMYK color model

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

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 52.50%
  • key color value is 52.94%
CMYK:
(7,0,53,53)
C7M0Y53K53 
(7%,0%,53%,53%)
(0.07/0.00/0.53/0.53)	

CMYK percentages

%6.67
%0
%52.5
%52.94

Codes

Color #707839 in popluar color models

707839
RGB11212057
HSL68°35.59%34.71%
HSB/HSV68°52.50%47.06%
CMYK6.67%0.00%52.50%
52.94%

Color #707839 in popluar number systems.

HEX707839
Decimal11212057
Binary11100001111000111001
Octal16017071

Shades and tints

Shades of #707839

#707839
(112,120,57)
#666E34
(102,110,52)
#5C642F
(92,100,47)
#525A2A
(82,90,42)
#485025
(72,80,37)
#3E4620
(62,70,32)
#343C1B
(52,60,27)
#2A3216
(42,50,22)
#202811
(32,40,17)
#161E0C
(22,30,12)
#0C1407
(12,20,7)
#000000
(0,0,0)

Tints of #707839

#707839
(112,120,57)
#7D844B
(125,132,75)
#8A905D
(138,144,93)
#979C6F
(151,156,111)
#A4A881
(164,168,129)
#B1B493
(177,180,147)
#BEC0A5
(190,192,165)
#CBCCB7
(203,204,183)
#D8D8C9
(216,216,201)
#E5E4DB
(229,228,219)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707839; }

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

This text font color is #707839.


Background Color

.myBgColor { background-color: #707839; }

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

This div background color is #707839.


Border color

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

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

This div border color is #707839.


Opacity

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

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

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

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

This text has shadow with #707839 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707839 on black background.


Color preview on white background

This text has color #707839 on white background.



Black color preview on #707839 background

This text has black color on #707839 background.


White color preview on #707839 background

This text has white color on #707839 background.