COLOR #707053

HEX: #707053
RGB: (112,112,83)

Color info

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

RGB color model

#707053 color RGB value is (112,112,83).

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

RGB channels and saturation

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

112
112
83

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

Portions of RGB colors in percentages

R + G + B =
112 + 112 + 83 = 307 (100%)
R 112 of 307 ~ 36.48%
G 112 of 307 ~ 36.48%
B 83 of 307 ~ 27.04%

%36.48
%36.48
%27.04

CMYK color model

#707053 color CMYK value is (0,0,26,56).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 25.89%
  • key color value is 56.08%
CMYK:
(0,0,26,56)
C0M0Y26K56 
(0%,0%,26%,56%)
(0.00/0.00/0.26/0.56)	

CMYK percentages

%0
%0
%25.89
%56.08

Codes

Color #707053 in popluar color models

707053
RGB11211283
HSL60°14.87%38.24%
HSB/HSV60°25.89%43.92%
CMYK0.00%0.00%25.89%
56.08%

Color #707053 in popluar number systems.

HEX707053
Decimal11211283
Binary111000011100001010011
Octal160160123

Shades and tints

Shades of #707053

#707053
(112,112,83)
#66664C
(102,102,76)
#5C5C45
(92,92,69)
#52523E
(82,82,62)
#484837
(72,72,55)
#3E3E30
(62,62,48)
#343429
(52,52,41)
#2A2A22
(42,42,34)
#20201B
(32,32,27)
#161614
(22,22,20)
#0C0C0D
(12,12,13)
#000000
(0,0,0)

Tints of #707053

#707053
(112,112,83)
#7D7D62
(125,125,98)
#8A8A71
(138,138,113)
#979780
(151,151,128)
#A4A48F
(164,164,143)
#B1B19E
(177,177,158)
#BEBEAD
(190,190,173)
#CBCBBC
(203,203,188)
#D8D8CB
(216,216,203)
#E5E5DA
(229,229,218)
#F2F2E9
(242,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707053; }

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

This text font color is #707053.


Background Color

.myBgColor { background-color: #707053; }

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

This div background color is #707053.


Border color

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

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

This div border color is #707053.


Opacity

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

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

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

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

This text has shadow with #707053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707053 on black background.


Color preview on white background

This text has color #707053 on white background.



Black color preview on #707053 background

This text has black color on #707053 background.


White color preview on #707053 background

This text has white color on #707053 background.