COLOR #706423

HEX: #706423
RGB: (112,100,35)

Color info

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

RGB color model

#706423 color RGB value is (112,100,35).

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

RGB channels and saturation

R 112 of 255 = 44%
G 100 of 255 = 39%
B 35 of 255 = 14%

112
100
35

R + G + B ~ 32%. #706423 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 100 + 35 = 247 (100%)
R 112 of 247 ~ 45.34%
G 100 of 247 ~ 40.49%
B 35 of 247 ~ 14.17%

%45.34
%40.49
%14.17

CMYK color model

#706423 color CMYK value is (0,11,69,56).

  • cyan value is 0.00%
  • magenta value is 10.71%
  • yellow value is 68.75%
  • key color value is 56.08%
CMYK:
(0,11,69,56)
C0M11Y69K56 
(0%,11%,69%,56%)
(0.00/0.11/0.69/0.56)	

CMYK percentages

%0
%10.71
%68.75
%56.08

Codes

Color #706423 in popluar color models

706423
RGB11210035
HSL51°52.38%28.82%
HSB/HSV51°68.75%43.92%
CMYK0.00%10.71%68.75%
56.08%

Color #706423 in popluar number systems.

HEX706423
Decimal11210035
Binary11100001100100100011
Octal16014443

Shades and tints

Shades of #706423

#706423
(112,100,35)
#665B20
(102,91,32)
#5C521D
(92,82,29)
#52491A
(82,73,26)
#484017
(72,64,23)
#3E3714
(62,55,20)
#342E11
(52,46,17)
#2A250E
(42,37,14)
#201C0B
(32,28,11)
#161308
(22,19,8)
#0C0A05
(12,10,5)
#000000
(0,0,0)

Tints of #706423

#706423
(112,100,35)
#7D7237
(125,114,55)
#8A804B
(138,128,75)
#978E5F
(151,142,95)
#A49C73
(164,156,115)
#B1AA87
(177,170,135)
#BEB89B
(190,184,155)
#CBC6AF
(203,198,175)
#D8D4C3
(216,212,195)
#E5E2D7
(229,226,215)
#F2F0EB
(242,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706423; }

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

This text font color is #706423.


Background Color

.myBgColor { background-color: #706423; }

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

This div background color is #706423.


Border color

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

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

This div border color is #706423.


Opacity

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

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

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

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

This text has shadow with #706423 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706423 on black background.


Color preview on white background

This text has color #706423 on white background.



Black color preview on #706423 background

This text has black color on #706423 background.


White color preview on #706423 background

This text has white color on #706423 background.