COLOR #75366F

HEX: #75366F
RGB: (117,54,111)

Color info

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

RGB color model

#75366F color RGB value is (117,54,111).

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

RGB channels and saturation

R 117 of 255 = 46%
G 54 of 255 = 21%
B 111 of 255 = 44%

117
54
111

R + G + B ~ 37%. #75366F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 54 + 111 = 282 (100%)
R 117 of 282 ~ 41.49%
G 54 of 282 ~ 19.15%
B 111 of 282 ~ 39.36%

%41.49
%19.15
%39.36

CMYK color model

#75366F color CMYK value is (0,54,5,54).

  • cyan value is 0.00%
  • magenta value is 53.85%
  • yellow value is 5.13%
  • key color value is 54.12%
CMYK:
(0,54,5,54)
C0M54Y5K54 
(0%,54%,5%,54%)
(0.00/0.54/0.05/0.54)	

CMYK percentages

%0
%53.85
%5.13
%54.12

Codes

Color #75366F in popluar color models

75366F
RGB11754111
HSL306°36.84%33.53%
HSB/HSV306°53.85%45.88%
CMYK0.00%53.85%5.13%
54.12%

Color #75366F in popluar number systems.

HEX75366F
Decimal11754111
Binary11101011101101101111
Octal16566157

Shades and tints

Shades of #75366F

#75366F
(117,54,111)
#6B3265
(107,50,101)
#612E5B
(97,46,91)
#572A51
(87,42,81)
#4D2647
(77,38,71)
#43223D
(67,34,61)
#391E33
(57,30,51)
#2F1A29
(47,26,41)
#25161F
(37,22,31)
#1B1215
(27,18,21)
#110E0B
(17,14,11)
#000000
(0,0,0)

Tints of #75366F

#75366F
(117,54,111)
#81487C
(129,72,124)
#8D5A89
(141,90,137)
#996C96
(153,108,150)
#A57EA3
(165,126,163)
#B190B0
(177,144,176)
#BDA2BD
(189,162,189)
#C9B4CA
(201,180,202)
#D5C6D7
(213,198,215)
#E1D8E4
(225,216,228)
#EDEAF1
(237,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75366F; }

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

This text font color is #75366F.


Background Color

.myBgColor { background-color: #75366F; }

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

This div background color is #75366F.


Border color

.myBorderColor { border: 1px solid #75366F; }

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

This div border color is #75366F.


Opacity

.myOpacity80 { color: #75366F; opacity: 0.8; }

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

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

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

This text has shadow with #75366F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75366F on black background.


Color preview on white background

This text has color #75366F on white background.



Black color preview on #75366F background

This text has black color on #75366F background.


White color preview on #75366F background

This text has white color on #75366F background.