COLOR #753354

HEX: #753354
RGB: (117,51,84)

Color info

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

RGB color model

#753354 color RGB value is (117,51,84).

  • red value is 117;
  • green value is 51;
  • blue value is 84.
RGB:
(117,51,84)
(46%,20%,33%)

RGB channels and saturation

R 117 of 255 = 46%
G 51 of 255 = 20%
B 84 of 255 = 33%

117
51
84

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

Portions of RGB colors in percentages

R + G + B =
117 + 51 + 84 = 252 (100%)
R 117 of 252 ~ 46.43%
G 51 of 252 ~ 20.24%
B 84 of 252 ~ 33.33%

%46.43
%20.24
%33.33

CMYK color model

#753354 color CMYK value is (0,56,28,54).

  • cyan value is 0.00%
  • magenta value is 56.41%
  • yellow value is 28.21%
  • key color value is 54.12%
CMYK:
(0,56,28,54)
C0M56Y28K54 
(0%,56%,28%,54%)
(0.00/0.56/0.28/0.54)	

CMYK percentages

%0
%56.41
%28.21
%54.12

Codes

Color #753354 in popluar color models

753354
RGB1175184
HSL330°39.29%32.94%
HSB/HSV330°56.41%45.88%
CMYK0.00%56.41%28.21%
54.12%

Color #753354 in popluar number systems.

HEX753354
Decimal1175184
Binary11101011100111010100
Octal16563124

Shades and tints

Shades of #753354

#753354
(117,51,84)
#6B2F4D
(107,47,77)
#612B46
(97,43,70)
#57273F
(87,39,63)
#4D2338
(77,35,56)
#431F31
(67,31,49)
#391B2A
(57,27,42)
#2F1723
(47,23,35)
#25131C
(37,19,28)
#1B0F15
(27,15,21)
#110B0E
(17,11,14)
#000000
(0,0,0)

Tints of #753354

#753354
(117,51,84)
#814563
(129,69,99)
#8D5772
(141,87,114)
#996981
(153,105,129)
#A57B90
(165,123,144)
#B18D9F
(177,141,159)
#BD9FAE
(189,159,174)
#C9B1BD
(201,177,189)
#D5C3CC
(213,195,204)
#E1D5DB
(225,213,219)
#EDE7EA
(237,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #753354 color. Also use rgb(117,51,84) instead hex code.

Text Font Color

.myTextColor { color: #753354; }

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

This text font color is #753354.


Background Color

.myBgColor { background-color: #753354; }

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

This div background color is #753354.


Border color

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

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

This div border color is #753354.


Opacity

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

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

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

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

This text has shadow with #753354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #753354 on black background.


Color preview on white background

This text has color #753354 on white background.



Black color preview on #753354 background

This text has black color on #753354 background.


White color preview on #753354 background

This text has white color on #753354 background.