COLOR #707148

HEX: #707148
RGB: (112,113,72)

Color info

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

RGB color model

#707148 color RGB value is (112,113,72).

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

RGB channels and saturation

R 112 of 255 = 44%
G 113 of 255 = 44%
B 72 of 255 = 28%

112
113
72

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

Portions of RGB colors in percentages

R + G + B =
112 + 113 + 72 = 297 (100%)
R 112 of 297 ~ 37.71%
G 113 of 297 ~ 38.05%
B 72 of 297 ~ 24.24%

%37.71
%38.05
%24.24

CMYK color model

#707148 color CMYK value is (1,0,36,56).

  • cyan value is 0.88%
  • magenta value is 0.00%
  • yellow value is 36.28%
  • key color value is 55.69%
CMYK:
(1,0,36,56)
C1M0Y36K56 
(1%,0%,36%,56%)
(0.01/0.00/0.36/0.56)	

CMYK percentages

%0.88
%0
%36.28
%55.69

Codes

Color #707148 in popluar color models

707148
RGB11211372
HSL61°22.16%36.27%
HSB/HSV61°36.28%44.31%
CMYK0.88%0.00%36.28%
55.69%

Color #707148 in popluar number systems.

HEX707148
Decimal11211372
Binary111000011100011001000
Octal160161110

Shades and tints

Shades of #707148

#707148
(112,113,72)
#666742
(102,103,66)
#5C5D3C
(92,93,60)
#525336
(82,83,54)
#484930
(72,73,48)
#3E3F2A
(62,63,42)
#343524
(52,53,36)
#2A2B1E
(42,43,30)
#202118
(32,33,24)
#161712
(22,23,18)
#0C0D0C
(12,13,12)
#000000
(0,0,0)

Tints of #707148

#707148
(112,113,72)
#7D7D58
(125,125,88)
#8A8968
(138,137,104)
#979578
(151,149,120)
#A4A188
(164,161,136)
#B1AD98
(177,173,152)
#BEB9A8
(190,185,168)
#CBC5B8
(203,197,184)
#D8D1C8
(216,209,200)
#E5DDD8
(229,221,216)
#F2E9E8
(242,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707148; }

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

This text font color is #707148.


Background Color

.myBgColor { background-color: #707148; }

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

This div background color is #707148.


Border color

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

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

This div border color is #707148.


Opacity

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

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

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

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

This text has shadow with #707148 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707148 on black background.


Color preview on white background

This text has color #707148 on white background.



Black color preview on #707148 background

This text has black color on #707148 background.


White color preview on #707148 background

This text has white color on #707148 background.