COLOR #75346C

HEX: #75346C
RGB: (117,52,108)

Color info

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

RGB color model

#75346C color RGB value is (117,52,108).

  • red value is 117;
  • green value is 52;
  • blue value is 108.
RGB:
(117,52,108)
(46%,20%,42%)

RGB channels and saturation

R 117 of 255 = 46%
G 52 of 255 = 20%
B 108 of 255 = 42%

117
52
108

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

Portions of RGB colors in percentages

R + G + B =
117 + 52 + 108 = 277 (100%)
R 117 of 277 ~ 42.24%
G 52 of 277 ~ 18.77%
B 108 of 277 ~ 38.99%

%42.24
%18.77
%38.99

CMYK color model

#75346C color CMYK value is (0,56,8,54).

  • cyan value is 0.00%
  • magenta value is 55.56%
  • yellow value is 7.69%
  • key color value is 54.12%
CMYK:
(0,56,8,54)
C0M56Y8K54 
(0%,56%,8%,54%)
(0.00/0.56/0.08/0.54)	

CMYK percentages

%0
%55.56
%7.69
%54.12

Codes

Color #75346C in popluar color models

75346C
RGB11752108
HSL308°38.46%33.14%
HSB/HSV308°55.56%45.88%
CMYK0.00%55.56%7.69%
54.12%

Color #75346C in popluar number systems.

HEX75346C
Decimal11752108
Binary11101011101001101100
Octal16564154

Shades and tints

Shades of #75346C

#75346C
(117,52,108)
#6B3063
(107,48,99)
#612C5A
(97,44,90)
#572851
(87,40,81)
#4D2448
(77,36,72)
#43203F
(67,32,63)
#391C36
(57,28,54)
#2F182D
(47,24,45)
#251424
(37,20,36)
#1B101B
(27,16,27)
#110C12
(17,12,18)
#000000
(0,0,0)

Tints of #75346C

#75346C
(117,52,108)
#814679
(129,70,121)
#8D5886
(141,88,134)
#996A93
(153,106,147)
#A57CA0
(165,124,160)
#B18EAD
(177,142,173)
#BDA0BA
(189,160,186)
#C9B2C7
(201,178,199)
#D5C4D4
(213,196,212)
#E1D6E1
(225,214,225)
#EDE8EE
(237,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75346C color. Also use rgb(117,52,108) instead hex code.

Text Font Color

.myTextColor { color: #75346C; }

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

This text font color is #75346C.


Background Color

.myBgColor { background-color: #75346C; }

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

This div background color is #75346C.


Border color

.myBorderColor { border: 1px solid #75346C; }

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

This div border color is #75346C.


Opacity

.myOpacity80 { color: #75346C; opacity: 0.8; }

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

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

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

This text has shadow with #75346C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75346C on black background.


Color preview on white background

This text has color #75346C on white background.



Black color preview on #75346C background

This text has black color on #75346C background.


White color preview on #75346C background

This text has white color on #75346C background.