COLOR #70714B

HEX: #70714B
RGB: (112,113,75)

Color info

#70714B contains red, green and blue colors in about the same proportion. Web safe color of #70714B is #666633 (or #663).

RGB color model

#70714B color RGB value is (112,113,75).

  • red value is 112;
  • green value is 113;
  • blue value is 75.
RGB:
(112,113,75)
(44%,44%,29%)

RGB channels and saturation

R 112 of 255 = 44%
G 113 of 255 = 44%
B 75 of 255 = 29%

112
113
75

R + G + B ~ 39%. #70714B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 113 + 75 = 300 (100%)
R 112 of 300 ~ 37.33%
G 113 of 300 ~ 37.67%
B 75 of 300 ~ 25%

%37.33
%37.67
%25

CMYK color model

#70714B color CMYK value is (1,0,34,56).

  • cyan value is 0.88%
  • magenta value is 0.00%
  • yellow value is 33.63%
  • key color value is 55.69%
CMYK:
(1,0,34,56)
C1M0Y34K56 
(1%,0%,34%,56%)
(0.01/0.00/0.34/0.56)	

CMYK percentages

%0.88
%0
%33.63
%55.69

Codes

Color #70714B in popluar color models

70714B
RGB11211375
HSL62°20.21%36.86%
HSB/HSV62°33.63%44.31%
CMYK0.88%0.00%33.63%
55.69%

Color #70714B in popluar number systems.

HEX70714B
Decimal11211375
Binary111000011100011001011
Octal160161113

Shades and tints

Shades of #70714B

#70714B
(112,113,75)
#666745
(102,103,69)
#5C5D3F
(92,93,63)
#525339
(82,83,57)
#484933
(72,73,51)
#3E3F2D
(62,63,45)
#343527
(52,53,39)
#2A2B21
(42,43,33)
#20211B
(32,33,27)
#161715
(22,23,21)
#0C0D0F
(12,13,15)
#000000
(0,0,0)

Tints of #70714B

#70714B
(112,113,75)
#7D7D5B
(125,125,91)
#8A896B
(138,137,107)
#97957B
(151,149,123)
#A4A18B
(164,161,139)
#B1AD9B
(177,173,155)
#BEB9AB
(190,185,171)
#CBC5BB
(203,197,187)
#D8D1CB
(216,209,203)
#E5DDDB
(229,221,219)
#F2E9EB
(242,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70714B color. Also use rgb(112,113,75) instead hex code.

Text Font Color

.myTextColor { color: #70714B; }

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

This text font color is #70714B.


Background Color

.myBgColor { background-color: #70714B; }

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

This div background color is #70714B.


Border color

.myBorderColor { border: 1px solid #70714B; }

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

This div border color is #70714B.


Opacity

.myOpacity80 { color: #70714B; opacity: 0.8; }

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

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

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

This text has shadow with #70714B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70714B on black background.


Color preview on white background

This text has color #70714B on white background.



Black color preview on #70714B background

This text has black color on #70714B background.


White color preview on #70714B background

This text has white color on #70714B background.