COLOR #707254

HEX: #707254 RGB: (112,114,84)

Color info

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

RGB color model

#707254 color RGB value is (112,114,84).

RGB: (112,114,84) (44%, 45%, 33%)

RGB channels and saturation

R 112 of 255 = 44%
G 114 of 255 = 45%
B 84 of 255 = 33%

112
114
84

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

Portions of RGB colors in percentages

R + G + B = 112 + 114 + 84 = 310 (100%)
R 112 of 310 ~ 36.13%
G 114 of 310 ~ 36.77%
B 84 of 310 ~ 27.1'%

%36.13
%36.77
%27.1

CMYK color model

#707254 color CMYK value is (2,0,26,55).

  • cyan value is 1.75%
  • magenta value is 0.00%
  • yellow value is 26.32%
  • key color value is 55.29%

CMYK: (2,0,26,55)
C2M0Y26K55 (2%, 0%, 26%, 55%)
(0.02 / 0.00 / 0.26 / 0.55)

CMYK percentages

%1.75
%0
%26.32
%55.29

Codes

Color #707254 in popluar color models

70 72 54
RGB 112 114 84
HSL 64° 15.15% 38.82%
HSB/HSV 64° 26.32% 44.71%
CMYK 1.75% 0.00% 26.32%
55.29%

Color #707254 in popluar number systems.

HEX 70 72 54
Decimal 112 114 84
Binary 1110000 1110010 1010100
Octal 160 162 124

Shades and tints

Shades of #707254

#707254
(112,114,84)
#66684D
(102,104,77)
#5C5E46
(92,94,70)
#52543F
(82,84,63)
#484A38
(72,74,56)
#3E4031
(62,64,49)
#34362A
(52,54,42)
#2A2C23
(42,44,35)
#20221C
(32,34,28)
#161815
(22,24,21)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #707254

#707254
(112,114,84)
#7D7E63
(125,126,99)
#8A8A72
(138,138,114)
#979681
(151,150,129)
#A4A290
(164,162,144)
#B1AE9F
(177,174,159)
#BEBAAE
(190,186,174)
#CBC6BD
(203,198,189)
#D8D2CC
(216,210,204)
#E5DEDB
(229,222,219)
#F2EAEA
(242,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707254; }

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

This text font color is #707254.

Background Color

.myBgColor { background-color: #707254; }

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

This div background color is #707254.

Border color

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

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

This div border color is #707254.

Opacity

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

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

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

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

This text has shadow with #707254 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #707254.

Preview

Color preview on black background

This text has color #707254 on black background.


Color preview on white background

This text has color #707254 on white background.


Black color preview on #707254 background

This text has black color on #707254 background.


White color preview on #707254 background

This text has white color on #707254 background.


Related colors

Complementary color

Complementary color for #hex is #8F8DAB.


I love getcolorcode.com

Triadic colors

1 #547072 and #725470 with #707254 are triadic colors.

2 #547270 and #727054 with #707254 are triadic colors.