COLOR #707055

HEX: #707055
RGB: (112,112,85)

Color info

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

RGB color model

#707055 color RGB value is (112,112,85).

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

RGB channels and saturation

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

112
112
85

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

Portions of RGB colors in percentages

R + G + B =
112 + 112 + 85 = 309 (100%)
R 112 of 309 ~ 36.25%
G 112 of 309 ~ 36.25%
B 85 of 309 ~ 27.51%

%36.25
%36.25
%27.51

CMYK color model

#707055 color CMYK value is (0,0,24,56).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 24.11%
  • key color value is 56.08%
CMYK:
(0,0,24,56)
C0M0Y24K56 
(0%,0%,24%,56%)
(0.00/0.00/0.24/0.56)	

CMYK percentages

%0
%0
%24.11
%56.08

Codes

Color #707055 in popluar color models

707055
RGB11211285
HSL60°13.71%38.63%
HSB/HSV60°24.11%43.92%
CMYK0.00%0.00%24.11%
56.08%

Color #707055 in popluar number systems.

HEX707055
Decimal11211285
Binary111000011100001010101
Octal160160125

Shades and tints

Shades of #707055

#707055
(112,112,85)
#66664E
(102,102,78)
#5C5C47
(92,92,71)
#525240
(82,82,64)
#484839
(72,72,57)
#3E3E32
(62,62,50)
#34342B
(52,52,43)
#2A2A24
(42,42,36)
#20201D
(32,32,29)
#161616
(22,22,22)
#0C0C0F
(12,12,15)
#000000
(0,0,0)

Tints of #707055

#707055
(112,112,85)
#7D7D64
(125,125,100)
#8A8A73
(138,138,115)
#979782
(151,151,130)
#A4A491
(164,164,145)
#B1B1A0
(177,177,160)
#BEBEAF
(190,190,175)
#CBCBBE
(203,203,190)
#D8D8CD
(216,216,205)
#E5E5DC
(229,229,220)
#F2F2EB
(242,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707055; }

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

This text font color is #707055.


Background Color

.myBgColor { background-color: #707055; }

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

This div background color is #707055.


Border color

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

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

This div border color is #707055.


Opacity

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

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

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

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

This text has shadow with #707055 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707055 on black background.


Color preview on white background

This text has color #707055 on white background.



Black color preview on #707055 background

This text has black color on #707055 background.


White color preview on #707055 background

This text has white color on #707055 background.