COLOR #704615

HEX: #704615
RGB: (112,70,21)

Color info

#704615 contains mainly red and green colors. Web safe color of #704615 is #663300 (or #630).

RGB color model

#704615 color RGB value is (112,70,21).

  • red value is 112;
  • green value is 70;
  • blue value is 21.
RGB:
(112,70,21)
(44%,27%,8%)

RGB channels and saturation

R 112 of 255 = 44%
G 70 of 255 = 27%
B 21 of 255 = 8%

112
70
21

R + G + B ~ 26%. #704615 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 70 + 21 = 203 (100%)
R 112 of 203 ~ 55.17%
G 70 of 203 ~ 34.48%
B 21 of 203 ~ 10.34%

%55.17
%34.48
%10.34

CMYK color model

#704615 color CMYK value is (0,38,81,56).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 81.25%
  • key color value is 56.08%
CMYK:
(0,38,81,56)
C0M38Y81K56 
(0%,38%,81%,56%)
(0.00/0.38/0.81/0.56)	

CMYK percentages

%0
%37.5
%81.25
%56.08

Codes

Color #704615 in popluar color models

704615
RGB1127021
HSL32°68.42%26.08%
HSB/HSV32°81.25%43.92%
CMYK0.00%37.50%81.25%
56.08%

Color #704615 in popluar number systems.

HEX704615
Decimal1127021
Binary1110000100011010101
Octal16010625

Shades and tints

Shades of #704615

#704615
(112,70,21)
#664014
(102,64,20)
#5C3A13
(92,58,19)
#523412
(82,52,18)
#482E11
(72,46,17)
#3E2810
(62,40,16)
#34220F
(52,34,15)
#2A1C0E
(42,28,14)
#20160D
(32,22,13)
#16100C
(22,16,12)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #704615

#704615
(112,70,21)
#7D562A
(125,86,42)
#8A663F
(138,102,63)
#977654
(151,118,84)
#A48669
(164,134,105)
#B1967E
(177,150,126)
#BEA693
(190,166,147)
#CBB6A8
(203,182,168)
#D8C6BD
(216,198,189)
#E5D6D2
(229,214,210)
#F2E6E7
(242,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #704615 color. Also use rgb(112,70,21) instead hex code.

Text Font Color

.myTextColor { color: #704615; }

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

This text font color is #704615.


Background Color

.myBgColor { background-color: #704615; }

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

This div background color is #704615.


Border color

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

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

This div border color is #704615.


Opacity

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

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

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

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

This text has shadow with #704615 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704615 on black background.


Color preview on white background

This text has color #704615 on white background.



Black color preview on #704615 background

This text has black color on #704615 background.


White color preview on #704615 background

This text has white color on #704615 background.