COLOR #707723

HEX: #707723
RGB: (112,119,35)

Color info

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

RGB color model

#707723 color RGB value is (112,119,35).

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

RGB channels and saturation

R 112 of 255 = 44%
G 119 of 255 = 47%
B 35 of 255 = 14%

112
119
35

R + G + B ~ 35%. #707723 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 119 + 35 = 266 (100%)
R 112 of 266 ~ 42.11%
G 119 of 266 ~ 44.74%
B 35 of 266 ~ 13.16%

%42.11
%44.74
%13.16

CMYK color model

#707723 color CMYK value is (6,0,71,53).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 70.59%
  • key color value is 53.33%
CMYK:
(6,0,71,53)
C6M0Y71K53 
(6%,0%,71%,53%)
(0.06/0.00/0.71/0.53)	

CMYK percentages

%5.88
%0
%70.59
%53.33

Codes

Color #707723 in popluar color models

707723
RGB11211935
HSL65°54.55%30.20%
HSB/HSV65°70.59%46.67%
CMYK5.88%0.00%70.59%
53.33%

Color #707723 in popluar number systems.

HEX707723
Decimal11211935
Binary11100001110111100011
Octal16016743

Shades and tints

Shades of #707723

#707723
(112,119,35)
#666D20
(102,109,32)
#5C631D
(92,99,29)
#52591A
(82,89,26)
#484F17
(72,79,23)
#3E4514
(62,69,20)
#343B11
(52,59,17)
#2A310E
(42,49,14)
#20270B
(32,39,11)
#161D08
(22,29,8)
#0C1305
(12,19,5)
#000000
(0,0,0)

Tints of #707723

#707723
(112,119,35)
#7D8337
(125,131,55)
#8A8F4B
(138,143,75)
#979B5F
(151,155,95)
#A4A773
(164,167,115)
#B1B387
(177,179,135)
#BEBF9B
(190,191,155)
#CBCBAF
(203,203,175)
#D8D7C3
(216,215,195)
#E5E3D7
(229,227,215)
#F2EFEB
(242,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707723; }

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

This text font color is #707723.


Background Color

.myBgColor { background-color: #707723; }

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

This div background color is #707723.


Border color

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

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

This div border color is #707723.


Opacity

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

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

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

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

This text has shadow with #707723 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707723 on black background.


Color preview on white background

This text has color #707723 on white background.



Black color preview on #707723 background

This text has black color on #707723 background.


White color preview on #707723 background

This text has white color on #707723 background.