COLOR #706254

HEX: #706254
RGB: (112,98,84)

Color info

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

RGB color model

#706254 color RGB value is (112,98,84).

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

RGB channels and saturation

R 112 of 255 = 44%
G 98 of 255 = 38%
B 84 of 255 = 33%

112
98
84

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

Portions of RGB colors in percentages

R + G + B =
112 + 98 + 84 = 294 (100%)
R 112 of 294 ~ 38.1%
G 98 of 294 ~ 33.33%
B 84 of 294 ~ 28.57%

%38.1
%33.33
%28.57

CMYK color model

#706254 color CMYK value is (0,13,25,56).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 25.00%
  • key color value is 56.08%
CMYK:
(0,13,25,56)
C0M13Y25K56 
(0%,13%,25%,56%)
(0.00/0.13/0.25/0.56)	

CMYK percentages

%0
%12.5
%25
%56.08

Codes

Color #706254 in popluar color models

706254
RGB1129884
HSL30°14.29%38.43%
HSB/HSV30°25.00%43.92%
CMYK0.00%12.50%25.00%
56.08%

Color #706254 in popluar number systems.

HEX706254
Decimal1129884
Binary111000011000101010100
Octal160142124

Shades and tints

Shades of #706254

#706254
(112,98,84)
#665A4D
(102,90,77)
#5C5246
(92,82,70)
#524A3F
(82,74,63)
#484238
(72,66,56)
#3E3A31
(62,58,49)
#34322A
(52,50,42)
#2A2A23
(42,42,35)
#20221C
(32,34,28)
#161A15
(22,26,21)
#0C120E
(12,18,14)
#000000
(0,0,0)

Tints of #706254

#706254
(112,98,84)
#7D7063
(125,112,99)
#8A7E72
(138,126,114)
#978C81
(151,140,129)
#A49A90
(164,154,144)
#B1A89F
(177,168,159)
#BEB6AE
(190,182,174)
#CBC4BD
(203,196,189)
#D8D2CC
(216,210,204)
#E5E0DB
(229,224,219)
#F2EEEA
(242,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706254; }

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

This text font color is #706254.


Background Color

.myBgColor { background-color: #706254; }

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

This div background color is #706254.


Border color

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

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

This div border color is #706254.


Opacity

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

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

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

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

This text has shadow with #706254 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706254 on black background.


Color preview on white background

This text has color #706254 on white background.



Black color preview on #706254 background

This text has black color on #706254 background.


White color preview on #706254 background

This text has white color on #706254 background.