COLOR #704038

HEX: #704038
RGB: (112,64,56)

Color info

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

RGB color model

#704038 color RGB value is (112,64,56).

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

RGB channels and saturation

R 112 of 255 = 44%
G 64 of 255 = 25%
B 56 of 255 = 22%

112
64
56

R + G + B ~ 30%. #704038 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 64 + 56 = 232 (100%)
R 112 of 232 ~ 48.28%
G 64 of 232 ~ 27.59%
B 56 of 232 ~ 24.14%

%48.28
%27.59
%24.14

CMYK color model

#704038 color CMYK value is (0,43,50,56).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 50.00%
  • key color value is 56.08%
CMYK:
(0,43,50,56)
C0M43Y50K56 
(0%,43%,50%,56%)
(0.00/0.43/0.50/0.56)	

CMYK percentages

%0
%42.86
%50
%56.08

Codes

Color #704038 in popluar color models

704038
RGB1126456
HSL33.33%32.94%
HSB/HSV50.00%43.92%
CMYK0.00%42.86%50.00%
56.08%

Color #704038 in popluar number systems.

HEX704038
Decimal1126456
Binary11100001000000111000
Octal16010070

Shades and tints

Shades of #704038

#704038
(112,64,56)
#663B33
(102,59,51)
#5C362E
(92,54,46)
#523129
(82,49,41)
#482C24
(72,44,36)
#3E271F
(62,39,31)
#34221A
(52,34,26)
#2A1D15
(42,29,21)
#201810
(32,24,16)
#16130B
(22,19,11)
#0C0E06
(12,14,6)
#000000
(0,0,0)

Tints of #704038

#704038
(112,64,56)
#7D514A
(125,81,74)
#8A625C
(138,98,92)
#97736E
(151,115,110)
#A48480
(164,132,128)
#B19592
(177,149,146)
#BEA6A4
(190,166,164)
#CBB7B6
(203,183,182)
#D8C8C8
(216,200,200)
#E5D9DA
(229,217,218)
#F2EAEC
(242,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #704038; }

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

This text font color is #704038.


Background Color

.myBgColor { background-color: #704038; }

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

This div background color is #704038.


Border color

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

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

This div border color is #704038.


Opacity

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

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

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

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

This text has shadow with #704038 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704038 on black background.


Color preview on white background

This text has color #704038 on white background.



Black color preview on #704038 background

This text has black color on #704038 background.


White color preview on #704038 background

This text has white color on #704038 background.