COLOR #704136

HEX: #704136
RGB: (112,65,54)

Color info

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

RGB color model

#704136 color RGB value is (112,65,54).

  • red value is 112;
  • green value is 65;
  • blue value is 54.
RGB:
(112,65,54)
(44%,25%,21%)

RGB channels and saturation

R 112 of 255 = 44%
G 65 of 255 = 25%
B 54 of 255 = 21%

112
65
54

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

Portions of RGB colors in percentages

R + G + B =
112 + 65 + 54 = 231 (100%)
R 112 of 231 ~ 48.48%
G 65 of 231 ~ 28.14%
B 54 of 231 ~ 23.38%

%48.48
%28.14
%23.38

CMYK color model

#704136 color CMYK value is (0,42,52,56).

  • cyan value is 0.00%
  • magenta value is 41.96%
  • yellow value is 51.79%
  • key color value is 56.08%
CMYK:
(0,42,52,56)
C0M42Y52K56 
(0%,42%,52%,56%)
(0.00/0.42/0.52/0.56)	

CMYK percentages

%0
%41.96
%51.79
%56.08

Codes

Color #704136 in popluar color models

704136
RGB1126554
HSL11°34.94%32.55%
HSB/HSV11°51.79%43.92%
CMYK0.00%41.96%51.79%
56.08%

Color #704136 in popluar number systems.

HEX704136
Decimal1126554
Binary11100001000001110110
Octal16010166

Shades and tints

Shades of #704136

#704136
(112,65,54)
#663C32
(102,60,50)
#5C372E
(92,55,46)
#52322A
(82,50,42)
#482D26
(72,45,38)
#3E2822
(62,40,34)
#34231E
(52,35,30)
#2A1E1A
(42,30,26)
#201916
(32,25,22)
#161412
(22,20,18)
#0C0F0E
(12,15,14)
#000000
(0,0,0)

Tints of #704136

#704136
(112,65,54)
#7D5248
(125,82,72)
#8A635A
(138,99,90)
#97746C
(151,116,108)
#A4857E
(164,133,126)
#B19690
(177,150,144)
#BEA7A2
(190,167,162)
#CBB8B4
(203,184,180)
#D8C9C6
(216,201,198)
#E5DAD8
(229,218,216)
#F2EBEA
(242,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #704136 color. Also use rgb(112,65,54) instead hex code.

Text Font Color

.myTextColor { color: #704136; }

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

This text font color is #704136.


Background Color

.myBgColor { background-color: #704136; }

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

This div background color is #704136.


Border color

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

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

This div border color is #704136.


Opacity

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

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

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

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

This text has shadow with #704136 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704136 on black background.


Color preview on white background

This text has color #704136 on white background.



Black color preview on #704136 background

This text has black color on #704136 background.


White color preview on #704136 background

This text has white color on #704136 background.