COLOR #704438

HEX: #704438
RGB: (112,68,56)

Color info

#704438 contains red, green and blue colors in about the same proportion. Web safe color of #704438 is #663333 (or #633).

RGB color model

#704438 color RGB value is (112,68,56).

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

RGB channels and saturation

R 112 of 255 = 44%
G 68 of 255 = 27%
B 56 of 255 = 22%

112
68
56

R + G + B ~ 31%. #704438 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 68 + 56 = 236 (100%)
R 112 of 236 ~ 47.46%
G 68 of 236 ~ 28.81%
B 56 of 236 ~ 23.73%

%47.46
%28.81
%23.73

CMYK color model

#704438 color CMYK value is (0,39,50,56).

  • cyan value is 0.00%
  • magenta value is 39.29%
  • yellow value is 50.00%
  • key color value is 56.08%
CMYK:
(0,39,50,56)
C0M39Y50K56 
(0%,39%,50%,56%)
(0.00/0.39/0.50/0.56)	

CMYK percentages

%0
%39.29
%50
%56.08

Codes

Color #704438 in popluar color models

704438
RGB1126856
HSL13°33.33%32.94%
HSB/HSV13°50.00%43.92%
CMYK0.00%39.29%50.00%
56.08%

Color #704438 in popluar number systems.

HEX704438
Decimal1126856
Binary11100001000100111000
Octal16010470

Shades and tints

Shades of #704438

#704438
(112,68,56)
#663E33
(102,62,51)
#5C382E
(92,56,46)
#523229
(82,50,41)
#482C24
(72,44,36)
#3E261F
(62,38,31)
#34201A
(52,32,26)
#2A1A15
(42,26,21)
#201410
(32,20,16)
#160E0B
(22,14,11)
#0C0806
(12,8,6)
#000000
(0,0,0)

Tints of #704438

#704438
(112,68,56)
#7D554A
(125,85,74)
#8A665C
(138,102,92)
#97776E
(151,119,110)
#A48880
(164,136,128)
#B19992
(177,153,146)
#BEAAA4
(190,170,164)
#CBBBB6
(203,187,182)
#D8CCC8
(216,204,200)
#E5DDDA
(229,221,218)
#F2EEEC
(242,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #704438; }

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

This text font color is #704438.


Background Color

.myBgColor { background-color: #704438; }

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

This div background color is #704438.


Border color

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

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

This div border color is #704438.


Opacity

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

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

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

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

This text has shadow with #704438 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704438 on black background.


Color preview on white background

This text has color #704438 on white background.



Black color preview on #704438 background

This text has black color on #704438 background.


White color preview on #704438 background

This text has white color on #704438 background.