COLOR #706441

HEX: #706441
RGB: (112,100,65)

Color info

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

RGB color model

#706441 color RGB value is (112,100,65).

  • red value is 112;
  • green value is 100;
  • blue value is 65.
RGB: (112,100,65) (44%,39%,25%)

RGB channels and saturation

R 112 of 255 = 44%
G 100 of 255 = 39%
B 65 of 255 = 25%

112
100
65

R + G + B ~ 36%. #706441 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 100 + 65 = 277 (100%)
R 112 of 277 ~ 40.43%
G 100 of 277 ~ 36.1%
B 65 of 277 ~ 23.47%

%40.43
%36.1
%23.47

CMYK color model

#706441 color CMYK value is (0,11,42,56).

  • cyan value is 0.00%
  • magenta value is 10.71%
  • yellow value is 41.96%
  • key color value is 56.08%
CMYK: (0,11,42,56) C0M11Y42K56 (0%,11%,42%,56%) (0.00/0.11/0.42/0.56)

CMYK percentages

%0
%10.71
%41.96
%56.08

Codes

Color #706441 in popluar color models

706441
RGB11210065
HSL45°26.55%34.71%
HSB/HSV45°41.96%43.92%
CMYK0.00%10.71%41.96%
56.08%

Color #706441 in popluar number systems.

HEX706441
Decimal11210065
Binary111000011001001000001
Octal160144101

Shades and tints

Shades of #706441

#706441
(112,100,65)
#665B3C
(102,91,60)
#5C5237
(92,82,55)
#524932
(82,73,50)
#48402D
(72,64,45)
#3E3728
(62,55,40)
#342E23
(52,46,35)
#2A251E
(42,37,30)
#201C19
(32,28,25)
#161314
(22,19,20)
#0C0A0F
(12,10,15)
#000000
(0,0,0)

Tints of #706441

#706441
(112,100,65)
#7D7252
(125,114,82)
#8A8063
(138,128,99)
#978E74
(151,142,116)
#A49C85
(164,156,133)
#B1AA96
(177,170,150)
#BEB8A7
(190,184,167)
#CBC6B8
(203,198,184)
#D8D4C9
(216,212,201)
#E5E2DA
(229,226,218)
#F2F0EB
(242,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706441 color. Also use rgb(112,100,65) instead hex code.

Text Font Color

.myTextColor { color: #706441; }

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

This text font color is #706441.


Background Color

.myBgColor { background-color: #706441; }

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

This div background color is #706441.


Border color

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

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

This div border color is #706441.


Opacity

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

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

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

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

This text has shadow with #706441 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #706441 on black background.


Color preview on white background

This text has color #706441 on white background.



Black color preview on #706441 background

This text has black color on #706441 background.


White color preview on #706441 background

This text has white color on #706441 background.