COLOR #704148

HEX: #704148
RGB: (112,65,72)

Color info

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

RGB color model

#704148 color RGB value is (112,65,72).

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

RGB channels and saturation

R 112 of 255 = 44%
G 65 of 255 = 25%
B 72 of 255 = 28%

112
65
72

R + G + B ~ 32%. #704148 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 65 + 72 = 249 (100%)
R 112 of 249 ~ 44.98%
G 65 of 249 ~ 26.1%
B 72 of 249 ~ 28.92%

%44.98
%26.1
%28.92

CMYK color model

#704148 color CMYK value is (0,42,36,56).

  • cyan value is 0.00%
  • magenta value is 41.96%
  • yellow value is 35.71%
  • key color value is 56.08%
CMYK:
(0,42,36,56)
C0M42Y36K56 
(0%,42%,36%,56%)
(0.00/0.42/0.36/0.56)	

CMYK percentages

%0
%41.96
%35.71
%56.08

Codes

Color #704148 in popluar color models

704148
RGB1126572
HSL351°26.55%34.71%
HSB/HSV351°41.96%43.92%
CMYK0.00%41.96%35.71%
56.08%

Color #704148 in popluar number systems.

HEX704148
Decimal1126572
Binary111000010000011001000
Octal160101110

Shades and tints

Shades of #704148

#704148
(112,65,72)
#663C42
(102,60,66)
#5C373C
(92,55,60)
#523236
(82,50,54)
#482D30
(72,45,48)
#3E282A
(62,40,42)
#342324
(52,35,36)
#2A1E1E
(42,30,30)
#201918
(32,25,24)
#161412
(22,20,18)
#0C0F0C
(12,15,12)
#000000
(0,0,0)

Tints of #704148

#704148
(112,65,72)
#7D5258
(125,82,88)
#8A6368
(138,99,104)
#977478
(151,116,120)
#A48588
(164,133,136)
#B19698
(177,150,152)
#BEA7A8
(190,167,168)
#CBB8B8
(203,184,184)
#D8C9C8
(216,201,200)
#E5DAD8
(229,218,216)
#F2EBE8
(242,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #704148; }

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

This text font color is #704148.


Background Color

.myBgColor { background-color: #704148; }

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

This div background color is #704148.


Border color

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

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

This div border color is #704148.


Opacity

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

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

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

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

This text has shadow with #704148 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704148 on black background.


Color preview on white background

This text has color #704148 on white background.



Black color preview on #704148 background

This text has black color on #704148 background.


White color preview on #704148 background

This text has white color on #704148 background.