COLOR #707843

HEX: #707843
RGB: (112,120,67)

Color info

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

RGB color model

#707843 color RGB value is (112,120,67).

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

RGB channels and saturation

R 112 of 255 = 44%
G 120 of 255 = 47%
B 67 of 255 = 26%

112
120
67

R + G + B ~ 39%. #707843 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 120 + 67 = 299 (100%)
R 112 of 299 ~ 37.46%
G 120 of 299 ~ 40.13%
B 67 of 299 ~ 22.41%

%37.46
%40.13
%22.41

CMYK color model

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

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 44.17%
  • key color value is 52.94%
CMYK:
(7,0,44,53)
C7M0Y44K53 
(7%,0%,44%,53%)
(0.07/0.00/0.44/0.53)	

CMYK percentages

%6.67
%0
%44.17
%52.94

Codes

Color #707843 in popluar color models

707843
RGB11212067
HSL69°28.34%36.67%
HSB/HSV69°44.17%47.06%
CMYK6.67%0.00%44.17%
52.94%

Color #707843 in popluar number systems.

HEX707843
Decimal11212067
Binary111000011110001000011
Octal160170103

Shades and tints

Shades of #707843

#707843
(112,120,67)
#666E3D
(102,110,61)
#5C6437
(92,100,55)
#525A31
(82,90,49)
#48502B
(72,80,43)
#3E4625
(62,70,37)
#343C1F
(52,60,31)
#2A3219
(42,50,25)
#202813
(32,40,19)
#161E0D
(22,30,13)
#0C1407
(12,20,7)
#000000
(0,0,0)

Tints of #707843

#707843
(112,120,67)
#7D8454
(125,132,84)
#8A9065
(138,144,101)
#979C76
(151,156,118)
#A4A887
(164,168,135)
#B1B498
(177,180,152)
#BEC0A9
(190,192,169)
#CBCCBA
(203,204,186)
#D8D8CB
(216,216,203)
#E5E4DC
(229,228,220)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707843; }

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

This text font color is #707843.


Background Color

.myBgColor { background-color: #707843; }

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

This div background color is #707843.


Border color

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

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

This div border color is #707843.


Opacity

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

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

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

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

This text has shadow with #707843 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707843 on black background.


Color preview on white background

This text has color #707843 on white background.



Black color preview on #707843 background

This text has black color on #707843 background.


White color preview on #707843 background

This text has white color on #707843 background.