COLOR #707555

HEX: #707555
RGB: (112,117,85)

Color info

#707555 contains red, green and blue colors in about the same proportion. Web safe color of #707555 is #666666 (or #666).

RGB color model

#707555 color RGB value is (112,117,85).

  • red value is 112;
  • green value is 117;
  • blue value is 85.
RGB:
(112,117,85)
(44%,46%,33%)

RGB channels and saturation

R 112 of 255 = 44%
G 117 of 255 = 46%
B 85 of 255 = 33%

112
117
85

R + G + B ~ 41%. #707555 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 117 + 85 = 314 (100%)
R 112 of 314 ~ 35.67%
G 117 of 314 ~ 37.26%
B 85 of 314 ~ 27.07%

%35.67
%37.26
%27.07

CMYK color model

#707555 color CMYK value is (4,0,27,54).

  • cyan value is 4.27%
  • magenta value is 0.00%
  • yellow value is 27.35%
  • key color value is 54.12%
CMYK:
(4,0,27,54)
C4M0Y27K54 
(4%,0%,27%,54%)
(0.04/0.00/0.27/0.54)	

CMYK percentages

%4.27
%0
%27.35
%54.12

Codes

Color #707555 in popluar color models

707555
RGB11211785
HSL69°15.84%39.61%
HSB/HSV69°27.35%45.88%
CMYK4.27%0.00%27.35%
54.12%

Color #707555 in popluar number systems.

HEX707555
Decimal11211785
Binary111000011101011010101
Octal160165125

Shades and tints

Shades of #707555

#707555
(112,117,85)
#666B4E
(102,107,78)
#5C6147
(92,97,71)
#525740
(82,87,64)
#484D39
(72,77,57)
#3E4332
(62,67,50)
#34392B
(52,57,43)
#2A2F24
(42,47,36)
#20251D
(32,37,29)
#161B16
(22,27,22)
#0C110F
(12,17,15)
#000000
(0,0,0)

Tints of #707555

#707555
(112,117,85)
#7D8164
(125,129,100)
#8A8D73
(138,141,115)
#979982
(151,153,130)
#A4A591
(164,165,145)
#B1B1A0
(177,177,160)
#BEBDAF
(190,189,175)
#CBC9BE
(203,201,190)
#D8D5CD
(216,213,205)
#E5E1DC
(229,225,220)
#F2EDEB
(242,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #707555 color. Also use rgb(112,117,85) instead hex code.

Text Font Color

.myTextColor { color: #707555; }

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

This text font color is #707555.


Background Color

.myBgColor { background-color: #707555; }

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

This div background color is #707555.


Border color

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

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

This div border color is #707555.


Opacity

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

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

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

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

This text has shadow with #707555 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707555 on black background.


Color preview on white background

This text has color #707555 on white background.



Black color preview on #707555 background

This text has black color on #707555 background.


White color preview on #707555 background

This text has white color on #707555 background.