COLOR #703B41

HEX: #703B41
RGB: (112,59,65)

Color info

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

RGB color model

#703B41 color RGB value is (112,59,65).

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

RGB channels and saturation

R 112 of 255 = 44%
G 59 of 255 = 23%
B 65 of 255 = 25%

112
59
65

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

Portions of RGB colors in percentages

R + G + B =
112 + 59 + 65 = 236 (100%)
R 112 of 236 ~ 47.46%
G 59 of 236 ~ 25%
B 65 of 236 ~ 27.54%

%47.46
%25
%27.54

CMYK color model

#703B41 color CMYK value is (0,47,42,56).

  • cyan value is 0.00%
  • magenta value is 47.32%
  • yellow value is 41.96%
  • key color value is 56.08%
CMYK:
(0,47,42,56)
C0M47Y42K56 
(0%,47%,42%,56%)
(0.00/0.47/0.42/0.56)	

CMYK percentages

%0
%47.32
%41.96
%56.08

Codes

Color #703B41 in popluar color models

703B41
RGB1125965
HSL353°30.99%33.53%
HSB/HSV353°47.32%43.92%
CMYK0.00%47.32%41.96%
56.08%

Color #703B41 in popluar number systems.

HEX703B41
Decimal1125965
Binary11100001110111000001
Octal16073101

Shades and tints

Shades of #703B41

#703B41
(112,59,65)
#66363C
(102,54,60)
#5C3137
(92,49,55)
#522C32
(82,44,50)
#48272D
(72,39,45)
#3E2228
(62,34,40)
#341D23
(52,29,35)
#2A181E
(42,24,30)
#201319
(32,19,25)
#160E14
(22,14,20)
#0C090F
(12,9,15)
#000000
(0,0,0)

Tints of #703B41

#703B41
(112,59,65)
#7D4C52
(125,76,82)
#8A5D63
(138,93,99)
#976E74
(151,110,116)
#A47F85
(164,127,133)
#B19096
(177,144,150)
#BEA1A7
(190,161,167)
#CBB2B8
(203,178,184)
#D8C3C9
(216,195,201)
#E5D4DA
(229,212,218)
#F2E5EB
(242,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #703B41; }

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

This text font color is #703B41.


Background Color

.myBgColor { background-color: #703B41; }

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

This div background color is #703B41.


Border color

.myBorderColor { border: 1px solid #703B41; }

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

This div border color is #703B41.


Opacity

.myOpacity80 { color: #703B41; opacity: 0.8; }

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

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

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

This text has shadow with #703B41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703B41 on black background.


Color preview on white background

This text has color #703B41 on white background.



Black color preview on #703B41 background

This text has black color on #703B41 background.


White color preview on #703B41 background

This text has white color on #703B41 background.