COLOR #753E68

HEX: #753E68
RGB: (117,62,104)

Color info

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

RGB color model

#753E68 color RGB value is (117,62,104).

  • red value is 117;
  • green value is 62;
  • blue value is 104.
RGB:
(117,62,104)
(46%,24%,41%)

RGB channels and saturation

R 117 of 255 = 46%
G 62 of 255 = 24%
B 104 of 255 = 41%

117
62
104

R + G + B ~ 37%. #753E68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 62 + 104 = 283 (100%)
R 117 of 283 ~ 41.34%
G 62 of 283 ~ 21.91%
B 104 of 283 ~ 36.75%

%41.34
%21.91
%36.75

CMYK color model

#753E68 color CMYK value is (0,47,11,54).

  • cyan value is 0.00%
  • magenta value is 47.01%
  • yellow value is 11.11%
  • key color value is 54.12%
CMYK:
(0,47,11,54)
C0M47Y11K54 
(0%,47%,11%,54%)
(0.00/0.47/0.11/0.54)	

CMYK percentages

%0
%47.01
%11.11
%54.12

Codes

Color #753E68 in popluar color models

753E68
RGB11762104
HSL314°30.73%35.10%
HSB/HSV314°47.01%45.88%
CMYK0.00%47.01%11.11%
54.12%

Color #753E68 in popluar number systems.

HEX753E68
Decimal11762104
Binary11101011111101101000
Octal16576150

Shades and tints

Shades of #753E68

#753E68
(117,62,104)
#6B395F
(107,57,95)
#613456
(97,52,86)
#572F4D
(87,47,77)
#4D2A44
(77,42,68)
#43253B
(67,37,59)
#392032
(57,32,50)
#2F1B29
(47,27,41)
#251620
(37,22,32)
#1B1117
(27,17,23)
#110C0E
(17,12,14)
#000000
(0,0,0)

Tints of #753E68

#753E68
(117,62,104)
#814F75
(129,79,117)
#8D6082
(141,96,130)
#99718F
(153,113,143)
#A5829C
(165,130,156)
#B193A9
(177,147,169)
#BDA4B6
(189,164,182)
#C9B5C3
(201,181,195)
#D5C6D0
(213,198,208)
#E1D7DD
(225,215,221)
#EDE8EA
(237,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #753E68 color. Also use rgb(117,62,104) instead hex code.

Text Font Color

.myTextColor { color: #753E68; }

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

This text font color is #753E68.


Background Color

.myBgColor { background-color: #753E68; }

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

This div background color is #753E68.


Border color

.myBorderColor { border: 1px solid #753E68; }

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

This div border color is #753E68.


Opacity

.myOpacity80 { color: #753E68; opacity: 0.8; }

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

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

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

This text has shadow with #753E68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #753E68 on black background.


Color preview on white background

This text has color #753E68 on white background.



Black color preview on #753E68 background

This text has black color on #753E68 background.


White color preview on #753E68 background

This text has white color on #753E68 background.