COLOR #706504

HEX: #706504
RGB: (112,101,4)

Color info

#706504 contains mainly red and green colors. Web safe color of #706504 is #666600 (or #660).

RGB color model

#706504 color RGB value is (112,101,4).

  • red value is 112;
  • green value is 101;
  • blue value is 4.
RGB:
(112,101,4)
(44%,40%,2%)

RGB channels and saturation

R 112 of 255 = 44%
G 101 of 255 = 40%
B 4 of 255 = 2%

112
101
4

R + G + B ~ 29%. #706504 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 101 + 4 = 217 (100%)
R 112 of 217 ~ 51.61%
G 101 of 217 ~ 46.54%
B 4 of 217 ~ 1.84%

%51.61
%46.54

CMYK color model

#706504 color CMYK value is (0,10,96,56).

  • cyan value is 0.00%
  • magenta value is 9.82%
  • yellow value is 96.43%
  • key color value is 56.08%
CMYK:
(0,10,96,56)
C0M10Y96K56 
(0%,10%,96%,56%)
(0.00/0.10/0.96/0.56)	

CMYK percentages

%0
%9.82
%96.43
%56.08

Codes

Color #706504 in popluar color models

706504
RGB1121014
HSL54°93.10%22.75%
HSB/HSV54°96.43%43.92%
CMYK0.00%9.82%96.43%
56.08%

Color #706504 in popluar number systems.

HEX706504
Decimal1121014
Binary11100001100101100
Octal1601454

Shades and tints

Shades of #706504

#706504
(112,101,4)
#665C04
(102,92,4)
#5C5304
(92,83,4)
#524A04
(82,74,4)
#484104
(72,65,4)
#3E3804
(62,56,4)
#342F04
(52,47,4)
#2A2604
(42,38,4)
#201D04
(32,29,4)
#161404
(22,20,4)
#0C0B04
(12,11,4)
#000000
(0,0,0)

Tints of #706504

#706504
(112,101,4)
#7D731A
(125,115,26)
#8A8130
(138,129,48)
#978F46
(151,143,70)
#A49D5C
(164,157,92)
#B1AB72
(177,171,114)
#BEB988
(190,185,136)
#CBC79E
(203,199,158)
#D8D5B4
(216,213,180)
#E5E3CA
(229,227,202)
#F2F1E0
(242,241,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706504 color. Also use rgb(112,101,4) instead hex code.

Text Font Color

.myTextColor { color: #706504; }

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

This text font color is #706504.


Background Color

.myBgColor { background-color: #706504; }

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

This div background color is #706504.


Border color

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

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

This div border color is #706504.


Opacity

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

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

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

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

This text has shadow with #706504 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706504 on black background.


Color preview on white background

This text has color #706504 on white background.



Black color preview on #706504 background

This text has black color on #706504 background.


White color preview on #706504 background

This text has white color on #706504 background.