COLOR #707458

HEX: #707458 RGB: (112,116,88)

Color info

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

RGB color model

#707458 color RGB value is (112,116,88).

RGB: (112,116,88) (44%, 45%, 35%)

RGB channels and saturation

R 112 of 255 = 44%
G 116 of 255 = 45%
B 88 of 255 = 35%

112
116
88

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

Portions of RGB colors in percentages

R + G + B = 112 + 116 + 88 = 316 (100%)
R 112 of 316 ~ 35.44%
G 116 of 316 ~ 36.71%
B 88 of 316 ~ 27.85'%

%35.44
%36.71
%27.85

CMYK color model

#707458 color CMYK value is (3,0,24,55).

  • cyan value is 3.45%
  • magenta value is 0.00%
  • yellow value is 24.14%
  • key color value is 54.51%

CMYK: (3,0,24,55)
C3M0Y24K55 (3%, 0%, 24%, 55%)
(0.03 / 0.00 / 0.24 / 0.55)

CMYK percentages

%3.45
%0
%24.14
%54.51

Codes

Color #707458 in popluar color models

70 74 58
RGB 112 116 88
HSL 69° 13.73% 40.00%
HSB/HSV 69° 24.14% 45.49%
CMYK 3.45% 0.00% 24.14%
54.51%

Color #707458 in popluar number systems.

HEX 70 74 58
Decimal 112 116 88
Binary 1110000 1110100 1011000
Octal 160 164 130

Shades and tints

Shades of #707458

#707458
(112,116,88)
#666A50
(102,106,80)
#5C6048
(92,96,72)
#525640
(82,86,64)
#484C38
(72,76,56)
#3E4230
(62,66,48)
#343828
(52,56,40)
#2A2E20
(42,46,32)
#202418
(32,36,24)
#161A10
(22,26,16)
#0C1008
(12,16,8)
#000000
(0,0,0)

Tints of #707458

#707458
(112,116,88)
#7D8067
(125,128,103)
#8A8C76
(138,140,118)
#979885
(151,152,133)
#A4A494
(164,164,148)
#B1B0A3
(177,176,163)
#BEBCB2
(190,188,178)
#CBC8C1
(203,200,193)
#D8D4D0
(216,212,208)
#E5E0DF
(229,224,223)
#F2ECEE
(242,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707458; }

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

This text font color is #707458.

Background Color

.myBgColor { background-color: #707458; }

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

This div background color is #707458.

Border color

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

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

This div border color is #707458.

Opacity

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

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

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

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

This text has shadow with #707458 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #707458.

Preview

Color preview on black background

This text has color #707458 on black background.


Color preview on white background

This text has color #707458 on white background.


Black color preview on #707458 background

This text has black color on #707458 background.


White color preview on #707458 background

This text has white color on #707458 background.


Related colors

Complementary color

Complementary color for #hex is #8F8BA7.


I love getcolorcode.com

Triadic colors

1 #587074 and #745870 with #707458 are triadic colors.

2 #587470 and #747058 with #707458 are triadic colors.