COLOR #734656

HEX: #734656
RGB: (115,70,86)

Color info

#734656 contains red, green and blue colors in about the same proportion. Web safe color of #734656 is #663366 (or #636).

RGB color model

#734656 color RGB value is (115,70,86).

  • red value is 115;
  • green value is 70;
  • blue value is 86.
RGB:
(115,70,86)
(45%,27%,34%)

RGB channels and saturation

R 115 of 255 = 45%
G 70 of 255 = 27%
B 86 of 255 = 34%

115
70
86

R + G + B ~ 35%. #734656 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 70 + 86 = 271 (100%)
R 115 of 271 ~ 42.44%
G 70 of 271 ~ 25.83%
B 86 of 271 ~ 31.73%

%42.44
%25.83
%31.73

CMYK color model

#734656 color CMYK value is (0,39,25,55).

  • cyan value is 0.00%
  • magenta value is 39.13%
  • yellow value is 25.22%
  • key color value is 54.90%
CMYK:
(0,39,25,55)
C0M39Y25K55 
(0%,39%,25%,55%)
(0.00/0.39/0.25/0.55)	

CMYK percentages

%0
%39.13
%25.22
%54.9

Codes

Color #734656 in popluar color models

734656
RGB1157086
HSL339°24.32%36.27%
HSB/HSV339°39.13%45.10%
CMYK0.00%39.13%25.22%
54.90%

Color #734656 in popluar number systems.

HEX734656
Decimal1157086
Binary111001110001101010110
Octal163106126

Shades and tints

Shades of #734656

#734656
(115,70,86)
#69404F
(105,64,79)
#5F3A48
(95,58,72)
#553441
(85,52,65)
#4B2E3A
(75,46,58)
#412833
(65,40,51)
#37222C
(55,34,44)
#2D1C25
(45,28,37)
#23161E
(35,22,30)
#191017
(25,16,23)
#0F0A10
(15,10,16)
#000000
(0,0,0)

Tints of #734656

#734656
(115,70,86)
#7F5665
(127,86,101)
#8B6674
(139,102,116)
#977683
(151,118,131)
#A38692
(163,134,146)
#AF96A1
(175,150,161)
#BBA6B0
(187,166,176)
#C7B6BF
(199,182,191)
#D3C6CE
(211,198,206)
#DFD6DD
(223,214,221)
#EBE6EC
(235,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #734656 color. Also use rgb(115,70,86) instead hex code.

Text Font Color

.myTextColor { color: #734656; }

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

This text font color is #734656.


Background Color

.myBgColor { background-color: #734656; }

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

This div background color is #734656.


Border color

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

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

This div border color is #734656.


Opacity

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

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

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

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

This text has shadow with #734656 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #734656 on black background.


Color preview on white background

This text has color #734656 on white background.



Black color preview on #734656 background

This text has black color on #734656 background.


White color preview on #734656 background

This text has white color on #734656 background.