COLOR #706228

HEX: #706228
RGB: (112,98,40)

Color info

#706228 contains mainly red and green colors. Web safe color of #706228 is #666633 (or #663).

RGB color model

#706228 color RGB value is (112,98,40).

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

RGB channels and saturation

R 112 of 255 = 44%
G 98 of 255 = 38%
B 40 of 255 = 16%

112
98
40

R + G + B ~ 33%. #706228 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 98 + 40 = 250 (100%)
R 112 of 250 ~ 44.8%
G 98 of 250 ~ 39.2%
B 40 of 250 ~ 16%

%44.8
%39.2
%16

CMYK color model

#706228 color CMYK value is (0,13,64,56).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 64.29%
  • key color value is 56.08%
CMYK:
(0,13,64,56)
C0M13Y64K56 
(0%,13%,64%,56%)
(0.00/0.13/0.64/0.56)	

CMYK percentages

%0
%12.5
%64.29
%56.08

Codes

Color #706228 in popluar color models

706228
RGB1129840
HSL48°47.37%29.80%
HSB/HSV48°64.29%43.92%
CMYK0.00%12.50%64.29%
56.08%

Color #706228 in popluar number systems.

HEX706228
Decimal1129840
Binary11100001100010101000
Octal16014250

Shades and tints

Shades of #706228

#706228
(112,98,40)
#665A25
(102,90,37)
#5C5222
(92,82,34)
#524A1F
(82,74,31)
#48421C
(72,66,28)
#3E3A19
(62,58,25)
#343216
(52,50,22)
#2A2A13
(42,42,19)
#202210
(32,34,16)
#161A0D
(22,26,13)
#0C120A
(12,18,10)
#000000
(0,0,0)

Tints of #706228

#706228
(112,98,40)
#7D703B
(125,112,59)
#8A7E4E
(138,126,78)
#978C61
(151,140,97)
#A49A74
(164,154,116)
#B1A887
(177,168,135)
#BEB69A
(190,182,154)
#CBC4AD
(203,196,173)
#D8D2C0
(216,210,192)
#E5E0D3
(229,224,211)
#F2EEE6
(242,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706228; }

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

This text font color is #706228.


Background Color

.myBgColor { background-color: #706228; }

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

This div background color is #706228.


Border color

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

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

This div border color is #706228.


Opacity

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

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

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

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

This text has shadow with #706228 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706228 on black background.


Color preview on white background

This text has color #706228 on white background.



Black color preview on #706228 background

This text has black color on #706228 background.


White color preview on #706228 background

This text has white color on #706228 background.