COLOR #734552

HEX: #734552
RGB: (115,69,82)

Color info

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

RGB color model

#734552 color RGB value is (115,69,82).

  • red value is 115;
  • green value is 69;
  • blue value is 82.
RGB:
(115,69,82)
(45%,27%,32%)

RGB channels and saturation

R 115 of 255 = 45%
G 69 of 255 = 27%
B 82 of 255 = 32%

115
69
82

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

Portions of RGB colors in percentages

R + G + B =
115 + 69 + 82 = 266 (100%)
R 115 of 266 ~ 43.23%
G 69 of 266 ~ 25.94%
B 82 of 266 ~ 30.83%

%43.23
%25.94
%30.83

CMYK color model

#734552 color CMYK value is (0,40,29,55).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 28.70%
  • key color value is 54.90%
CMYK:
(0,40,29,55)
C0M40Y29K55 
(0%,40%,29%,55%)
(0.00/0.40/0.29/0.55)	

CMYK percentages

%0
%40
%28.7
%54.9

Codes

Color #734552 in popluar color models

734552
RGB1156982
HSL343°25.00%36.08%
HSB/HSV343°40.00%45.10%
CMYK0.00%40.00%28.70%
54.90%

Color #734552 in popluar number systems.

HEX734552
Decimal1156982
Binary111001110001011010010
Octal163105122

Shades and tints

Shades of #734552

#734552
(115,69,82)
#693F4B
(105,63,75)
#5F3944
(95,57,68)
#55333D
(85,51,61)
#4B2D36
(75,45,54)
#41272F
(65,39,47)
#372128
(55,33,40)
#2D1B21
(45,27,33)
#23151A
(35,21,26)
#190F13
(25,15,19)
#0F090C
(15,9,12)
#000000
(0,0,0)

Tints of #734552

#734552
(115,69,82)
#7F5561
(127,85,97)
#8B6570
(139,101,112)
#97757F
(151,117,127)
#A3858E
(163,133,142)
#AF959D
(175,149,157)
#BBA5AC
(187,165,172)
#C7B5BB
(199,181,187)
#D3C5CA
(211,197,202)
#DFD5D9
(223,213,217)
#EBE5E8
(235,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #734552 color. Also use rgb(115,69,82) instead hex code.

Text Font Color

.myTextColor { color: #734552; }

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

This text font color is #734552.


Background Color

.myBgColor { background-color: #734552; }

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

This div background color is #734552.


Border color

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

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

This div border color is #734552.


Opacity

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

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

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

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

This text has shadow with #734552 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #734552 on black background.


Color preview on white background

This text has color #734552 on white background.



Black color preview on #734552 background

This text has black color on #734552 background.


White color preview on #734552 background

This text has white color on #734552 background.