COLOR #704418

HEX: #704418
RGB: (112,68,24)

Color info

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

RGB color model

#704418 color RGB value is (112,68,24).

  • red value is 112;
  • green value is 68;
  • blue value is 24.
RGB:
(112,68,24)
(44%,27%,9%)

RGB channels and saturation

R 112 of 255 = 44%
G 68 of 255 = 27%
B 24 of 255 = 9%

112
68
24

R + G + B ~ 27%. #704418 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 68 + 24 = 204 (100%)
R 112 of 204 ~ 54.9%
G 68 of 204 ~ 33.33%
B 24 of 204 ~ 11.76%

%54.9
%33.33
%11.76

CMYK color model

#704418 color CMYK value is (0,39,79,56).

  • cyan value is 0.00%
  • magenta value is 39.29%
  • yellow value is 78.57%
  • key color value is 56.08%
CMYK:
(0,39,79,56)
C0M39Y79K56 
(0%,39%,79%,56%)
(0.00/0.39/0.79/0.56)	

CMYK percentages

%0
%39.29
%78.57
%56.08

Codes

Color #704418 in popluar color models

704418
RGB1126824
HSL30°64.71%26.67%
HSB/HSV30°78.57%43.92%
CMYK0.00%39.29%78.57%
56.08%

Color #704418 in popluar number systems.

HEX704418
Decimal1126824
Binary1110000100010011000
Octal16010430

Shades and tints

Shades of #704418

#704418
(112,68,24)
#663E16
(102,62,22)
#5C3814
(92,56,20)
#523212
(82,50,18)
#482C10
(72,44,16)
#3E260E
(62,38,14)
#34200C
(52,32,12)
#2A1A0A
(42,26,10)
#201408
(32,20,8)
#160E06
(22,14,6)
#0C0804
(12,8,4)
#000000
(0,0,0)

Tints of #704418

#704418
(112,68,24)
#7D552D
(125,85,45)
#8A6642
(138,102,66)
#977757
(151,119,87)
#A4886C
(164,136,108)
#B19981
(177,153,129)
#BEAA96
(190,170,150)
#CBBBAB
(203,187,171)
#D8CCC0
(216,204,192)
#E5DDD5
(229,221,213)
#F2EEEA
(242,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #704418 color. Also use rgb(112,68,24) instead hex code.

Text Font Color

.myTextColor { color: #704418; }

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

This text font color is #704418.


Background Color

.myBgColor { background-color: #704418; }

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

This div background color is #704418.


Border color

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

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

This div border color is #704418.


Opacity

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

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

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

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

This text has shadow with #704418 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704418 on black background.


Color preview on white background

This text has color #704418 on white background.



Black color preview on #704418 background

This text has black color on #704418 background.


White color preview on #704418 background

This text has white color on #704418 background.