COLOR #753E55

HEX: #753E55
RGB: (117,62,85)

Color info

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

RGB color model

#753E55 color RGB value is (117,62,85).

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

RGB channels and saturation

R 117 of 255 = 46%
G 62 of 255 = 24%
B 85 of 255 = 33%

117
62
85

R + G + B ~ 34%. #753E55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 62 + 85 = 264 (100%)
R 117 of 264 ~ 44.32%
G 62 of 264 ~ 23.48%
B 85 of 264 ~ 32.2%

%44.32
%23.48
%32.2

CMYK color model

#753E55 color CMYK value is (0,47,27,54).

  • cyan value is 0.00%
  • magenta value is 47.01%
  • yellow value is 27.35%
  • key color value is 54.12%
CMYK:
(0,47,27,54)
C0M47Y27K54 
(0%,47%,27%,54%)
(0.00/0.47/0.27/0.54)	

CMYK percentages

%0
%47.01
%27.35
%54.12

Codes

Color #753E55 in popluar color models

753E55
RGB1176285
HSL335°30.73%35.10%
HSB/HSV335°47.01%45.88%
CMYK0.00%47.01%27.35%
54.12%

Color #753E55 in popluar number systems.

HEX753E55
Decimal1176285
Binary11101011111101010101
Octal16576125

Shades and tints

Shades of #753E55

#753E55
(117,62,85)
#6B394E
(107,57,78)
#613447
(97,52,71)
#572F40
(87,47,64)
#4D2A39
(77,42,57)
#432532
(67,37,50)
#39202B
(57,32,43)
#2F1B24
(47,27,36)
#25161D
(37,22,29)
#1B1116
(27,17,22)
#110C0F
(17,12,15)
#000000
(0,0,0)

Tints of #753E55

#753E55
(117,62,85)
#814F64
(129,79,100)
#8D6073
(141,96,115)
#997182
(153,113,130)
#A58291
(165,130,145)
#B193A0
(177,147,160)
#BDA4AF
(189,164,175)
#C9B5BE
(201,181,190)
#D5C6CD
(213,198,205)
#E1D7DC
(225,215,220)
#EDE8EB
(237,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #753E55; }

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

This text font color is #753E55.


Background Color

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

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

This div background color is #753E55.


Border color

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

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

This div border color is #753E55.


Opacity

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

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

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

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

This text has shadow with #753E55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #753E55 on black background.


Color preview on white background

This text has color #753E55 on white background.



Black color preview on #753E55 background

This text has black color on #753E55 background.


White color preview on #753E55 background

This text has white color on #753E55 background.