COLOR #753967

HEX: #753967
RGB: (117,57,103)

Color info

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

RGB color model

#753967 color RGB value is (117,57,103).

  • red value is 117;
  • green value is 57;
  • blue value is 103.
RGB:
(117,57,103)
(46%,22%,40%)

RGB channels and saturation

R 117 of 255 = 46%
G 57 of 255 = 22%
B 103 of 255 = 40%

117
57
103

R + G + B ~ 36%. #753967 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 57 + 103 = 277 (100%)
R 117 of 277 ~ 42.24%
G 57 of 277 ~ 20.58%
B 103 of 277 ~ 37.18%

%42.24
%20.58
%37.18

CMYK color model

#753967 color CMYK value is (0,51,12,54).

  • cyan value is 0.00%
  • magenta value is 51.28%
  • yellow value is 11.97%
  • key color value is 54.12%
CMYK:
(0,51,12,54)
C0M51Y12K54 
(0%,51%,12%,54%)
(0.00/0.51/0.12/0.54)	

CMYK percentages

%0
%51.28
%11.97
%54.12

Codes

Color #753967 in popluar color models

753967
RGB11757103
HSL314°34.48%34.12%
HSB/HSV314°51.28%45.88%
CMYK0.00%51.28%11.97%
54.12%

Color #753967 in popluar number systems.

HEX753967
Decimal11757103
Binary11101011110011100111
Octal16571147

Shades and tints

Shades of #753967

#753967
(117,57,103)
#6B345E
(107,52,94)
#612F55
(97,47,85)
#572A4C
(87,42,76)
#4D2543
(77,37,67)
#43203A
(67,32,58)
#391B31
(57,27,49)
#2F1628
(47,22,40)
#25111F
(37,17,31)
#1B0C16
(27,12,22)
#11070D
(17,7,13)
#000000
(0,0,0)

Tints of #753967

#753967
(117,57,103)
#814B74
(129,75,116)
#8D5D81
(141,93,129)
#996F8E
(153,111,142)
#A5819B
(165,129,155)
#B193A8
(177,147,168)
#BDA5B5
(189,165,181)
#C9B7C2
(201,183,194)
#D5C9CF
(213,201,207)
#E1DBDC
(225,219,220)
#EDEDE9
(237,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #753967 color. Also use rgb(117,57,103) instead hex code.

Text Font Color

.myTextColor { color: #753967; }

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

This text font color is #753967.


Background Color

.myBgColor { background-color: #753967; }

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

This div background color is #753967.


Border color

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

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

This div border color is #753967.


Opacity

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

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

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

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

This text has shadow with #753967 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #753967 on black background.


Color preview on white background

This text has color #753967 on white background.



Black color preview on #753967 background

This text has black color on #753967 background.


White color preview on #753967 background

This text has white color on #753967 background.