COLOR #753655

HEX: #753655
RGB: (117,54,85)

Color info

#753655 contains mainly red and blue colors. Web safe color of #753655 is #663366 (or #636).

RGB color model

#753655 color RGB value is (117,54,85).

  • red value is 117;
  • green value is 54;
  • blue value is 85.
RGB:
(117,54,85)
(46%,21%,33%)

RGB channels and saturation

R 117 of 255 = 46%
G 54 of 255 = 21%
B 85 of 255 = 33%

117
54
85

R + G + B ~ 33%. #753655 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 54 + 85 = 256 (100%)
R 117 of 256 ~ 45.7%
G 54 of 256 ~ 21.09%
B 85 of 256 ~ 33.2%

%45.7
%21.09
%33.2

CMYK color model

#753655 color CMYK value is (0,54,27,54).

  • cyan value is 0.00%
  • magenta value is 53.85%
  • yellow value is 27.35%
  • key color value is 54.12%
CMYK:
(0,54,27,54)
C0M54Y27K54 
(0%,54%,27%,54%)
(0.00/0.54/0.27/0.54)	

CMYK percentages

%0
%53.85
%27.35
%54.12

Codes

Color #753655 in popluar color models

753655
RGB1175485
HSL330°36.84%33.53%
HSB/HSV330°53.85%45.88%
CMYK0.00%53.85%27.35%
54.12%

Color #753655 in popluar number systems.

HEX753655
Decimal1175485
Binary11101011101101010101
Octal16566125

Shades and tints

Shades of #753655

#753655
(117,54,85)
#6B324E
(107,50,78)
#612E47
(97,46,71)
#572A40
(87,42,64)
#4D2639
(77,38,57)
#432232
(67,34,50)
#391E2B
(57,30,43)
#2F1A24
(47,26,36)
#25161D
(37,22,29)
#1B1216
(27,18,22)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #753655

#753655
(117,54,85)
#814864
(129,72,100)
#8D5A73
(141,90,115)
#996C82
(153,108,130)
#A57E91
(165,126,145)
#B190A0
(177,144,160)
#BDA2AF
(189,162,175)
#C9B4BE
(201,180,190)
#D5C6CD
(213,198,205)
#E1D8DC
(225,216,220)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #753655 color. Also use rgb(117,54,85) instead hex code.

Text Font Color

.myTextColor { color: #753655; }

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

This text font color is #753655.


Background Color

.myBgColor { background-color: #753655; }

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

This div background color is #753655.


Border color

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

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

This div border color is #753655.


Opacity

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

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

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

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

This text has shadow with #753655 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #753655 on black background.


Color preview on white background

This text has color #753655 on white background.



Black color preview on #753655 background

This text has black color on #753655 background.


White color preview on #753655 background

This text has white color on #753655 background.